body{
    background-color: #f7f7f7;
}
.container{
    width: 100%;
    min-width: 1450px;
}
.header{
    width: 100%;
    font-size: 13px;
    padding:5px 0 5px 0;
    background-color: #383C44;
    box-sizing: border-box;
}
.header div.main{
    width:1450px;
    display: flex;
    align-items: center;
    margin:0 auto;
    box-sizing: border-box;
    justify-content: space-between;
}
.header div.main>p{
    color: #D8D8D8;
}
.header div.main div.login{
    display: flex;
    align-items: center;
   color: #fff;
   margin-left: auto;
   margin-right: 200px;
}
.header div.main div.login p{
    font-size: 13px;
    color: #ff7100;
    background-color: #6d6d6d;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 15px;
    padding:2px 10px;
}
.content{
    width: 1450px;
    margin:0 auto;
    box-sizing: border-box;
}
.search-box{
    display: flex;
    align-items: center;
    margin-top: 20px;
   
    justify-content: space-between;
}
.search-box div.logo img{
    width: 230px;
    display: inline-block;
}
.search{
    width: 725px;
   
   
    
    
}
.sear-input{
    display: flex;
    align-items: center;
    border:3px solid #0072ce;
    height: 44px;
    padding:2px 2px 2px 4px;
    border-radius: 10px;
    box-sizing: border-box;
}
.search input.search-input{
    flex: 1;
    display: block;
    border:none;
    height: 100%;
    font-size: 15px;
    outline: none;
}

.search div.btn{
    color: #fff;
    background-color: #0072ce;
    border-radius: 7px;
    font-size: 14px;
    margin-left: 20px;
    height: 32px;
    width: 58px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    margin-right: 5px;
}
.history{
    display: flex;
    align-items: center;
    color: #5B5B5B;
    font-size: 13px;
    margin-top: 3px;
}
.history div{
    margin-right: 20px;
    cursor: pointer;
}
.contrct{
    display: flex;
    align-items: center;
}

.contrct img{
    width: 53px;
    margin-right:15px;
}
.contrct div.info{
    font-size: 15px;
    
}
.contrct div.info div.title{
    color:#807E7D ;
    font-size: 16px;
}
.contrct div.info div.phone{
    color:#0072ce ;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.industry{
    display: flex;
    margin-top: 20px;
    width: 100%;
    height: 552px;
    /* overflow: hidden; */
}
.top{
    display: flex;
    margin-top: 24px;
}
.classification{
    width: 271px;
    margin-right: 20px;
    position: relative;
    min-height: 100%;
}
.top div.title{
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    height: 43px;
    width: 271px;
    box-sizing: border-box;
    background-color: #0072ce;
}
.top div.title img{
    width: 18px;
    margin-right: 25px;
    margin-left: 12px;
}
.classification-box{
    width: 100%;
    padding:17px 40px;
    box-sizing: border-box;
    border-radius: 0.2rem;
    box-shadow: 0.2rem 0.1rem 0.25rem rgba(0,0,0,0.1);
    background-color: #fff;
    overflow: hidden;
    border:1px solid #f9f9f9;
    height: 552px;
    min-height: 552px;
}
.classification-box div.item{
    color: #000;
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}
.classification-box div.item span{
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    width: 125px;
}
.classification-box div.item img{
    width: 18px;
    margin-right: 10px;
}
.classification-box div.item span:hover{
   color: #0072ce;
}
.popup{
    background-color: #fff;
    padding:38px 15px 38px 38px;
    position: absolute;
    top: 0;
    left: 271px;
    width: 880px;
    box-sizing: border-box;
    height: 372px;
    z-index: 2;
    overflow: auto;
    display: flex;
    display: none;
    
}
.popup div.cover {
    width: 240px;
}
.popup div.cover img{
    width: 240px;
    height: 60px;
    margin-bottom: 10px;
    object-fit: cover;
    border-radius: 2px;
}
.popup-main{
    display: flex;
    flex-wrap: wrap;
}
.popup a.item{
    width: 245px;
    margin-right: 45px;
}
.popup a.item>div.title{
    font-size: 14px;
    margin-bottom: 3px;
    border-bottom: 1px solid #0072ce;
    padding-bottom: 3px;
}
.popup a.classify{
    display: flex;
    flex-wrap: wrap;
}
.popup a.classify div.title{
    font-size: 13px;
    margin-bottom: 8px;
    margin-right: 15px;
    color: #807E7D;
    cursor: pointer;
}
.popup a.classify div.title:hover{
    color: #0072ce;
}
.industry-info{
    width: 867px;
}
.top div.menu{
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 20px;
    /* box-shadow: 0.2rem 0rem 1rem rgba(0,0,0,0.1); */
    height:43px;
    padding:0.2rem;
    background-color:#ededed ;
    border-radius: 0.1rem;
    box-sizing: border-box;
}
.second-menu div.menu{
    flex: none;
    width: 76%;
    margin-left:10%;
}
.top div.menu a.item{
    font-size: 17px;
    color: #000;
    font-family: Helvetica;
    flex: 1;
    cursor: pointer;
    display: block;
    text-align: center;
    text-decoration: none;
}
.top div.menu a.active{
    color: #0072ce;
}
.top div.menu a.item:hover{
    color: #0072ce;
}

