.product-container{
    width: 1200px;
    margin:60px auto 0;
    text-align: center;
}
/* 背景 */
.backGround2{
    height: 560px;
    top: 980px;
}
.backGround3{
    height: 950px;
    top: 1960px;
}
.backGround4{
    height: 590px;
    top: 3470px;
}
/* ******************* */
#container{
    height: 480px;
}
.banner-item{
    height: 400px;
}
.banner-item-right{
    width: 500px;
    height: 328px;
}
.swiper-pagination{
    bottom:50px !important;
}
.banner-item-left h1{
    font-size:30px;
}
.banner-item-left h2{
    font-size:30px;
}
.banner-item-left h3{
    font-size:18px;
}
/* *********************** */
.product-container h2{
    margin-bottom: 10px;
}
.product-container span{
    display: block;
    color:#979797;
}
.solve{
    margin-top:50px;
    display: flex;
    justify-content: space-around;
}
.solve div{
    width: 200px;
    height: 240px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 15px;
    padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}
.solve div img{
    display: block;
    width: 70px;
    height: 70px;
}
.solve div span{
    width: 200px;
    text-align: left;
    white-space: normal;
    line-height:22px;
    word-wrap: break-word;
    font-size:14px;
}
.customers{
    width: 100%;
    margin-top:60px;
}
.search-customers{
    width: 100%;
    height: 400px;
    margin-top:40px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
}
.search-left{
    width: 500px;
    height: 220px;
}
.search-right{
    width: 680px;
    height: 360px;
}
.search-right img{
    width: 100%;
    height: 100%;
}
.search-left h1{
    font-weight: 500;
    letter-spacing: 3px;
    text-align: left;
}
.search-left span{
    display: block;
    margin:20px 0 40px;
    text-align: left;
    line-height: 22px;
}
.search-left .manage-btn{
    margin:0 0 ;
}
.breathe{
    margin-top:40px;
}
.breathe ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top:40px;
}
.breathe li{
    width: 50%;
    height: 260px;
    box-sizing: border-box;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left:20px;
}
.breathe li:nth-child(-n+4){
    border-bottom: 1px solid rgb(224, 224, 224);
}
.breathe li p{
    font-size: 26px;
    margin-bottom: 10px;
}
.breathe li:nth-child(2) img{
    width: 350px;
    height: 220px;
    margin:0 auto;
}
.breathe li:last-child{
    padding-left:140px;
}
.breathe li:nth-child(3) img{
    width: 380px;
    height: 280px;
    /* margin:0 auto; */
}
.breathe li:nth-child(3){
    padding-left:90px;
}
.breathe li:last-child img{
    width: 350px;
    height: 200px;
}
.breathe li:nth-child(4){
    padding-left:150px;
}
.custodian{
    width: 100%;
    margin-top:40px;
}
.custodian-content{
    display: flex;
    justify-content: space-around;
    margin:40px 0 40px;
}
.custodian-left{
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-left:1px solid #ccc;
    box-sizing: border-box;
}
.custodian-left p{
    height: 93px;
    padding-left:30px;
    line-height: 93px;
    font-size:25px;
    border-left:4px solid transparent;
    cursor: pointer;
    position: relative;
}
.custodian-left p.active{
    border-left:4px solid #02a7f0;
}
.custodian-right{
    width: 500px;
    height: 360px;
    display: none;
}
.custodian-right.active{
    display: block;
}
.custodian-right{
    width: 500px;
    height: 320px;
}
.custodian-right img{
    width: 100%;
    height: 100%;
}
.product-fenxi{
    width: 415px !important;
    height: 290px !important;
}
.footer-center{
    text-align: left;
}
.join{
    margin-top:60px;
}
#menuhome-product{
    border-bottom:2px solid #fff !important;
}
