  
.clear {
    clear: both;
  }
  
  
  
  .page_container {
    margin: 0 auto;
    max-width: 1400px;
  
  }
  
  @media (max-width: 1400px) {
    .page_container {
        padding-left: 15px;
        padding-right: 15px;
  
    }
  
  }

  
  @media (max-width: 980px) {
    .page_container {
      width: 92%;
  
    }
  
  }


  @font-face {
    font-family: "PingFangSC";font-weight: normal;src: url("../fonts/苹方黑体-准-简.ttf") format("woff");
    font-display: swap;
  }


.PingFangSC{font-family:"PingFangSC" }








/*banner*/

.nybanner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.nybanner .bannerimg{
    width: 100%;
    margin: 0 auto;
}

.nybanner .bannerimg img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.nybanner .bannerimg img:hover{
    transform: scale(1);

}


.nybanner .trait{
    width: 100%;
    height: 245px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../nyimages/nytraitbg.png) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 145px;
    box-sizing: border-box;
}

.nybanner .trait .traitcon{
    font-family:'PingFangSC', 'Microsoft YaHei', sans-serif;
}

.nybanner .trait .traitcon .triatname{
    float: left;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}

.nybanner .trait .traitcon .trait_r{
    float: right;
    margin-top: 40px;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
} 

