.customer_banner{
    background: url("../img/kf_banner.png");
    background-position: center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 360px;
    margin-top: 75px;
}
.customer_banner p{
    font-size: 72px;
    color: #ffffff;
    font-weight: lighter;
    /*position: absolute;*/
    /*left: 19%;*/
    /*bottom: 20%;*/
    padding-top: 70px;
    line-height: 100px;
}

.coustomer_page{
    text-align: center;
}

.customer_text_title{
    font-size: 36px;
    color: #222222;
    line-height: 50px;
    text-indent: 0em;
    padding-top: 50px;
    padding-left: 50px;
    font-weight: lighter;
}

.customer_text_content{
    font-size: 18px;
    color: #666666;
    margin-top: 50px;
    font-weight: lighter;
    padding-left: 50px;
    line-height: 24px;
}

.customer_page_right{
    height: 300px;
    width: 100%;
}

.customer_text{
    width: 100%;
    height: 308px;
    background: #FFFFFF;
    box-shadow:0px 0px  5px 1px #dddddd;
    margin-top: 200px;
    position: relative;
}

.customer_page_right .customer_box{
    position: absolute;
    right: 0px;
    bottom: -46px;
    text-align: center;
    background: #48befe;
    box-shadow:0px 0px  10px 3px #BFBFBF;
    width: 410px;
    height: 400px;
}

.customer_page_right .customer_box p{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 24px;
    font-weight: lighter;
    line-height: 48px;
}

.customer_page_right .customer_box img{
    margin-top: 34px;
}

.customer_page_left{
    height: 300px;
    width: 100%;
}

.customer_page_left .customer_text_title,.customer_page_left .customer_text_content{
  text-align: right;
    margin-right: 50px;
}

.customer_page_left .customer_box{
    position: absolute;
    left: 0px;
    bottom: -46px;
    text-align: center;
    background: #48befe;
    box-shadow:0px 0px  10px 3px #BFBFBF;
    width: 410px;
    height: 400px;
}

.customer_page_left .customer_box p{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 24px;
    font-weight: lighter;
    line-height: 48px;
}

.customer_page_left .customer_box img{
    margin-top: 34px;
}

.customer_line{
    width: 100%;
    height: 1px;
    background: #dddddd;
    margin-top: 240px;
}

.customer_contact{
    height: 200px;
}

.customer_contact_title{
    font-size: 20px;
    color: #222222;
    border-left: 6px solid #53BFFC;
    padding-left: 10px;
    margin-top: 80px;
}
.customer_to_contact img,.customer_to_contact p{
    vertical-align: middle;
}

.customer_to_contact p{
    margin-left: 20px;
    display: inline-block;
    line-height: 26px;
}

.customer_to_contact ul{
    display: flex;
    justify-content: space-between;
}

.customer_to_contact{
    margin-top: 60px;
}
