.w13{
    width: 1320px;
    margin: auto;
}

.con {
    position: relative;
    width: 100%;
    height: 100%;
}

.con_1_img {
    position: absolute;
    left: 60;
    top: 0;
}

.con_2_img {
    position: absolute;
    right: 0;
    top: 0;
}

.con_3_img {
    position: absolute;
    left: 0;
    bottom: 0;
}

.con_login {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
    display: flex;
}

.con_log_ca {
    position: absolute;
    top: -210px;
    right: 0;
}

.con_log_ca_div {
    width: 470px;
    height: 260px;
    border: 2px solid #008094;
    border-radius: 30px;
}

.con_log_ca_tit h2 {
    font-size: 36px;
    color: #302b24;
    font-family: PingFangSC-Semibold, sans-serif;
    position: relative;
    padding-bottom: 55px;
    margin-left: 15px;
}

.con_log_ca_tit h2::after {
    content: "";
    width: 8px;
    height: 35px;
    background-color: #008094;
    position: absolute;
    left: -15px;
    top: 2px;
}

.con_log_ca_div {
    padding: 44px 30px 30px 34px;
    box-sizing: border-box;
}
.con_log_ca_div h2{
    font-size: 24px;
    color: #302b24;
    width: 70px;
    line-height: 40px;
}
.xuehao{
    padding-bottom: 25px;
    display: flex;
}
.password{
    padding-bottom: 25px;
    display: flex;
}
.input{
    background-color: #eeeeee;
    border-radius: 5px;
    border: 1px solid #eeeeee;
    height: 40px;
    width: 100%;
    font-size: 24px;
    padding-left: 15px;
}
.sub{
    background-color: #008094;
    border-radius: 50px;
    width: 100%;
    height: 50px;
    border: unset;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
}
.denglu{
    position: relative;
    cursor: pointer;
}
.dengl_img{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%)
}
.jieguo_head {
    height: 100px;
    background-color: #fff;
}

.jieguo_logo {
    margin: auto;
    padding-top: 25px;
}

.jieguo_con {
    background-color: #0c6676;
    /* height: calc(100vh - 100px); */
    width: 100%;
    padding-top: 70px;
    padding-bottom: 100px;
}

.jieguo_con_list {
    margin-top: 20px;
}

.jieguo_xsxx {
    background-color: #008094;
    height: 60px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    color: #ffffff;
    font-size: 30px;
    line-height: 60px;
    padding-left: 50px;
    box-sizing: border-box;
}

.jieguo_xsxx h2 {
    position: relative;
}

.jieguo_xsxx h2::after {
    content: "";
    width: 8px;
    height: 30px;
    background-color: #9fcca7;
    position: absolute;
    left: -15px;
    top: 15px;
}

.jieguo_xsnr {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    width: 100%;
    height: auto;
    font-size:0px;
}

.jieguo_xsnr_1 {
    width: 50%;
    display: inline-block;
}

.jieguo_xsnr_1_fq {
    display: flex;
}

.jieguo_xsnr_1_tit {
    width: 120px;
    height: 60px;
    color: #000000;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}
.jieguo_xsnr_2_tit{
    width: 140px;
}
.jieguo_xsnr_3_tit{
    width: 180px;
    box-sizing: border-box;
    text-align: center;
}
.jieguo_xsnr_3_tit p{
    margin-left: unset!important;
}
.jieguo_xsnr_1_con {
    color: #333333;
    font-size: 24px;
    line-height: 60px;
}
.jieguo_xsnr_1_con p{
    margin-left: 23px;
}
.borleft{
    border-left: 1px solid #eeeeee;
}
.borright{
    border-right: 1px solid #eeeeee;
}
.bortop{
    border-top: 1px solid #eeeeee;
}
.borbottom{
    border-bottom: 1px solid #eeeeee;
}

.jieguo_kccj_dw{
    display: flex;
}
.jieguo_xsnr_4it{
    width: 100%;
    text-align: center;
}

.jieguo_kccj:last-child .borbottom{
    border-bottom: unset;
}
.dn{
    display: none;
}

.jieguo_logo{
    display: flex;
    position: relative;
}
.tuichu{
    float: right;
    position: absolute;
    right: 0;
    margin-top: 30px;
    display: flex;
}
.tuichu a{
    font-size: 24px;
    color: #015d6c;
    padding-left: 5px;

    
}