.contactus_content {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
}

.contactus_infor {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.contactus_style {
    width: 100%;
    overflow: hidden;
}

.style_list {
    float: right;
    width: 340px;
    height: 206px;
    box-sizing: border-box;
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e6e6;
}

.style_list:first-child {
    float: left;
}

.style_title {
    display: block;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.style_text {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    box-sizing: border-box;
    padding-left: 18px;
}

.style_p {
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 18px;
    margin-top: 3px;
}

.style_email {
    float: left;
    width: 16px;
    margin-top: 1px;
}

.style_emailA {
    float: left;
    font-size: 14px;
    color: #666666;
    margin-left: 5px;
}

.style_tao {
    display: block;
    width: 73%;
    font-size: 14px;
    color: #1160c3;
    border-bottom: 1px solid #1160c3;
    box-sizing: border-box;
    margin-left: 18px;
    margin-bottom: 2px;
}

.style_tao:hover {
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    color: #197bf6;
    border-bottom: 1px solid #197bf6;
}

.add_list {
    float: right;
    width: 340px;
    box-sizing: border-box;
    padding: 60px 0;
}

.add_list:first-child {
    float: left;
}

.map {
    width: 100%;
    height: 320px;
    display: block;
}

/*Π‘ΖΑΔ»*/
@media (max-width: 1440px) {
    .style_title {
        font-size: 14px;
    }

    .style_text {
        font-size: 12px;
    }

    .style_list {
        width: 280px;
        height: 180px;
        padding-bottom: 40px;
    }

    .add_list {
        width: 280px;
        padding: 40px 0 50px 0;
    }

    .style_tao {
        font-size: 12px;
    }
}