@font-face{
    font-family: 'markpro';
    src: url('../otf/markpro.otf');
}

body{
    color: #070912;
}

.banner{
    color: #FFFFFF;
}

.title{
    font-size: 24px;
}

.title h3{
    font-weight: normal;
}

.title .en{
    font-size: 18px;
    font-family: 'markpro';
    margin: 10px 0;
}

.title span{
    display: block;
    width: 44px;
    height: 2.5px;
    background-color: #00a0af;
}

.banner .text-container{
    padding-top: 180px;
}

.text{
    width: 33.67%;
    padding: 50px 20px 0 20px;
}

.text a{
    font-size: 13px;
    font-family: 'markpro';
    color: #FFFFFF;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #00a0af;
}

.address{
    width: 66.33%;
    background-color: rgba(0, 9, 21, 0.6);
    padding: 3% 0 0 0;
}

.desc{
    margin-top: 40px;
}

.desc p{
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 18px;
}

.address .name{
    font-size: 14px;
    line-height: 60px;
    padding: 0 34px 0 66px;
    background-image: url('../png/building.png');
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 26px;
}

.address .out{
    background-image: url('../png/line-3.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left bottom;
}

.address .dress{
    background-image: url('../png/line-3.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: left top;
    margin-bottom: 20px;
}

.item{
    flex: 0 0 33.333%;
    text-align: center;
    padding-bottom: 30px;
}

.address .flex{
    flex-wrap: wrap;
}

.item-content{
    max-width: 220px;
    display: inline-block;
}

.dress-number div{
    padding-left: 20px;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 1.6;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3; 
}

.dress-number div:first-of-type{
    background-image: url('../png/address.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.dress-number div:last-of-type{
    background-image: url('../png/phone.png');
    background-repeat: no-repeat;
    background-position: left top;
}

@media screen and (max-width: 1200px) {

    .text{
        padding-right: 50px;
        width: 40%;
    }

    .address{
        width: 60%;
        padding: 40px 0;
    }

    .dress-number div{
        font-size: 12px;
    }

}


@media screen and (max-width: 986px) {

    .contact-flex{
        display: block;
    }

    .banner{
        height: auto;
    }

    .address,.text{
        width: 100%;
    }

    .text{
        padding: 0;
    }

    .address{
        margin-top: 50px;
    }

    .item{
        flex: 0 0 50%;
        padding: 0 7.5px;
        margin-bottom: 50px;
    }

    .title h3{
        font-size: 24px;
    }

    .text a{
        margin: 20px auto 0 auto;
    }

    .address .name{
        padding: 0 20px 0 40px;
        background-position: 10px center
    }

}