.head {
    width: 100%;
    height: auto;
    /* margin-top: 84px; */
}

.head .banner{
    width: 100%;
    height: auto;
}

.content {
    width: 100%;
    height: auto;
    background: #ffffff;
}

.content .box1 {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.box1 .box1-con{
    width: 62%;
    margin: 0  auto;
}

.box1-con .box1-head {
    width: 100%;
    height: 240px;
}

.box1-head .box1-title {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    text-align: center;
    justify-content: center;
}

.box1-head .box1-title h1,.box1-head .box1-title h2{
    width: 100%;
}

.box1-head .box1-title h1{
    font-size: 48px;
    font-weight: normal;
}

.box1-head .box1-title h2{
    font-size: 24px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing:2px;
}

.box1-con .box1-main{
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.box1-main  .khalcon{
    width: 286px;
    display: flex;
    flex-direction:column;
    margin-bottom: 65px;
}

.khalcon .khalimg{
    width: 100%;
    height: 158px;
}

.khalcon .khaltxt{
    width: 286px;
    height: 100px;
    font-size: 16px;
    line-height: 100px;
    font-weight: normal;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}