#fh5co-header .navbar-body .nav li:nth-child(4){
    margin-right: 0;
}

#fh5co-header .navbar-body .secondmenu li:nth-child(1){
    margin-left: 0px;
}
#fh5co-header .navbar-head{
    left: 0;
    margin-left: 0;
    top: 0;
}
#fh5co-header .header-top .welcome{
    color: #06cd10;
}
#fh5co-header .header-top .top_contact{
    color: #06cd10;
    border-bottom: none;
}
.has-text-centered{
    text-align: center;
}
#fh5co-content_show .nav > li > ul.child{
    display: none;
}
#fh5co-content_show .nav > li:hover ul.child{
    display: block;
}
/*文章正文*/
#fh5co-content_show .detail iframe{
    width: 100%;
    max-width: 830px;
    min-height: 400px;
}
/*联系我们*/
#fh5co-content_show .detail{
    display: flex;
}
#fh5co-content_show .text{
    width: 50%;
}
#fh5co-content_show .text p{
    font-size: 14px;
    color: #423F3F;
    margin-bottom: 0;
}
#fh5co-content_show .text .title{
    color: #108186;
    font-size: 30px;
}
#fh5co-content_show .text .subtitle{
    color: #8F2C11;
    font-size: 24px;
}
#fh5co-content_show .text .subtitle2{
    color: #8F2C11;
    font-size: 16px;
}
#fh5co-content_show .map{
    width: 50%;
}
video{
    width: 100%;
    max-width: 400px;
    margin: -170px auto;
    display: block;
    min-height: auto;
}
@media (max-width: 768px){
    video{
        min-height: auto;
    }
}