.my-data-main {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif;
    font-size: 16px;
}

.my-data-main-cover {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100vh;
    background-color: #f5f5f5;
    z-index: 99999;

}

.my-head {
    background: url(pic/bg.png);
    background-position: center;
   
}

.my-body {
    width: 100%;
    overflow: auto;

}

.my-foot {

    background-color: rgb(16, 80, 86);
    font-weight: bold;

}

 

/* 导航盒子 */
.nav-box {
    right:20px;
    position: absolute;
    top:10%
}

.nav-box-mob {
    z-index: 999;
    position: fixed;
    right: 20px;
}

.layui-nav {
    background-color: transparent;
}

.layui-nav a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;


}

.mob-nav-open,
.mob-nav-close {
    float: right;
    cursor: pointer;
    display: none;

}

.nav-cover {
    background-color: #314745b0;
    display: none;
    position: fixed;
    top: 50px;
    left: 0px;
    height: 100vh;
    width: 100%;

}

.layui-carousel-box {
    text-align: center;
}

.layui-carousel-box img {
    cursor: pointer;
}

.layui-carousel-box span {
    display: block;
    text-align: left;
    color: #e7e7e7;
    font-size: 12px;
    position: relative;
    bottom: 50px;
    left: 20px;
    width: 100%;
}

.my-foot td {
    border-width: 0px;
    text-align: center;
    color: #e7e7e7;
    line-height: 20px;

}

.my-foot table {
    background-color: transparent;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
    table-layout: fixed;
    word-break: break-all;
}



.title {
    font-size: 24px;
    line-height: 50px;
    /* font-weight: bold; */
    padding-top: 30px;
    padding-left: 60px;
    /* float: left; */
    background-repeat: no-repeat;
    background-position: top left;

}

.title a {
    cursor: pointer;
}

.title a :hover {
    color: #1e9fff
}

hr {
    clear: both;
    /* 清除浮动 */
    margin-top: 20px;
    /* 分割线上方间距 */
    margin-bottom: 20px;
    /* 分割线下方间距 */
}

.ell {
    word-break: keep-all;
    white-space: nowrap;

    text-overflow: ellipsis;
}

 

table {
    width: 100%;
}

.body-text {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

 

.left-class1 {
    padding: 20px;
    background-color: rgb(16, 80, 86);
    color: #fff
}

.left-menu {
    color: rgb(16, 80, 86);
    cursor: pointer;
    text-align: right
}

.ell {
      word-break: keep-all;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.logo{
    cursor: pointer;
    content: "返回主页"; 
}
.team table {
        width: 100%;
        word-wrap: break-word;
        table-layout: fixed;
        word-break: break-all;
        border-collapse: collapse;
        border: solid #eeebeb;
        border-width: 0px;
    }

.team td,
    th { 
        margin: 0px; 
        background-color: #faf8f8; 
        padding: 5px 10px; 
    }


.team-table-auto {
    border-width: 1px 0px 0px 0px;
    ;
    table-layout: auto;
    width: 100%;
}

.team-table-auto td,
th {
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
    text-align: left;
    border-width: 0px 1px 1px 1px;
    padding: 5px 10px;
}
.layui-timeline{
    padding-left: 25px;
}
 
.row3{
    background: url(pic/tzbg.png);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: top; 
    background-color: #f0f9fb;
    
}
.col-gx {

    padding-top: 20px;

}

 