@charset "UTF-8";

/* 组件ID */

#img_soc_1600_005 {
    font-size: 16px;
    position: relative;
    background: url(../images/s7-bg1.png) no-repeat center top;
    background-size: cover;
    margin-top:-150px;
}


/* 组件样式 */

.img_soc_1600_005 {

    padding: 135px 0 90px 0;

}

.img_soc_1600_005 .title {
    position: relative;
    z-index: 2;
}
.img_soc_1600_005 .tit-c h3{
color:#fff;
}
.img_soc_1600_005 .more a{
color:#fff;
}

.img_soc_1600_005 .imgsoc16_5_tmedia {
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
}

.img_soc_1600_005 .imgsoc16_5_tmedia ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_soc_1600_005 .imgsoc16_5_tmedia ul li {
    margin: 0 0 0 18px;
}

.img_soc_1600_005 .imgsoc16_5_tmedia ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_soc_1600_005 .imgsoc16_5_tmedia ul li a .imgsoc16_5_icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.img_soc_1600_005 .imgsoc16_5_tmedia ul li a .imgsoc16_5_icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.img_soc_1600_005 .imgsoc16_5_ewm {
    position: absolute;
    left: 50%;
    top: calc(100% + 10px);
    transform: translateX(-50%) translateY(30px);
    visibility: hidden;
    opacity: 0;
    width: 100px;
    z-index: -1;
    transition: all 0.5s;
    background: #fff;
    padding: 5px;
}

.img_soc_1600_005 .imgsoc16_5_ewm::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.img_soc_1600_005 a:hover>.imgsoc16_5_ewm {
    z-index: 99;
    transform: translateX(-50%) translateY(0);
    visibility: visible;
    opacity: 1;
}

.img_soc_1600_005 .imgsoc16_5_rmedia:hover>.imgsoc16_5_ewm {
    z-index: 99;
    transform: translateX(-50%) translateY(0);
    visibility: visible;
    opacity: 1;
}

.img_soc_1600_005 .imgsoc16_5_ewm img {
    display: block;
    width: 100%;
}

.img_soc_1600_005 .imgsoc16_5_tmore {
    margin-top: 45px;
}