.lubo{
    width: 860px;
    height: 347px;
    border-radius: 0.2rem;
    margin-bottom: 18px;
}
.swiper {
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
}
.swiper-slide {
    text-align: center;
    font-size:18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.2rem;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.2rem;
}
.other-operate{
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 11;
    box-shadow: 4px 2px 5px rgba(0,0,0,0.1);
    font-size: 12px;
    background: #fff;
    border-radius: 5px;
    margin-left: 730px;
    margin-top: -150px;
}
/* 媒体查询 */
@media screen and (max-width: 1450px) {
    .other-operate{
        margin-left: 640px;
    }
}
.other-operate div{
    padding:14px;
    text-align: center;
   
}
.other-operate img{
    width: 28px;
}
.product{
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.product a:nth-child(4n){

}
.recomm{
    justify-content: space-between;
}

.product div.item{
    /* width: 271px;
    height: 300px;
    box-sizing: border-box;
    border-radius: 0.2rem;
    background-color: #fff;
    box-shadow: 4px 2px 5px rgba(0,0,0,0.1);
    border:1px solid #f9f9f9; */
}
.recomm div.item{
    height: 8.65rem;
}
.product-list a{
    margin-right: 23px;
    margin-bottom: 15px;
    padding:13px;
    cursor: pointer;
    width: 271px;
    height: 300px;
    box-sizing: border-box;
    border-radius: 0.2rem;
    background-color: #fff;
    box-shadow: 4px 2px 5px rgba(0,0,0,0.1);
    border:1px solid #f9f9f9;
}
.product-list a:nth-child(5n){
    margin-right: 0;
}
.product-list div.item div.hot{
    margin-top: 0.3rem;
    font-size: 13px;
}
.product div.item img.cover{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.product div.item div.name{
   font-size: 15px;
   color: #5B5B5B;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1;
   overflow: hidden;
   text-overflow: ellipsis;
   height: 20px;
   font-weight: 600;
}
.product div.product-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
}
.product div.product-info div.time{
    color: #666;
    font-size: 15px;
}
.product div.hot div.distance{
    color: #0072ce;
    font-size: 14px;
}
.product  div.hot{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
}
.hot-iocn{
    display: flex;
    align-items: center;
}
.product  div.hot img{
    width: 15px;
    margin-right: 5px;
    vertical-align: middle;
}
.product  div.item div.btn{
    background-color: #0072ce;
    border-radius: 0.15rem;
    text-align: center;
    width: 79px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-left: auto;
}
.banner div.item>img.cover{
    height: 117px;
}
.banner a{
    height: 187px;
}
.banner a:last-child{
    margin-right: 0;
}
.logo-main{
    width: 279px;
    height:100%;
    background-color: #fff;
    border-radius: 0.2rem;
    margin-left: 20px;
    text-align: center;
    padding:0 36px;
    padding-top: 55px;
    box-sizing: border-box;
    box-shadow: 0.25rem 0.15rem 0.4rem rgba(0,0,0,0.1);
    border:1px solid #f9f9f9;
}
.logo-main div.profile{
    font-size: 22px;
    color: #000;
}
.logo-main div.profile img{
    width: 71px;
    height: 71px;
    border-radius: 100%;
    margin-right: 10px;
    vertical-align: middle;
    background-color:#FFCA80 ;
}
.logo-main div.hint{
    font-size: 22px;
    margin-top: 20px;
}

.logo-main div.operate{
    width: 100%;
    margin-top: 15px;
}
.logo-main div.operate div.logo{
    background-color: #0072ce;
    font-size: 20px;
    color: #fff;
    height: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    border: 0.05rem solid #0072ce;
}
.logo-main div.operate div.register{
    border: 0.05rem solid #0072ce;
    font-size: 20px;
    color: #0072ce;
    height: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    margin-top: 10px;
}
.logo-main div.other{
    display: flex;
    flex-wrap: wrap;
    margin-top:30px;
}
.logo-main div.other div{
    width: 33.33%;
    text-align: center;
    font-size: 12px;
    margin-bottom: 25px;
}
.logo-main div.other div img{
    height: 28px;
    margin-bottom: 4px;
}
.recommnd{
    margin-top: 30px;
}
.big-title{
    font-size: 22px;
    color: #000;
    display: flex;
    align-items: center;
}
.big-title img{
    width: 25px;
    margin-right: 10px;
}
.big-title span{
    display: flex;
    align-items: center;
    margin-left: auto;
    color:#222 ;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
}
.news{
   
    width: 1450px;
    margin: 0 auto;
    margin-top:20px;
    margin-bottom: 20px;
}
.news-main{
    display: flex;
    background-color: #ffffff;
    padding:55px 40px;
    box-shadow: 3px 3px 6px 2px rgba(0,0,0,0.1);
    margin-top: 20px;
    border-radius: 2px;
}
.left{
    margin-right: 100px;
    flex: 1;
}
.right{
    flex: 1;
}
.news div.item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    height: 21px;
}

