.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:8px;
}

.box1-con .box1-main {
    width: 100%;
    height: 500px;
    background: #ffffff;
    margin: 0 auto;
    display: flex;
}

.box1-main .main-left {
    width: 51.4%;
    height: 280px;
    display: flex;
    align-items: center;
}

.main-left .main-leftcon{
    width: 80%;
    height: 280px;
}

.box1-main .main-left p {
    text-indent: 2rem;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    color: #666666;
}

.box1-main .main-right {
    width: 48.6%;
    height: 280px;
    display: flex;
    align-items: center;
}
.main-right  .main-rightcon{
    width: 100%;
}