.img_soc_1600_005 .imgsoc16_5_tmore a {
    display: inline-block;
    width: 115px;
    height: 36px;
    border-radius: 30px;
    line-height: 30px;
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.img_soc_1600_005 .imgsoc16_5_c ul {
    display: flex;
    margin-top: 50px;
}

.img_soc_1600_005 .imgsoc16_5_c ul li {
    width: 20%;
    transition: all 0.5s;
}

.img_soc_1600_005 .imgsoc16_5_c ul li.on {
    width: 40%;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc16_5_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -66px;
    padding: 20px 30px;
    font-size: 18px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.img_soc_1600_005 .imgsoc16_5_c ul li.on a .imgsoc16_5_txt {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc16_5_txt img {
    display: inline-block;
    vertical-align: middle;
    max-width: 30px;
    max-height: 30px;
    margin-right: 20px;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    opacity: 1;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(2, 2, 2, 0.5) 100%);
}

.img_soc_1600_005 .imgsoc16_5_c ul li a .bg_img {
    padding-top: 0;
    height: 627px;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a .bg_img::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(2, 2, 2, 0.5) 100%);
    transition: all 0.5s;
}

.img_soc_1600_005 .imgsoc16_5_c ul li.on a .bg_img::after {
    opacity: 0;
}

.img_soc_1600_005 .imgsoc16_5_c .imgsoc16_5_tmedia ul li a::after {
    display: none;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit {
    position: absolute;
    top: 267px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
}

.img_soc_1600_005 .imgsoc16_5_c ul li.on a .imgsoc-tit {
    opacity: 0;
    visibility: hidden;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit .icon1 {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit .icon1 img {
    display: block;
    height: 100%;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit h3 {
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 30px;
    padding: 0 50px;
}

.img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit h3 span {
    /* writing-mode: tb-rl; */
}



@media screen and (max-width: 1600px) {
    .img_soc_1600_005 .imgsoc16_5_wid {
        padding-left: 15px;
        padding-right: 15px;
    }
.img_soc_1600_005 .imgsoc16_5_c ul li a .bg_img {
    padding-top: 0;
    height: 500px;
}
    .img_soc_1600_005 .imgsoc16_5_lt .imgsoc16_5_lt_l {
        padding: 30px 15px 0 15px;
    }

    .img_soc_1600_005 .imgsoc16_5_tmedia ul li a .imgsoc16_5_icon {
        width: 40px;
        height: 40px;
    }

    .img_soc_1600_005 .imgsoc16_5_tmedia ul li a .imgsoc16_5_icon img {
        height: 20px;
    }

    .img_soc_1600_005 .imgsoc16_5_lt .imgsoc16_5_lt_l .more {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1220px) {
    .img_soc_1600_005 .imgsoc16_5_lt .imgsoc16_5_lt_l .tit-c h3 {
        font-size: 24px;
    }

    .img_soc_1600_005 .imgsoc16_5_lt .imgsoc16_5_lt_l .tit-c p {
        font-size: 12px;
    }

    .img_soc_1600_005 .imgsoc16_5_lt .imgsoc16_5_lt_l .tit-c h3::before,
    .img_soc_1600_005 .imgsoc16_5_lt .imgsoc16_5_lt_l .tit-c h3::after {
        width: 24px;
        height: 10px;
    }

    .img_soc_1600_005 .imgsoc16_5_lt .imgsoc16_5_lt_l .more a {
        font-size: 14px;
        background-size: 24px auto;
        padding-right: 30px;
    }
 .img_soc_1600_005 .imgsoc16_5_c ul li a .bg_img {
        height: 440px;
    }
}

@media screen and (max-width: 1024px) {
    .img_soc_1600_005 {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .img_soc_1600_005 .imgsoc16_5_c {
        margin-top: 30px;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc16_5_txt {
        font-size: 16px;
        padding: 15px 20px;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc16_5_txt img {
        height: 16px;
        padding-right: 10px;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li a .bg_img {
        height: 400px;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit {
        top: 100px;
    }
#img_soc_1600_005 {
  
    margin-top:-80px;
}

}

@media screen and (max-width: 768px) {
    .img_soc_1600_005 .imgsoc16_5_c .imgsoc16_5_l {
        width: 100%;
    }

    .img_soc_1600_005 .imgsoc16_5_c .imgsoc16_5_r {
        width: 100%;
    }

    .img_soc_1600_005 .imgsoc16_5_c .imgsoc16_5_m {
        width: 100%;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li {
        width: 25%;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit .icon1 {
        height: 25px;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit h3 {
        font-size: 20px;
    }
.img_soc_1600_005 .imgsoc16_5_tmedia {
    position: absolute;
    right: 60px;
    top: 130%;
    transform: translateY(-50%);
}
#img_soc_1600_005 {
    font-size: 16px;
    position: relative;
    background: url(../images/s7-bg1m.png) no-repeat center top;
    background-size: cover;
   
}
  .img_soc_1600_005 .imgsoc16_5_tmedia ul li a .imgsoc16_5_icon {
        width: 30px;
        height: 30px;
    }

    .img_soc_1600_005 .imgsoc16_5_tmedia ul li a .imgsoc16_5_icon img {
        height: 15px;
    }


}

@media screen and (max-width: 480px) {
    .img_soc_1600_005 .imgsoc16_5_lt .imgsoc16_5_lt_l {
        width: 100%;
        padding: 20px;
    }

    .img_soc_1600_005 .imgsoc16_5_lt .imgsoc16_5_lt_r {
        width: 100%;
    }

    .img_soc_1600_005 .title {
        /* text-align: center; */
    }

    .img_soc_1600_005 .title .more {
        top: 20%;
    }

    .img_soc_1600_005 .imgsoc16_5_tmedia {
        position: static;
        transform: none;
        margin-top: 20px;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li a .bg_img {
        height: 268px;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit {
        top: 60px;
    }

    .img_soc_1600_005 .imgsoc16_5_c ul li a .imgsoc-tit h3 {
        font-size: 18px;
    }
}