.article-detail .head h4 {
    margin: 15px 0px;
}
.article-detail .head h5 {
    margin: 45px 0px;
}
.tab-info .tab-content ul {
    padding-left: 0px;
}
body#tinymce {
    background: #fff;
    padding: 20px;
}
body#tinymce.article-detail ul {
    padding-left: 20px;
}

.news-box.show-center-begin .item .article-box:nth-child(1), .news-box.show-center-begin .item.is-hover .article-box:nth-child(2) {
    width: 70%;
    filter: none;
    opacity: 1;
}
.news-box.show-center-begin .item .article-box:nth-child(2), .news-box.show-center-begin .item.is-hover .article-box:nth-child(1) {
    width: 30%;
    filter: grayscale(100%);
    opacity: 0.5;
}
.news-box.show-center-begin .item .article-box:nth-child(1) img, .news-box.show-center-begin .item.is-hover .article-box:nth-child(2) img {
    display: block;
}
.news-box.show-center-begin .item .article-box:nth-child(2) img, .news-box.show-center-begin .item.is-hover .article-box:nth-child(1) img {
    display: none;
}
.project-box .img {
    background: #eee;
}
.project-pro {
    min-height: 200px;
}
.project-cover .text.is-hot-deal ul {
    padding-left: 0px;
}
.section-seo .img {
    margin-top: -100px;
}
.lifescape-box .head > .item {
    display: inline-block;
}
header #menu .menu-sub {
    display: none;
}
header #menu .menu-sub li a {
    padding-left: 20px !important;
}
header #menu .has-sub > a > .glyphicon {
    transition: .3s ease 0s;
}
header #menu .has-sub.open > a > .glyphicon {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.table-career tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
}
.list-ir .item {
    width: 100%;
    display: inline-block;
}

@media (max-width: 767px){
    .article-detail .head h4 {
        margin: 10px 0px;
    }
    .article-detail .head h5 {
        margin: 35px 0px;
    }
}