.conn {
    width: 100%;
    background: #f4f4f4;
}

.con1 {
    padding-top: 60px;
}

.con1-tit {
    width: 50%;
    font-size: 32px;
    line-height: 50px;
}

.con1-tit>div {
    display: block;
    width: 80px;
    height: 3px;
    background: #cf0106;
}

.con1-1 {
    height: auto;
    min-height: 540px;
    padding-bottom: 10px;
    position: relative;
    background: #f4f4f4;

}

.con1-1-1 {
    width: calc(50% - 5px);
    background-color: #fff;
    position: absolute;
    top: 100px;
    left: 10px;
    z-index: 10;

}

.con1-1-1-1 {
    width: 90%;
    padding: 5%;
    font-size: 14px;
    line-height: 1.8;
}

.con1-1-2 {
    width: calc(50% + 77px);
    width: 677px;
    height: 532px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.con1-2 {
    display: block;
    max-width: 1020px;
    margin: 25px auto;
}
.con1-2 img{
    max-width: 100%;
}
.con1-tit2 {
    display: block;
    width: 440px;
    margin: 10px auto;
    text-align: center;
}

.con1-tit2 div {
    display: inline-block;
}

.con1-tit2-1 {
    width: 120px;
    height: 2px;
    margin: 10px 0;
    background: #cccccc;

}

.con1-tit2-t {

    width: 140px;
    text-align: center;
    font-size: 18px;
    padding: 0 24px;
    font-size: 32px;
    line-height: 32px;
    height: 32px;
    font-weight: normal;
}

.con1-tit3 {
    font-size: 18px;
    line-height: 1.75em;
    text-align: center;
    color: #cccccc;
}

@media screen and (max-width:1020px) {
    .con1-1-1 {
        width: 80%;
    }

    .con1-2 {
        width: 98%;
    }
}

@media screen and (max-width:700px) {
    .con1-1-1 {
        top: 20px;
        left: 0;
        width: 100%;
    }

    .con1-tit2 {
        width: auto;
    }

    .con1-tit2 .con1-tit2-1,
    .con1-1-2 {
        display: none;
    }
}