html,
body {
    width: 100%;
    /*min-width: 1778px;*/
    height: 100%;
    padding: 0;
    margin: 0;
	
	/*网站黑白滤镜样式*/
	/*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;*/
}

* {
    box-sizing: border-box;
}
.modal-footer {
    display: block!important;
}
@media (min-width: 1200px){
    .container {
        max-width: 1190px;
    }
}
.p-x {
    padding: 0.3rem!important;
}
.dropdown-toggle::after {
    border:none!important;
}
.mainLogo .layui-carousel-arrow {
    width: 60px;
    height: 60px;
    font-size: 40px;
}
a {
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.color_gray {
    color: #747474;
}
.form-control {
    height: auto!important;
}
/* 头部 */

.header {
    display: flex;
    height: 100px;
}

.header span {
    margin: auto;
}

.headerLogo {
    flex: 1;
    margin-top: 15px;
}

.headerSearch input {
    height: 30px;
    line-height: 30px;
    min-width: 175px;
    padding-left: 5px;
    border: 1px solid #000;
}
.searchbar {

}
.page-link:hover {
    color: #ca1710;
}
.headerSearch {
    position: relative;
    display: flex;
}
/*.headerSearch {*/
    /*position: absolute;*/
    /*!*display: flex;*!*/
/*}*/
.searchImg {
    position: absolute;
    top: 0;
    right: 10px;
    height: 30px;
    display: flex;
}
.input-search {
    background: url("img/search_icon_1.png") 94% center no-repeat;
    background-size: 17px;
}

.searchImg img {
    margin: auto;
}
a.aboutUs {
    font-size: 20px;
}
/*.searchbar {*/
    /*position: absolute;*/
    /*margin-top: 70px;*/
    /*margin-left: -100px;*/
/*}*/
.header-img-box img {
    margin-left: 5px;
    /*width: 25px;*/
}
.headerRight {
    margin: auto;
    display: flex;
}

.headerRight a {
    width: 100px;
    text-align: center;
    margin: auto;
}

.headerRight div {
    text-align: center;
    margin: auto;
}

.logImg {
    display: flex;
    padding: 0 15px;
    cursor: pointer;
}

.logImg img {
    margin: auto;
}

.logImg span {
    padding-left: 10px;
    margin: auto;
}

.border-left {
    border-left: 1px solid #ccc;
}


/* 顶部导航 */
.swiper-container-home {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-home img {
    width: 100%;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e92000;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    background: rgba(0,0,0, .7);
    padding: 0 20px;
    width: auto!important;
    border-radius: 20px;
    color: #fff;
    left: auto!important;
    right: 10px;
}
.swiper-container-home-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 8px;
    background: rgba(0,0,0, .7);
}
.topMenu {
    background: #fff;
    margin-top: 1px;
    /*line-height: 40px;*/
    border-top: 1px solid #ccc;
}

.topMenu ul {
    display: flex;
}
.topMenu li {
    padding: 20px 0;
    /*text-align: right;*/
    /*border-right: 1px solid #ccc;*/
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}
.topMenu li:last-child {
    border-right: none;
}
.nav-link {
    padding: 0 23px!important;
    border-right: 1px solid #ccc;
    font-weight: bold;
}
.topMenu li:last-child a.nav-link {
    padding-right: 0!important;
    border-right: none;
}
.topMenu li:first-child a.nav-link {
    padding-left: 0!important;
}
.border-none {
    border: none !important;
}

.selected, topMenu li .nav-link:hover {
    color: #e92000 !important;
}

.nav-link:focus, .nav-link:hover {
    color: #e92000 !important;
}

/* 大图 */

.mainLogo {
    background: #fff;
    width: 100%;
    height: 423px;
}

.mainLogo img {
    width: 100%;
    height: 100%;
}


/* 页面主体 */

.mainBody {
    width: 100%;
    /*height: 360px;*/
    padding: 30px 0 0;
    display: flex;
    background: #fff;
}

.newsBox {
    width: 100%;
    overflow: hidden;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    flex: 3;
}

.littleLunbo {
    width: 469px;
}

.bottomTitle {
    width: 100%;
    height: 100px;
    display: flex;
    background: #fff;
}

.middle {
    padding: 0 50px;
    margin: auto;
}

.middle p {
    text-align: center;
}

.line {
    flex: 1;
    margin: auto;
    height: 2px;
    background: #ccc;
}

.gongnengBox {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*width: 100%;*/
    /*padding: 0 10px;*/
}

.gongnengBox-dis {
    display: flex;
    /*margin-right: -10px;*/
    margin-bottom: 10px;
    justify-content: space-between;
}

.gongnengBox-img {
    padding-right: 10px;
}
.gongnengBox-dis .gongnengBox-img:last-child {
    padding-right: 0;
}

.gongnengBox-img span {
    overflow: hidden;
}

.gongnengBox-img img {
    transition: all 0.6s;
    width: 130px;
}

.gongnengBox-img img:hover {
    transform: scale(2);
}

.swiper-button-next.hide,
.swiper-button-prev.hide {
    display: none;
}

.swiper-button-next {
    margin-top: -12px;
    margin-right: -80px;
    border: none;
}

.swiper-button-prev {
    margin-top: -12px;
    margin-left: -80px;
    border: none;
}

.swiper-button-prev {
    background-image: url("../images/123.png");
}

.swiper-button-next {
    /* Rotate div */
    background-image: url("../images/123.png");
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* Internet Explorer */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

.gongnengbox-img-span {
    position: absolute;
    margin-top: 40px;
    color: #fff;
    margin-left: 10px !important;
    font-size: 17px;
    z-index: 9;
    width: 100px;
    font-weight: bold;
}

.gongnengbox-img-span-eng {
    position: absolute;
    font-size: 12px;
    margin-top: 66px;
    color: #fff;
    transform: scale(0.7);
    margin-left: -15px !important;
    z-index: 9;
    width: 150px;
    text-transform: uppercase;
}

.gongnengBox span {
    margin: auto;
    display: flex;
    cursor: pointer;
}

.mainNews {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1;
    font-size: 15px;
}

.newsHeader {
    font-size: 19px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.newsTitle {
    margin-right: 20px;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
    font-weight: bold;
}

.checked {
    border-bottom: 2px solid #E05953;
    color: #e92000;
}

.rightBtn img {
    width: 35px;
    height: 30px;
    margin: auto;
}
.forgroup {
    padding-bottom: 10px;
}

.newsLi a{
    width: 100%;
    display: flex;
    border-bottom: 1px dashed #ccc;
    -webkit-box-flex: 1;
    cursor: pointer;
    padding: 8px 0;
    font-size: 18px;
}
.newsLi a:hover {
    color: #e92000 !important;
}
.newsLi span {
    margin: auto;
}

.rightBtn {
    display: flex;
}

.newsDate {
    padding: 0 20px 0 10px;
}

.news {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hidden_news {
    display: none;
}
.bottomImgs {
    padding: 20px 0;
    display: flex;
    position: relative;
}

.gczs {
    width: 100%;
}

.bottomImgs span {
    cursor: pointer;
    margin: auto;
    flex: 1;
}

.bottomImgs img {
    width: 100%;
    background-color: #fff;
}

.full {
    width: 30px;
}

.v_full {
    -webkit-box-flex: 1
}

.w5 {
    width: 10px;
    background: #fff;
}

.padding_none {
    padding: 0 !important;
}

.margin-left0 {
    margin-left: 0 !important;
}

.items a {
    height: 300px;
}

.bottomItems {
    width: 100%;
    padding: 20px 300px;
    display: flex;
    background: #fff;
    border-top: 1px solid #f0f0f0;
}

.bottomItem {
    margin: auto;
    text-align: center;
}
li.bottomItem {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    padding: 0 20px;
    border-left: 2px solid #000;
    width: 20%;
    min-width: 20%;
    max-width: 20%;
}
li.bottomItem:last-child {
    border-right: 2px solid #000;
}
li.bottomItem a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
}

.midLine {
    width: 2px;
    background: #ccc;
}

.swiperContainer {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.slid {
    width: 100%;
}

.width {
    display: inline-block;
    width: 100%;
}

.width img {
    width: 100%;
}

.layui-carousel {
    height: 100% !important;
    background: transparent!important;
}

.auto-lunbo {
    display: table-cell;
    align-items: center;
    justify-content: center;
    /* position: relative; */
}

.auto-lunbo img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.news4_1 {
    background: rgba(0, 0, 0, 0.9);
    /* background-color: #E05953; */
    position: absolute;
    width: 430px;
    margin-top: 230px;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255) !important;
    padding: 5px 0 10px;
}

.news4_1_hide {
    /*height: 50px;*/
    background: rgba(0, 0, 0, 0.9);
    /* background-color: #E05953; */
    position: absolute;
    width: 430px;
    margin-top: -2000px;
    color: #fff;
    text-align: center;
    padding: 10px;
}
.mainBody .layui-carousel-arrow {
    top: 90%;
}
.layui-carousel-ind {
    top: -40px;
}


.subMessage {
    border-radius: 0!important;
    padding: 5px 30px!important;
}

h4.maincolor, .maincolor {
    color: #ca1710;
    font-weight: bolder;
}
div.maincolor {
    font-size: 110%;
}
button.close {
    background-color: #e70012!important;
    opacity: 1;
    display: inline-block;
    padding: 0!important;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0!important;
}

button.close span {
    color: #fff!important;
}

.job-modal, .events-modal {
    border-radius: 0!important;
    padding: 0.3rem;
}

.job-modal .modal-header, .job-modal .modal-body, .job-modal .modal-footer {
    padding: 0.5rem!important;
    border-radius: 0;
}

.job-modal .modal-header {
    background-color: #ccc;
}

.job-input {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.job-input label {
    margin-bottom: 0;
    flex: 1;
}

.job-input div {
    flex: 3;
    margin: 0;
}
.job-input .form-control {
    border-radius: 0;
}
.job-content {
    background: #fafafa;
    border: 1px solid #f0f0f0;
    padding: 40px 45px;
}
.job-others {
    display: flex;
    justify-content: space-evenly;
}
.job-others p {
    margin : 0 20px;
}
a.job-back {
    background: #e92000;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}
a.job-back:hover {
    color: #fff;
}
.text-secondary a:hover { color: #d60b00;}
button.upload {
    border-radius: 0;
}

.news_ul .news_list {
    background-color: #fbfbfb;
    border: 1px solid #ededed;
    display: flex;
    align-items: inherit;
    /*padding: 10px;*/
    margin: 15px 0;
}
.news_ul .news_list:first-child {
    /*margin-bottom: 20px;*/
    /*align-items: center;*/
}

.news_ul .news_list:hover {
    background-color: #ca1710;
    color: #fff;
}
.news_ul .news_top:hover {
    background-color: #fff;
}
/*.news_ul .news_list:first-child .news_date, .news_ul .news_list .news_first_date,.news_ul .news_list .news_titles .news_first_date  {*/
    /*display: none!important;*/
/*}*/
.news_ul .news_list .big_date {
    padding: 30px 10px 0;
    border-left:1px solid #ededed;
}
/*.news_ul .news_list:first-child .news_first_date {*/
    /*display: block!important;*/
    /*margin-bottom: 10px;*/
/*}*/
.news_ul .news_list .news_pic {
    flex: 2;
    padding: 10px;
    background-color: #fff!important;
    height: 120px;
    background-size: cover;
}
.is_top {
    flex: 3!important;
    height: 180px!important;
}

.news_ul .news_list .news_titles {
    flex: 10;
    padding: 10px;
    background-color: #fff!important;
}
.news_ul .news_list .news_titles .color_gray {
    display: flex;
}
.news_ul .news_list .news_pic img {
    width: 100%
}

.news_ul .news_list .news_titles .color_gray {
    color: #747474;
    font-size: 16px;
}


.news_pic_list {
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    padding: 20px;
}

.news-home, .leader-swiper {margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}


.news-navi-arrow .swiper-button-next, .news-navi-arrow .swiper-button-prev {
    position: inherit;
    background-image: url(../images/arrows.png);
    margin:0;
    width: 23px;
    height: 23px;
    background-size: 100%;
    display: inline-block;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    filter: grayscale(100%);
}


.industryBg {
    background-image: url("../images/bg-1.jpg");
    background-size: cover;
    min-height: 500px;
    margin: 0!important;
}
.industryBg .main {
    padding: 0;
}
.industryBg .main div.group-hover {
    flex-grow: 1;
    /*background-color: blueviolet;*/
    height: 33.33%;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.industryBg .main div.group-hover .hidden {
    display: none;
}

.industryBg .main div.group-hover.active  {
    background-color: rgba(255,0,0 ,.7);
}

.industryBg .main:last-child div.group-hover {
    height: 50%;
    border-right: none;
}

.industryBg .main .group-btn {
    position: absolute;
    background-color: rgba(0,0,0, .7);
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    right: 0;
    margin-top: 29%;
    font-size: 30px;
}
.industryBg .main:last-child .group-btn {
    margin-top: 50.2%;
}
.industryBg .main:last-child .group-title {
    margin-top: 30%;
}
.industry-h {
    display: flex;
    align-items: center;
}
.industry-h .lines {
    height: 2px;
    background: #f0f0f0;
    flex: 1;
}
.industry-h h3.industry-h3 {
    color: #ca1710;
    letter-spacing: 5px;
    margin: 10px 20px;
}

.industryBg .main .group-icon {
    padding: 20px;
}
.industryBg .main .group-icon img {
    width: 40px;
    height: 40px;
}
.industryBg .main .group-title {
    position: absolute;
    /*background-color: rgba(0,0,0, .7);*/
    color: #fff;
    padding: 5px 10px;
    border-top-left-radius: 10px;
    right: 0;
    margin-top: 10%;
    font-size: 20px;
}
.industry-btn {
    display: flex;
    justify-content: space-around;
}
.btn-link .industry-a {
    background: #f0f0f0;
    margin: 0 10px;
    padding: 5px 15px;
    text-align: center;
    flex: 1;
    display: block;
}
.btn-link .industry-a:hover {
    background: #ca1710;
    color: #fff;
}
.btn-link .industry-a:hover span {
    color: #fff;
}
.industry-span {
    color: #ca1710;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.arrow-right-news {
    width: 30px;
    height: 30px;
    border: 1px solid #f0f0f0;
    text-align: center;
    color: #ca1710;
}

.cultureBg {
    background: #fdfbf8 url("../images/cultrueBg.png") right bottom no-repeat;
}

/*领导致辞*/
.leaderBg {
    background-color: #f0f0f0;
}
.leaderH4:first-letter {
    padding-bottom: 8px;
    border-bottom: 2px solid #ca1710;
}
.contentH4 {
    padding-left: 15px;
    border-left: 5px solid #ca1710;
    color: #ca1710;
    font-weight: bolder;
}


/*大事记*/
.events-header {
    background: url("../images/eventsBg.png") center top no-repeat;
    height: 150px;
    min-height: 50px;
}
.swiper-year {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    /*padding: 30px 0 0;*/
    z-index: 1;
    width: 660px;
    padding: 30px 50px 30px;
}

.events-prev:focus, .events-next:focus {
    outline: none;
}
.events-prev, .owl-prev {
    background-image: url("../images/eventsArrowRight.png");
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-left: 200px;
    /* margin-right: 0; */
    margin-top: -80px;
    position: relative!important;
}
.events-next, .owl-next {
    background-image: url("../images/eventsArrowRight.png");
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    margin-left: 680px;
    margin-top: -45px;
    position: relative!important;
}
.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -92px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -9999em;
}
.owl-prev {
    background-image: url("../images/eventsArrowRight.png");
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.owl-next {
    background-image: url("../images/eventsArrowRight.png");
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}


.owl-carousel.owl-rtl .owl-item {
    float: right;
    background: white;
    padding: 10px;
}
.owl-item .item{
    font-size: 25px;
}
.owl-item.active .item:hover, .owl-item.active .item.active{
    color: #ca1710;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.events-container {
    background-size: 80%;
    background-position: 50%;
    min-height: 400px;
    padding: 50px 50px 0;
    margin: 50px auto 0;
    background-repeat: no-repeat;
}
.event-item {
    background-color: #f0f0f0;
    padding: 10px 30px;
    display: inline-block;
    margin: 0 10px;
}

.event-item.active{
  /*padding: 12px 30px;*/
    color: #ca1710;
    font-weight: bold;
    font-size: 120%;
}

.events-pagination, .owl-dots {
    background: url("../images/arcLine.png") center no-repeat;
    height: 11px;
    /*position: absolute;*/
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 10px;
    left: 0;
    width: 184px;
    right: 0;
    margin: 0 auto;
}
.owl-dots {
    position: absolute;
    bottom: -30px;
    display: flex;
    justify-content: space-between;
}
.owl-theme .owl-dots .owl-dot:first-child,.owl-theme .owl-dots .owl-dot:last-child {
    margin-top: -3px;
}
.owl-nav {
    display: none;
}

.events-pagination .swiper-events-drag {
    height: 8px;
    width: 8px;
    position: relative;
    background: #db7474;
    border-radius: 8px;
    left: 174px;
    top: 3px;
}

.events-footer {
    background: url("../images/eventsFooterBg.png") center no-repeat;
    background-size: 90%;
    height: 160px;
    margin-top: 20px;
}

.events-modal {
    position: fixed!important;
    top: 50%;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.8);
    right: 0;
    height: 500px;
    background-color: #fff;
    background-clip: inherit!important;
    /*border: 1px solid rgba(0, 0, 0, 0.2);*/
    border-radius: 0!important;
    outline: 0;
    overflow-y: auto;
}
.events-modal:before {
    /*border-right: 15px solid #e70012!important;*/
    position: fixed;
    right: 0;
    bottom: 0;
    top: 10px;
    width: 15px;  /* 严格意义上：最好写上；避免文字多的时候线条被拉宽 */
    height: 505px;
    content: '';
    background-color: #e70012;
}
.events-modal:after {
    position: fixed;
    top: 500px;
    left: 10px;
    height: 15px;
    width: 97%;
    content: '';
    background-color: #e70012;
}

.events_swiper {

}
.events-footer {
    display: flex;
    justify-content: space-between;
}
.events-footer-left,.events-footer-right {
    display: flex;
    flex: 1;
    text-align: center;
    font-size: 160%;
    align-items: center;
}
.events-footer-left {
    justify-content: flex-end;
    margin-right: 25px;
}
.footer-month, .footer-month-right {
    margin: 18px;
    padding: 10px;
    cursor: pointer;
}
.events-footer .footer-month-right:first-child {
    align-self: baseline;
}
.events-footer .footer-month-right:nth-child(2) {
    margin-top: -40px;
    margin-left: 8px;
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
}
.events-footer .footer-month-right:nth-child(3) {
    margin-top: -20px;
    -webkit-transform: rotate(12deg);
    -moz-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    transform: rotate(12deg);
}
.events-footer .footer-month-right:nth-child(4) {
    margin-top: 6px;
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}
/*.events-footer .footer-month-right:nth-child(5), .events-footer .footer-month-right:nth-child(6), .events-footer .footer-month-right:nth-child(7), .events-footer .footer-month-right:nth-child(8) {*/
    /*display: none;*/
/*}*/
/*.events-footer .footer-month:first-child, .events-footer .footer-month:nth-child(2), .events-footer .footer-month:nth-child(3) {*/
    /*display: none;*/
/*}*/
.footer {
    background: url("img/footerBg.png") center no-repeat;
    background-size: cover;
}
.footer_main {
    justify-content: space-between;
    align-items: center;
}
.footer_logo {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.footer_left, .footer_right {
    padding: 25px 10px;
    align-content: space-between;
}
.footer_right p {
    text-align: center;
    color: #fff;
    font-size: 0.9rem;
}
.footer_right img {
    height: 80px;
    margin: 0 10px;
}

/*下拉菜单*/
.hover-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 172px;
    /*background-color: rgba(0,0,0,.7);*/
    height: 250px;
    z-index: 10;
}
.menu-box {
    margin: 0 30px;
    display: flex;
}
.menu-box .menu-item {
    padding: 10px 20px;
    background: #d60b00;
    font-size: 18px;
    /*margin-right: 10px;*/
    color: #fff;
}
.menu-box .menu-item:hover {
    opacity: 0.8;
}
.group-tab .group-tab-header:last-child {
    border-right: none!important;
}
.group-tab-header {
    background-color: #4077c6;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0;
}
.group-tab-header img {
    width: 60px;
    height: 60px;
    margin: 20px auto;
}

.pic_show { height: 488px}
.pic_filter {
    margin: 0 auto;
    height: 80px;
    width: 80px;
    background-position: left bottom;
    background-repeat: no-repeat;
}
.pic_filter:hover {
    /*background-position-y: 0!important;*/
}
/*.group-tab-hover:before {*/
    /*content: "";*/
    /*position: relative;*/
    /*top: 156px;*/
    /*left: 100px;*/
    /*border-top: 10px solid #f4dabc;*/
    /*border-left: 10px solid transparent;*/
    /*border-right: 10px solid transparent;*/
    /*width: 10px;*/
/*}*/
.group-tab-hover { color:#d60b00;background-color: #f4dabc;}
.sub-group { position: absolute;background: rgba(230,0,18, 0.5) url("../images/arrow_down.png") center top no-repeat;height: 488px;}
.sub-group a { color: #fff;}
.items-nav:hover, .items-nav.active { color: #fff; background-color: #d60b00;}
.items-nav .sub-group { position: absolute;background: #d60b00;height: auto;}
/*.items-nav:hover .sub-group { background: url("../images/corner.png") center top no-repeat;height: auto;}*/
.sub-group a.border-bottom:last-child { border-bottom: none!important;}
.group-tab-hover, .items-nav { cursor: pointer;}

.culture-pagination {
    background: transparent!important;
    color: #1b1e21!important;
}