.nybanner .trait .traitcon .trait_r img{
    vertical-align: middle;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.nybanner .trait .traitcon .trait_r a{
    display: inline-block;
    font-size: 14px;
    color: #fff;
}




/*内容展示*/

.nypagebg{
    width: 100%;
    margin: 0 auto;
    background: url(../nyimages/pagebg.jpg) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 75px;
    font-family:'PingFangSC', 'Microsoft YaHei', sans-serif;
    overflow: hidden;
}


.nypagebg .nycont{
    margin: 0 auto;
    padding-top: 65px;
}

.nypagebg .nycont .fenlei{
    float: left;
    width: 21.5%;
    background: #f7faff;
    border-top: 4px solid #98151f;
    -webkit-box-shadow: 0 0 8px 8px rgba(226, 218, 221, .3);
    box-shadow: 0 0 8px 8px rgba(226, 218, 221, .3);
}

.nypagebg .nycont .fenlei .fl_t{
    display: none;
}

.nypagebg .nycont .fenlei>ul>li{
    position: relative;
    z-index: 5;
    width: 100%;
    overflow: hidden;



}

.nypagebg .nycont .fenlei>ul>li>a{
    display: block;
    width: 86%;
    margin: 0 auto;
    border-bottom: 1px solid #e0e6ed;
    padding: 0 3%;
    overflow: hidden;
    height: 80px;
    line-height: 80px;
}

.nypagebg .nycont .fenlei>ul>li:last-child>a{
    border-bottom: none;
}

.nypagebg .nycont .fenlei>ul>li>a span{
    display: block;
    float: left;
    width: 80%;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nypagebg .nycont .fenlei>ul>li>a i{
    display: block;
    float: right;
    background: url(../nyimages/more1.png) no-repeat  center;
    background-size: 100%;
    width: 17px;
    height: 8px;
    margin-top: 36px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nypagebg .nycont .fenlei ul li ol{
    margin: 0 auto;
    padding: 20px 0;
    width: 92%;
    border-bottom: 1px solid #e0e6ed;
}

.nypagebg .nycont .fenlei ul li ol li{
    line-height: 50px;

}

.nypagebg .nycont .fenlei ul li ol li a {
    display: block;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    width: 76%;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}



.nypagebg .nycont .fenlei>ul>li::after{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 80px;
    content: "";
    z-index: -1;
    background: url(../nyimages/fenleilist.png) no-repeat top center;
    background-size: cover;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.nypagebg .nycont .fenlei>ul>li.on::after{
    width: 100%;
}

.nypagebg .nycont .fenlei>ul>li.on span{
    color: #fff;

}

.nypagebg .nycont .fenlei>ul>li.on i{
    background: url(../nyimages/more2.png) no-repeat  center;
    background-size: 100%;
}


.nypagebg .nycont .nycont_right{
    float: right;
    width: 74.3%;
}

.nypagebg .nycont .nycont_right .nytitle{
    line-height: 85px;
    border-bottom: 1px solid #98151f;
    font-size: 32px;
    color: #98151f;
    font-weight: bold;

}

.nypagebg .nycont .nycont_right .nylist{
    margin: 50px auto 0 auto;
    overflow: hidden;

} 

.nypagebg .nycont .nycont_right .nylist ul li{
    float: left;
    line-height: 54px;
    border: 1px solid #ab282b;
    background: #f6fbfd;
    border-radius: 45px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    width: 23.5%;
    margin-right: 1.6%;


}

.nypagebg .nycont .nycont_right .nylist ul li:last-child{
    margin-right: 0;
}

.nypagebg .nycont .nycont_right .nylist ul li a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #ab282b;
    font-weight: bold;

}

.nypagebg .nycont .nycont_right .nylist ul li.on{
    background: #ab282b;
}

.nypagebg .nycont .nycont_right .nylist ul li.on a{
    color: #fff;
}

.nypagebg .nycont .nycont_right .showbox{
    margin: 40px auto 0 auto;

}

.nypagebg .nycont .nycont_right .showbox ul li{
    width: 22.5%;
    float: left;
    margin-right: 3.3%;
    margin-bottom: 50px;


}

.nypagebg .nycont .nycont_right .showbox ul li:nth-child(4n){
    margin-right: 0;
}

.nypagebg .nycont .nycont_right .showbox ul li .pic{
    position: relative;
    padding-top: 132%;
    width: 100%;

}

.nypagebg .nycont .nycont_right .showbox ul li .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;

}

.nypagebg .nycont .nycont_right .showbox ul li .txt{
    margin: 15px auto 0 auto;
    text-align: center;

}

.nypagebg .nycont .nycont_right .showbox ul li .txt a{
    display: block;

}

.nypagebg .nycont .nycont_right .showbox ul li .txt span{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.nypagebg .nycont .nycont_right .showbox ul li .txt em{
    display: block;
    width: 18%;
    height: 2px;
    background:  #ab282b;
    margin: 5px auto 7px auto;

}

.nypagebg .nycont .nycont_right .showbox ul li .txt p{
    font-size: 18px;
    color: #333;
    line-height: 34px;
    height: 68px;
    overflow: hidden;
}




/*场馆设施*/

.nypagebg .nycont .nycont_right .sheshibox{
    margin: 50px auto 0 auto;

}

.nypagebg .nycont .nycont_right .sheshibox ul li{
    width: 48%;
    background: #fff;
    float: left;
    margin-right: 4%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 8px 8px rgba(226, 218, 221, .25);
    box-shadow: 0 0 8px 8px rgba(226, 218, 221, .25);

}




.nypagebg .nycont .nycont_right .sheshibox ul li:nth-child(2n){
    margin-right: 0;
}

.nypagebg .nycont .nycont_right .sheshibox ul li .pic{
    position: relative;
    padding-top: 56.5%;
    width: 100%;

}

.nypagebg .nycont .nycont_right .sheshibox ul li .pic img{
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;

}
.nypagebg .nycont .nycont_right .sheshibox ul.ry li{
width:31.2%;    margin-right: 2%;
}
.nypagebg .nycont .nycont_right .sheshibox ul.ry li:nth-child(2n){
    margin-right: 2%;
}

.nypagebg .nycont .nycont_right .sheshibox ul.ry li:nth-child(3n){
    margin-right: 0;
}




.nypagebg .nycont .nycont_right .sheshibox ul li .txt{
    margin: 0px auto 0 auto;
    width: 86%;
    padding: 30px 0;

}

.nypagebg .nycont .nycont_right .sheshibox ul li .txt a{
    display: block;

}

.nypagebg .nycont .nycont_right .sheshibox ul li .txt span{
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.nypagebg .nycont .nycont_right .sheshibox ul li .txt em{
    display: block;
    width: 42px;
    height: 2px;
    background:  #ab282b;
    margin: 10px 0 17px 0;

}

.nypagebg .nycont .nycont_right .sheshibox ul li .txt p{
    font-size: 16px;
    color: #333;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
}

.nyfenye{
    margin: 0 auto 25px auto;
    
}

.nyfenye img{
    display: block;
    margin: 0 auto; 

}




@media (min-width: 1200px) {

    .nypagebg .nycont .fenlei ul li ol li:hover a{
        color: #ab282b;
    }

    .nypagebg .nycont .nycont_right .nylist ul li:hover{
        background: #ab282b;
    }
    
    .nypagebg .nycont .nycont_right .nylist ul li:hover a{
        color: #fff;
    }

    .nypagebg .nycont .nycont_right .sheshibox ul li:hover .txt span{
        color: #ab282b;
    }

    .nypagebg .nycont .fenlei>ul>li:hover>a span{
        transform: translateX(5px);
    }
}




@media (max-width: 1440px) {

    .nybanner .trait .traitcon .triatname {
        font-size: 46px;
    }
    .nypagebg .nycont .fenlei>ul>li>a span {
        font-size: 18px;
    }

    .nypagebg .nycont .fenlei ul li ol li a {
        font-size: 16px;
    }

    .nypagebg .nycont .nycont_right .showbox ul li .txt span {
        font-size: 20px;

    }

    .nypagebg .nycont .nycont_right .showbox ul li .txt p {
        font-size: 16px;

    }

    .nypagebg .nycont .nycont_right .sheshibox ul li .txt span {
        font-size: 20px;
    }
  
}



@media (max-width: 1024px) {


    .nybanner .trait{
        height: 145px;
        bottom: -45px;
        padding-top: 60px;
    }
    
    
    .nybanner .trait .traitcon .triatname{
        float: none;
        font-size: 18px;
        line-height: 24px;
    }
    
    .nybanner .trait .traitcon .trait_r{
        float: none;
        margin-top: 17px;
    } 
    
    .nybanner .trait .traitcon .trait_r img{
        top: -1px;
    }
    

    

    .nypagebg{
        padding-bottom: 40px;
    }
    
    
    .nypagebg .nycont{
        margin: 0 auto;
        padding-top: 75px;
    }
    
    .nypagebg .nycont .fenlei{
        float: none;
        width: 100%;
    }

    .nypagebg .nycont .fenlei .fl_t{
        display: block;
        margin: 0 auto;
        height: 50px;
        line-height: 50px;
        background: #ab282b;
        position: relative;
    }

    .nypagebg .nycont .fenlei .fl_t span{
        display: block;
        font-size: 18px;
        color: #fff;
        padding-left: 7%;
    }

    .nypagebg .nycont .fenlei .fl_t i.plus {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        right: 7%;
        top: 13px;
        z-index: 5;
        background: url(../nyimages/fenleiico.png) no-repeat center;
        background-size: 100%;

    }

    .nypagebg .nycont .fenlei>ul{
        display: none;
    }
    
    .nypagebg .nycont .fenlei>ul>li>a{
        height: 45px;
        line-height: 45px;
    }
    
    
    .nypagebg .nycont .fenlei>ul>li>a span{
        font-size: 15px;
    }
    
    .nypagebg .nycont .fenlei>ul>li>a i{
        margin-top: 21px;
    }
    
    .nypagebg .nycont .fenlei ul li ol{
        padding: 10px 0;
    }
    
    .nypagebg .nycont .fenlei ul li ol li{
        line-height: 30px;
    
    }
    
    .nypagebg .nycont .fenlei ul li ol li a {
        font-size: 14px;
        font-weight: normal;
    }
    
    
    
    .nypagebg .nycont .fenlei>ul>li::after{
        height: 45px;
    }
    
    .nypagebg .nycont .nycont_right{
        float: none;
        width: 100%;
        margin: 20px auto 0 auto;
    }
    
    .nypagebg .nycont .nycont_right .nytitle{
        line-height: 40px;
        border-bottom: 1px solid #98151f;
        font-size: 16px;
    
    }
    
    .nypagebg .nycont .nycont_right .nylist{
        margin: 20px auto 0 auto;
        overflow: hidden;
    
    } 
    
    .nypagebg .nycont .nycont_right .nylist ul li{
        float: left;
        line-height: 40px;
        width: 47%;
        margin-right: 4%;
        margin-bottom: 10px;
    
    
    }

    .nypagebg .nycont .nycont_right .nylist ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .nypagebg .nycont .nycont_right .nylist ul li:last-child{
        margin-right: 0;
    }
    
    .nypagebg .nycont .nycont_right .nylist ul li a{
        font-size: 14px;
    
    }
    
    .nypagebg .nycont .nycont_right .showbox{
        margin: 20px auto 0 auto;
    
    }
    
    .nypagebg .nycont .nycont_right .showbox ul li{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 25px;
    
    
    }
    
    .nypagebg .nycont .nycont_right .showbox ul li:nth-child(4n){
        margin-right: 0;
    }

    .nypagebg .nycont .nycont_right .showbox ul li:nth-child(2n){
        margin-right: 0;
    }
    
    .nypagebg .nycont .nycont_right .showbox ul li .txt{
        margin: 10px auto 0 auto;
        text-align: center;
    
    }
    
    
    .nypagebg .nycont .nycont_right .showbox ul li .txt span{
        font-size: 16px;
    }
    
    .nypagebg .nycont .nycont_right .showbox ul li .txt p{
        font-size: 14px;
        color: #333;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
    }
    
    
    
    
    /*场馆设施*/
    
    .nypagebg .nycont .nycont_right .sheshibox{
        margin: 30px auto 0 auto;
    
    }
    
    .nypagebg .nycont .nycont_right .sheshibox ul li{
        margin-bottom: 20px;
        width: 100%;
        margin-right: 0;
        float: none;
    
    }
    
    
    .nypagebg .nycont .nycont_right .sheshibox ul li .txt{

        padding: 20px 0 25px 0;
    
    }
    
    
    .nypagebg .nycont .nycont_right .sheshibox ul li .txt span{
        font-size: 16px;
    }
    
    .nypagebg .nycont .nycont_right .sheshibox ul li .txt em{
        width: 36px;
        margin: 7px 0 10px 0;
    
    }
    
    .nypagebg .nycont .nycont_right .sheshibox ul li .txt p{
        font-size: 14px;
        line-height: 24px;
        height: 72px;
        overflow: hidden;
    }
    
    .nyfenye{
        margin: 30px  auto 20px auto;
        
    }

    .nyfenye img{
        max-width: 100%;
    }
    
    .wow.fadeInUp.animated.animated{
        animation-duration: 0s !important; 
        animation-delay: 0s !important;
    }
    
}