.con {
    width: 100%;
    min-height: 777px;
    background: url(../images/background-01.jpg) no-repeat center center;
    margin: 0;
}

.con-1 {
    width: 730px;
    min-height: 600px;
    margin: 0px auto;
    font-size: 14px;
    /* border-top: 60px; */
    background-color: #fff;
    border-radius: 10px;


}

.con-1 div {
    width: 630px;
    min-height: 40px;
    margin: 0 50px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 10px;

    content: "";
    clear: both;
    display: block;

}

.con-1 .con-11 {
    margin-top: 20px;

}

.con-11p1 {
    color: #006acd;
    font-size: 18px;
    font-weight: bold;
}

.con-11p2 {
    color: #e31e25;
    font-size: 14px;

}

.con-11 a {
    color: #1866c1;
}

.con-12 {
    width: 100%;
    min-height: 36px;
    font-weight: bold;
    text-indent: 20px;
    background-color: #f1f7fb;
    font-size: 14px;

}

.con-13p1 {
    width: 90px;
    margin: 0;
    margin-left: 10px;
    text-align: right;
    font-weight: bold;
}

.con-13i2 {
    width: 236px;
    height: 38px;
    margin-left: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.con-13p3 {
    height: 38px;
    margin-left: 10px;
    color: #7f7f7f;
}

.con-13p3s {
    height: 100%;
    color: red;
    display: inline-block;
    margin: 0 10px;
}

.con-1 .con-14 {
    margin: 20px 0;
    width: 100%;
    min-height: 60px;
    text-align: center;
}

.con-14 a {
    display: inline-block;
    height: 40px;
    width: 170px;
    border-radius: 5px;
    margin: 10px 10px;
}

.con-14a1 {
    color: #fff;
    background-color: #006acd;
}

.con-14a1:hover {
    color: #fff;

}

.con-14a2 {
    background-color: #e9e9e9;
    color: #474747;
}

.com-1-2code {
    float: right;
    height: 100%;
    width: auto;
    display: inline-block;
}

.com-1-2code img {
    display: inline-block;
    height: 100%;
    width: auto;
}

@media screen and (max-width:750px) {

    .con-1 {
        width: 98%;
        margin: 20px 1%;
    }

    .con-1 div {
        width: 100%;
        margin: 5px auto;
    }

    .con-1 .con-11 {
        width: 93%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .con-1 .con-12 {
        margin: 10px auto;
        width: 93%;
    }


}

@media screen and (max-width:640px) {
    .con {
        min-height: 877px;
        background-size: 100% 100%;
    }

    .con-1 {
        padding-bottom: 10px;
    }

    .con-1 .con-14 {
        height: auto;
    }

    .con-1 .con-14 a {
        display: block;
        margin: 20px auto;
    }

    .con-11 p {
        float: none;
    }

    .con-13p3 {
        display: inline-block;
        margin: 2px 0;
        width: auto;
        float: none;
    }

    .com-1-2code {
        float: none;
    }
}

@media screen and (max-width:410px) {

    /* .con {
        min-height: 940px;
    }

    .con-1 {
        min-height: 870px;
    } */
    .con-13p1,
    .con-13p3,
    .con-14 {
        float: none;
        height: auto;
    }
}