.banners{
    padding-top: 76px;
    /* width: 100%; */
}
body{
    /*display: flex;*/
    /*flex-direction: column;*/
}
.banners img{
    width: 100%;
    height: 480px;
}

.content{
    width: 100%;
    box-sizing: border-box;
}
@media (max-width: 1020px) {
    .content{
        margin: 0 auto;
    }
    .content .container{
        width: 100%;
        padding: 0 200px;
        box-sizing: border-box;
    }
}
.contact{
    /* display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    /*display: -webkit-flex; *!*/
    /*display: flex;*/
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 530px; */
    /* padding: 80px 0; */
    /* box-sizing: border-box; */
    /*margin: 0 auto;*/
    /*width: 1108px;*/
    padding-top: 140px;
    padding-bottom: 50px;
}
.contact-left-one{
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.contact-left-one:not(:first-child){
    margin-top: 18px;
}
.contact-left-one img{
    width: 30px;
    height: 30px;
    margin-right: 16px;
}
.contact-left-one p{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}
.contact-left-one p:first-child{
    /* margin-bottom: 10px; */
}
.cotc_phone{
    display: flex;
    align-items: center;
}
.contact-right{
    margin-left: 138px;
}
.contact-right img{
    width: 430px;
    height: 212px;
}
.corporate_culture{
    width: 100%;
}
.corporate_box{
    width: 1200px;
    margin: auto;
    padding: 80px 0;
}
.cilture_box{
    width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}
.cilture_item{
    width: 378px;
    height: 396px;
    box-shadow: 0px 0px 20px 0px rgba(72, 72, 72, 0.1);
    border-radius: 4px;
}
.top_img img{
    width: 378px;
    height: 186px;
}
.wenzi_box{
    padding: 13px 29px 15px;
}
.cilture_title{
    font-size: 24px;
    color: #333333;
    margin-bottom: 5px;
}
.cilture_wenzi{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}
.zi{
    margin: 0;
}
.kong{
    width: 100%;
    height: 1000px;
}
.map_box{
    /*margin: 0 auto;*/
    /*width: 1108px;*/
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}
.conpany_title{
    font-size: 26px;
    color: #333333;
    margin-bottom: 28px;
}