
.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.tel-me-column {
    max-width: 1500px;
	width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 90px;
     /*transform: scale(0.8);*/
}

.tel-me-row{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tel-me-header-img{
    width: 188px;
    height: 188px;
    background: #C0C0C0;
    border-radius: 50%;
}

.tel-me-desc-row{
    display: flex;
    flex-direction: column;
    margin-left: 46px;
}
.tel-me-desc-col{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.tel-me-text{
    font-size: 24px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: #F15921;
}
.tel-me-en{
    font-size: 18px;
    
    font-weight: 400;
    color: #C9CACA;
    margin-left: 25px;
}
.tel-me-desc-line{
    width: 364px;
    height: 3px;
    background: #F15921;
    margin-top: 13px;
}
.tel-me-desc-text{
    margin-top: 22px;
    font-size: 18px;
    
    font-weight: 400;
    color: #333333;
    line-height: 18px;
}
.tel-me-desc-content{
    margin-top: 21px;
    font-size: 18px;
    
    font-weight: 400;
    color: #666666;
    line-height: 27px;
}
.tel-me-company-column{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 59px;
}
.tel-me-company-row{
    display: flex;
    flex-direction: column;
}
.tel-me-company-name{
    background: #F15921;
    font-size: 30px;
    
    font-weight: bold;
    color: #FFFFFF;
    padding: 37px 36px 37px 35px;
}
.tel-me-company-ul{
    display: flex;
    flex-direction: column;
    margin-top: 8px;
    background-color: #F2F2F2;
    padding: 76px 65px 43px;
}
.tel-me-company-li{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 42px;
}
.tel-me-company-li-icon{
    width: 50px;
    height: 50px;
}
.tel-icon{
    width: 51px;
    height: 52px;
    background-image: url("../images/icon/tel.png");
}
.email-icon{
    background-image: url("../images/icon/email.png");
}
.address-icon{
    background-image: url("../images/icon/address.png");
}

.tel-me-company-li-row{
    display: flex;
    flex-direction: column;
    margin-left: 14px;
}
.tel-me-company-li-text{
    font-size: 14px;
    
    font-weight: 400;
    color: #333333;
}
.tel-me-company-li-value{
    font-size: 24px;
    
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}

.tel-me-map{
    width: 920px;
    height: 499px;
    border: 1px solid #F15921;
}

.tel-me-map img{
	width: 100%;
	height: 100%;
}