
/* 导航 */

.nav ul.menu li {
    position: relative;
    overflow: unset;
}

.nav ul.menu {
    overflow: unset;
}

.nav_sm_ul {
    position: absolute;
    top: 45px;
    background: rgba(180, 47, 47, .9);
    z-index: 1;
}

/* 通知公告 */

.tzgg_box {
    display: flex;
    border: 1px solid #ddd;
    height: 150px;
}

.tzgg_box .tzgg_head {
    width: 50px;
    height: 100%;
    color: #fff;
    background: #da4747;
    font-weight: 500;
    padding: 27px 0;
    box-sizing: border-box;
    letter-spacing: 2px;
    text-align: center;
    font-family: "Microsoft Yahei";
}

.tzgg_box .tzgg_list {
    display: flex;
    flex-wrap: wrap;
    width: 1155px;
    margin-left: -30px;
    margin-top: 20px;
}

.tzgg_box .tzgg_list li {
    width: 22%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 30px;
    margin-top: 10px;
}

.tzgg_box .tzgg_list li a {
    color: #000;
}

.tzgg_box .tzgg_list li a:hover, .news_list_tab li a, .media_list li .title:hover {
    color: #da4747;
}

div#div_guanggao_2 {
    display: flex;
    justify-content: space-between;
}


/* 融媒体矩阵 */

.media {
    /*background: url(../images/media_bg.png) no-repeat;*/
    background: url(../images/rmt1200.jpg) no-repeat;
    width: 1200px;
    height: 300px;
}

.media_list {
    position: relative;
    display: flex;
    padding: 40px 0 0 98px;
    box-sizing: border-box;
}

.media_list li {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 128px;
    height: 108px;
    justify-content: center;
    align-items: center;
}

.media_list li .title {
    font-size: 14px;
    color: #000;
    height: 16px;
    line-height: 18px;
    text-align:center;
    display: block;
    width: 128px;
    height: 108px;
}

.media_list li img {
    max-width: 90px;
}
/*
.media_list li:first-child {
    top: 100px;
    left: 248px;
}

.media_list li:nth-child(2) {
    top: 28px;
    left: 401px;
}

.media_list li:nth-child(3) {
    top: 173px;
    left: 401px;
}

.media_list li:nth-child(4) {
    top: 90px;
    left: 558px;
}

.media_list li:nth-child(5) {
    top: 20px;
    left: 721px;
}

.media_list li:nth-child(6) {
    top: 173px;
    left: 721px;
}

.media_list li:nth-child(7) {
    top: 93px;
    right: 188px;
}

.media_list li:last-child {
    top: 20px;
    right: 34px;
}
*/

.media_list li:first-child {
    top: 30px;
    right: 134px;
}

.media_list li:nth-child(2) {
    top: 30px;
    left: 780px;
}

.media_list li:nth-child(3) {
    top: 170px;
    left: 780px;
}

.media_list li:nth-child(4) {
    top: 30px;
    left: 156px;
}

.media_list li:nth-child(5) {
    top: 170px;
    left: 156px;
}

.media_list li:nth-child(6) {
    top: 30px;
    left: 304px;
}

.media_list li:nth-child(7) {
    top: 170px;
    right: 134px;
}

.media_list li:last-child {
    top: 170px;
    left: 304px;
}

.service {
    background: url(../images/service_bg.png) no-repeat;
    width: 377px;
    height: 300px;
}

.service_list {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 41px 0 0 75px;
    margin-left: -18px;
}

.service_list li {
    width: 80px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 0 33px 18px;
}

.service_list a {
    color: #fff;
    font-size: 14px;
}

.group_carousel_swiper_about {
    width: 1150px;
    float: right;
    overflow: hidden;
    padding: 20px 0;
}
.group_carousel_swiper_about .arrow_left {
    left: 55px;
z-index:99;
}
.group_carousel_swiper_about .arrow_right{
z-index:99;
}


.group_carousel_swiper_about .swiper-slide {
    text-align: center;
}
.group_swiper_container_about div img {
    width: 160px;
    height: 100px;
}
.group_carousel_label{
padding:30px 0;
    line-height: 35px;
}