body{
    min-width: 1200px;
}
.main{
    width:1200px;
    margin: 0 auto;
    padding: 0px;
}
.lineh{
    line-height:2em
}
.mtp5{
    margin-top:5px
}
.mtp10{
    margin-top:10px
}
.mtp15{
    margin-top:15px
}
.mtp20{
    margin-top:20px
}
.mtp30{
    margin-top:30px
}
.mleft10{
    margin-left:10px
}
.mleft15{
    margin-left:15px
}
.mleft20{
    margin-left:20px
}
.mleft30{
    margin-left:30px
}

.mpd5{
    padding:5px;
}
.ctext{
    text-align:center
}
.mpd10{
    padding:10px;
}
.mpd15{
    padding:15px;
}
.mpd20{
    padding:20px;
}
.font13{
    font-size:13px;
}
.bgffffff{
    background-color:#FFFFFF
}
i{
    font-style:normal
}


.block{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: sticky;
    overflow: hidden
}

/*导航*/
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a {
    color: #09ACAE;
}
.layui-nav .layui-nav-item{
    line-height: 72px;
}
header{
    margin: 0 auto;
    text-align: center;
    background-color: #FFFFFF;
}

header .layui-nav .layui-nav-item a{
    color: #577279;
    font-size: 16px;
}


/*轮播图*/
.image-container {
    width: 100%; /* 父容器宽度 */
    overflow: hidden; /* 超出部分隐藏 */
    position: relative; /* 为绝对定位的img设置参照 */
}
.image-container img {
    width: 100%; /* 图片宽度跟随父元素 */
    height: 100%; /* 图片高度跟随父元素 */
    object-fit: cover; /* 保持图片的比例 */
    position: absolute; /* 绝对定位 */
    top: 0;
    left: 0;
}
.tooltip{
    position: absolute;
    cursor: pointer;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    /*transform: translate(-50%, -50%);*/
}
.tool-text{
    transform: translate(-50%, -50%);
}

footer{
    width: 100%;
    height: 80px;
    background: #1569A7;
}
footer h3{
    font-family: Poppins;
    font-weight: bold;
    font-size: 16px;
    color: #F8F8F8;
    line-height: 50px;
    font-style: italic;
}
footer p{
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    color: #F8F8F8;
    font-style: italic;
}