.children-title{
    display: block;
    margin-bottom: 14px;
    margin-top: 42px;
}
.line{
    width: 136px;
    border-top: 2px solid #006442;
    display: inline-block;
    vertical-align: top;

}
.about-details{
    display: inline-block;
    vertical-align: top;
    padding-left: 30px;
    border-left: 2px dashed #006442;
}
.node{
    font-size: 0px;
}
.about-cn{
    font-size: 21.5px;
    color: #ba2921;
    font-weight: bold;
    display: block;
}
.about-en{
    font-size: 15px;
    color: #8f8f8f;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.content{
    font-size: 14px;
    color: #515151;
    line-height: 30px;
    padding-bottom: 20px;
}
#introduction-content{
    height: 169px;
    width: 447px;
    margin-top: 49px;
    overflow: hidden;
    transition: height 3s ;
    -webkit-transition: height 3s ;
    -moz-transition: height 3s ;
    -o-transition: height 3s ;
}
#change-state{
    width: 118px;
    height: 28px;
    background: #ba2921;
    border-radius: 28px;
    color: white;
    font-size: 15px;
    margin-top: 10px;
    display: block;
}
#culture-content{
    width: 479px;
    line-height: 40px;
    margin-top: 20px;
    margin-right: 50px;
}
#culture-content span{
    color: #ba2a22;
    font-weight: bold;
}
.button,.event_button{
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}
.point{
    font-size: 16px;width: 10px;display: block;margin-left: 107px;line-height: 10px;
}
.over{
    position: relative;
    margin-top: 15px;
}
.out{
    color: #464445;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    position: absolute;
    right: 33px;
    top: 6px;
}
.text{
    font-size: 24px;
    font-weight: bold;
    color: white;
    background-color: #006442;
    padding: 5px;
}
.arrow{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    border: 1px solid #006442;
    color: #006442;
    font-size: 12px;
    text-align: center;
    line-height: 10px;
    margin-left: 5px;
    margin-right: 12px;
    margin-top: 7px;
    box-sizing: border-box;
}
.circle{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #006442;
    position: absolute;
    right: -8px;
    top: 7px;
}
.ry-img{
    width: 282px;
    height: 198px;
    margin: 30px;
}
.ry{
    font-size: 16px;
    color: #464445;
    font-size: 16px;
    color: #464445;
    position: absolute;
    width: 1000px;
    left: -197px;
}
.circle1{
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #006442;
}
.date{
    margin-right: 64px;
}
.ry-details{
    margin-left: 52px;
}
.culture-details{
    display: none;
}
.swiper-container {
    width: 1200px;
    height: 290px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;;
    -moz-transition: all 0.5s ease;;
}
.swiper-slide:not(.swiper-slide-active){
    transform: scale(0.5);
}
.event-details{
    height: auto;
    display: none;
    position: absolute;
    left: 190px;
    top: 5px;
    width: 1000px;
    display: none;
}

