.one {
    position: relative;
}

.one .one_title {
    font-size: 1.8rem;
    color: #ffffff;
    position: absolute;
    top: 60.5%;
    left: 32.7%;
}

.one_en {
    position: relative;
}

.one_en .one_title {
    font-size: 1.8rem;
    color: #ffffff;
    position: absolute;
    top: 59.5%;
    left: 34.7%;
    line-height: 2rem;
    width: 31%;
}

.two .two_content {
    position: relative;
    background: url("../images/contact/contact_bg.png") no-repeat;
    background-size: 100% 100%;
}

.two .two_content .t_c_title {
    font-size: 2.8rem;
    color: #02080c;
    margin-bottom: 44px;
    position: relative;
    top: 21px;
    /*padding-left: 20px;*/
    text-align: left;
}

.two .two_content .email {
    font-size: 2.8px;
    color: #02080c;
    margin-bottom: 58px;
    font-weight: bold;
}

.two .two_content .email2 {
    font-size: 2.8px;
    color: #02080c;
    font-weight: bold;
}

.two .two_content ul {
    display: flex;
    flex-wrap: wrap;
}

.two .two_content ul li {
    flex: 30%;
    margin-right: 10px;
}

.two .two_content .t_c_list dl {
    padding-top: 5%;
    padding-left: 2%;
    word-break: break-word;
    text-align: left;
}

.two .two_content .t_c_list dl dt {
    font-size: 2.2rem;
    color: #c6000b;
    margin-bottom: 3%;
    font-weight: bold;
}

.two .two_content .t_c_list dl dd {
    font-size: 1.6rem;
    color: #666666;
}

.two .two_content .t_c_list dl p {
    font-size: 1.6rem;
    color: #1b1b1b;
    line-height: 30px;
}

