@charset "UTF-8";
html,body,ul{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
}
header img{
    width: 100%;
}
header{
    position: relative;
    height: 265px;
    margin-bottom: 0px;
}
header>div{
    position: absolute;
    top: 0px;
    width: 100%;
    /*background:url("../images/bg.jpg");*/
}
header>div>div{
    width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}
header>div img{
    width: 100px;
    margin: 0 12px;
    position: relative;
    transition: transform 0.5s ease; /* 平滑旋转效果 */
}
header .li{
    position: relative;
    margin: 0 15px;
    cursor: pointer;
}
header .li>img:hover{
    transform: rotate(-20deg); /* 鼠标悬停时旋转360度 */
}
/*header .li:before{
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    background-color: #333;
}*/
header .li ul{
    display: none;
    animation: menuxxakf2 .3s linear;
    position: absolute;
}
header .li:hover>ul{
    display: flex;
}
@keyframes menuxxakf2{
    from{
        margin:-10px 0 0;opacity:0;
    }to{
             margin:0;
             opacity:1;
         }
}
header .li ul>li{
    border-right: 1px #7c7c7c solid;
    width: 35px;
    text-align: center;
    font-size: 18px;
}
header .li ul>li:last-child{
    border-right: none;
}
header .li ul>li a{
    color: #ae7b00;
    padding: 0 .25rem;
    transition-duration: .35s;
    min-height: 60px;
    text-align: center;
    display: block;
}
body{
    background:url("../images/bg.jpg");
}
.content,.about-content{
    display: flex;
    width: 1260px;
    margin: 0 auto;
}
.content>.left{
    width: 20%;
    text-align: left;
}
.content>.right{
    width: 80%;
}
.content>.right>div{
    width: 100%;
    height: 640px;
    background: url("../images/index-right-bg.png") no-repeat center;
    background-size: contain;
}
.content>.right>div>img{
    cursor: pointer;
    transition: width 0.5s ease; /* 平滑过渡效果 */
    opacity: .9;
    position: relative;
}
.content>.right>div>img:nth-child(1):before{
    content: "水上舞台";
    position: absolute;
}
.content>.right>div>img:hover{
    opacity: 1;
    transform: scale(1.08); /* 鼠标悬停时放大一倍 */
}
.about-content>div{
    width: 50%;
}
.about-content>div.left{
    text-align: center;
}
.about-content>div.right .title{
    display: flex;
    align-items: end;
}
.about-content>div.right .title>span{
    font-size: 50px;
    font-weight: bold;
    font-family: cursive;
}
.about-content>div.right .info{
    margin-top: 30px;
    font-size: 20px;
}
.anli,.yetai-content{
    width: 1260px;
    margin: 0 auto;
}
.anli>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.anli>ul>li{
    width: 23%;
    background-color: #fff;
    height: 300px;
    margin-bottom: 35px;
}
.anli>ul>li>a{
    display: inline-block;
}
.yetai-content>.row{
    display: flex;
    background-color: #fff;
}
.yetai-content>.row ul{
    width: 20%;
}
.yetai-content>.row ul a{
    text-align: center;
    line-height: 97px;
    width: 100%;
    display: inline-block;
    font-size: 25px;
    color: #000;
    font-weight: bold;
    font-family: cursive;
}
.yetai-content>.row .right{
    width: 80%;
}
.xiaochi-content{
    width: 1260px;
    margin: 0 auto;
}
.xiaochi-content>img{
    width: 100%;
}
.xiaochi-content>.row{
    display: flex;
}
.xiaochi-content>.row>div{
    width: 50%;
}
.xiaochi-content>.row>div.left{
    text-align: left;
}
.xiaochi-content>.row>div.left img{
    width: 97.2%;
}
.xiaochi-content>.row>div .info{
    margin-top: 30px;
    font-size: 20px;
    padding-left: 32px;
}
.xiaochi-content>.info{
    margin-top: 30px;
    font-size: 20px;
    margin-bottom: 50px;
}
.xiaochi-content>ul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.xiaochi-content>ul>li{
    width: 23%;
}
.xiaochi-content .row ul.col-2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xiaochi-content .row ul.col-2>li{
    width: 48%;
    margin-bottom: 30px;
}
.xiaochi-content .row ul.col-2>li img{
    width: 100%;
}
.xiaochi-content>ul>li img{
    width: 100%;
}
.news-content{
    display: flex;
    width: 1260px;
    margin: 0 auto;
    justify-content: space-between;
}
.news-content>div{
    width: 49%;
}
.news-content>div img{
    width: 100%;
}
.news-content>div p {
    color: #999;
    margin: 0;
}
.news-content>div .title{
    font-size: 25px;
    color: #333;
    margin-bottom: 10px;
}
.news-content>div.right>div{
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

footer{
    width: 1260px;
    margin: 0 auto;
    padding: 20px 0;
}
footer .title{
    font-size: 18px;
}
footer p.hr{
    position: relative;
    background-color: #A1A1A1;
    height: 1px;
    width: 100%;
    margin-top: 20px;
}
footer p.hr:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 6px;
    background-color: #a1a1a1;
    left: 0;
    top: -3px;
    border-radius: 15px;
}
footer p.hr:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 6px;
    background-color: #a1a1a1;
    right: 0;
    top: -3px;
    border-radius: 15px;
}
