@charset "UTF-8";
article.header {
    height: 100px
}

.header h3 {
    line-height: 1.1rem;
    font-size: .4rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.header div.left {
    width: 310px;
    height: 76px;
    margin-right: 95px;
}
div.search-box {
    width: 530px;
}
div.search-box > input.search-input {
    border: 1px solid #6f1f20;
    width: 530px;
    height: 42px;
    padding: 0 10px
}

div.user-box a {
    color: #666;
    font-size: 12px
}
div.user-box a:hover {
    color: #333;
}
div.user-box span {
    color: #ccc;
    height: 14px;
}

div.user-box > div.account:hover a span,div.user-box > div.collect:hover a span,div.user-box > div.contact:hover a span {
    color: #333
}
div.user-box > div.account a span,div.user-box > div.collect a span,div.user-box > div.contact a span {
    color: #666
}

div.pc-top {
    background: url(../images/pc-bg-top.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 297px;
}
div.nav {
    background: url(../images/pc-bg-nav.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 63px;
}
input {
    outline: #6f1f20
}

/* 首页第二部分 */
section.bg-part2 {
    /* background-size: 100% 100%; */
    width: 100%;
    height: 721px;
}

.block-title {
    background: url(../images/bg-block-title.png) no-repeat center center;
    width: 1200px;
    margin: 0 auto;
    height: 117px;
}

article.dyn-wrap {
    width: 1200px;
    margin: 10px auto;
    height: 397px;
    background: url(../images/part2-bg.png) no-repeat center center
}

a.web-scale p {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    font-size: 14px;
    background: rgba(0, 0, 0, .5);
    left: 0;
    padding: 0 10px;
    box-sizing: border-box;
}

a.web-scale {
    display: block;
    position: relative;
    overflow: hidden;
}

a.web-scale:hover img {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
a.web-scale img {
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

ul.dyn-list-wrap i {
    display: block;
    margin-right: 3px;
    margin-bottom: 3px
}
ul.dyn-list-wrap i:nth-child(2n) {
    margin-right: 0
}

ul.dyn-list-wrap li {
    padding: 14px
}
ul.dyn-list-wrap li:hover span.title {
    color: #f00
}

section.part3 {
    height: 430px;
    background: #f6e6d7;
    margin-top: 50px;
}
ul.shici-wrap > li {
    width: 274px;
    height: 302px;
    border: 1px solid #7d0000;
    padding: 10px;
}
ul.shici-wrap li ul {
    position: relative;
}
ul.shici-wrap li ul > li {
    position: relative;
    display: flex;
    align-items: center;
}

ul.shici-wrap li ul > li i,.guoxue-wrap li ul > li i,.guoxue-wrap li i {
    width: 4px;
    height: 4px;
    display: inline-block;
    background: #444;
    margin-right: 8px;
    border-radius: 2px
}
ul.shici-wrap li ul > li:hover a,.guoxue-wrap li ul > li:hover a,li.child:hover a {
    color: #f00
}

/* 黄河国学 */
.guoxue-wrap {
    border: 1px solid #7d0000;
    height: 336px;
}

/* 黄河书画 */
#shuhua-bg {
    background: -webkit-radial-gradient(#7e2524, #7f2324, #5a1819); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(#7e2524, #7f2324, #5a1819); /* Opera 11.6 - 12.0 */
    background: -moz-radial-gradient(#7e2524, #7f2324, #5a1819); /* Firefox 3.6 - 15 */
    background: radial-gradient(#7e2524, #7f2324, #5a1819); /* 标准的语法 */
}

section.bg-hhsh {
    background: url(../images/bg-hhsh.jpg) no-repeat center center;
}

li.img-scroll {
    margin-right: 30px;
    width: 485px;
}
li.img-scroll:hover a:nth-child(2) span {
    color: #cbac00!important
}
li.img-scroll > a:nth-child(2) {
    margin-top: 10px;
    display: block;
}

.swiper-button-prev {
    background: url(../images/page-left.png) no-repeat center center;
    width: 42px;
    height: 42px;
    margin-top:-40px
}
.swiper-button-next {
    background: url(../images/page-right.png) no-repeat center center;
    width: 42px;
    height: 42px;
    margin-top:-40px

}

/* 视频集锦 */
.bg-shipin {
    background: url(../images/bg-shipin.jpg) no-repeat center center;
}

.bg-shipin li.img-scroll {
    margin-right: 56px
}

div.nav nav li {
    margin: 0 7px
}