.tail{
    width: 100%;
    /* min-width: 1200px; */
    background-color: #E5E5E5;
}
/* 容器 */
.tail-container{
    width: 80%;
    min-width: 1320px;
    /* border: 1px #E5E5E5 solid; */
    margin: 0px auto;
    position: relative;
}
/* 左边字 */
.tail-character{
    width: 550px ;
    /* border: 1px seagreen solid; */
    margin-left: 10%;
    /* margin-top: 2%; */
    padding-top: 2%;
    display: flex;
    font-family: ;
}
/* ul字体大小 */
.all-fontul{
    font-size:13px;
    color:#666666;
    line-height: 22px;
}
.all-fontsize li{
    padding-bottom: 2%;
}
/* h1字体大小 */
.all-fontsize{
    font-size:16px;
    /* font-weight:normal; */
    color: #404040;
    margin-bottom: 17%;
}

.tail-character-serve{
    
    margin-right: 60px; 
}
.tail-character-document{
    
    margin-right: 60px; 
}
.tail-character-wo{
    margin-right: 60px;
}
.tail-character-relation{
    margin-right: 0px; 
}
/* 二维码 */
.tail-container-map{
    width: 400px;
    /* margin-left: 30px; */
    /* border: 1px slateblue solid; */
    display: flex;
    position: absolute;
    left: 62%;
    top: 8%;
}
.tail-map{
    margin-right: 10%;
}
.tail-map img{
    width: 140px;
    height: 140px;
    padding: 7px;
    border: 1px #fff solid;
    background-color: #fff;
    border-radius:10px;
}
.tail-map p{
    text-align: center;
    font-size: 14px;
    color: #666666;
}
/* 版权 */
.tail-copyright{
    text-align: center;
    margin: 2% 0 0% 0;
    padding-bottom: 3%;
}
.tail-copyright-text{
    color: #666666;
    font-size: 13px;
    font-weight:200;
    margin-top: 1%;
    font-family:-webkit-pictograph;
}