.news div.item div.number{
    color: #898989;
    margin-right: 15px;
    font-size: 13px;
    width: 21px;
    width: 21px;
    text-align: center;
    width: 21px;
}
.news div.item div.hight{
    color: #fff;
    background-color: #0072ce;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 21px;
}
.news div.item div.time{
    color: #A2A2A2;
    font-size: 13px;
}
.news div.item div.title{
    font-size: 13px;
    color: #525252;
    margin-right: 18px;
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
}

.swiper-pagination-bullet {
    background-color: #d3d3d3 !important;
    width: 8px;
    height: 08px;
    border-radius: 50%;
}

footer{
    background-color: #383C44;
    /* padding:2.9rem 0 3.5rem 0; */
}
footer div.bottom{
    width: 1450px;
    margin:0 auto;
    position: relative;
    display: flex;
    align-items: center;
    padding:10px 0;
    box-sizing: border-box;
    height: 238px;
}
footer div.bottom div.logo img{
    width: 216px;
}
footer div.bottom div.company-info{
   flex: 1;
   margin-left: 25px;
}
footer div.bottom>div.link {
    color: #fff;
    margin-left: 190px;
    display: flex;
    align-items: center;
}
footer div.bottom div.company-info div.beian{
    color: #fff;
    margin-bottom: 15px;
    font-size: 14px;
    margin-top: -10px;
}
footer div.bottom div.link a{
    color: #fff;
    text-decoration: none;
}
footer div.bottom div.company-info div.friendship-link{
    color: #fff;
    font-size: 14px;
}
footer div.bottom div.company-info div.friendship-link div.link{
    margin-top: 5px;
    display: flex;
    align-items: center;
}
footer div.bottom div.company-info div.friendship-link div.link a{
    margin-right: 20px;
}
footer div.bottom div.code{
    display: flex;
    align-items: center;
}
footer div.bottom div.code div.code-item{
    width:86px;
    height: 86px;
    text-align: center;
    font-size: 12px;
    color: #fff;
 }
 footer div.bottom div.code div.code-item:first-child{
    margin-right: 10px;
 }
 footer div.bottom div.code img{
    width:86px;
    height: 86px;
 }
