.header {
    background: url(../images/media-top-bg.jpg) no-repeat top center;
    height: 399px
}

.section {
    background: url(../images/news-content-bg.jpg) no-repeat top center;
    height: 1393px
}

.content-wrap {
    width: 950px;
    padding-top: 80px
}

.tabs-wrap {
    border: 1px solid #dadada
}

.tabs-wrap li {
    float: left;
    width: 50%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: #6a6a6a;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    cursor: pointer
}

.tabs-wrap li span {
    position: relative;
    display: block;
    z-index: 2
}

.tabs-wrap li:nth-child(1) {
    border-right: 1px solid #dadada
}

.tabs-wrap li::before {
    position: absolute;
    width: 477px;
    height: 48px;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    background: url(../images/index-icon.png) no-repeat 0 -608px
}

.tabs-wrap li.active {
    font-weight: 700;
    color: #f5f5f5
}

.tabs-wrap li.active::before {
    opacity: 1
}

.videos {
    padding-top: 30px
}

.videos .video {
    float: left;
    width: 305px;
    height: 200px;
    position: relative;
    margin-bottom: 17px;
    margin-right: 17px;
    overflow: hidden
}

.videos .video:nth-child(3n) {
    margin-right: 0
}

.videos .video:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.videos .video:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.videos .video:nth-child(4) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s
}

.videos .video:nth-child(5) {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.videos .video:nth-child(6) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.videos .video:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.videos .video:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.videos .video:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.videos .video:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.videos .video h3 {
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
    color: #fff;
    padding-left: 12px;
    padding-bottom: 8px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.videos .video img {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.videos .video::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: rgba(0, 0, 0, 0)
}

.videos .video .sbtn {
    width: 68px;
    height: 68px;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -34px;
    background-image: url(../images/index-icon.png);
    cursor: pointer;
    background-position: -871px 0
}

.videos .video .sbtn::before {
    position: absolute;
    content: "";
    width: 84px;
    height: 84px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -42px;
    background-image: url(../images/index-icon.png);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    background-position: -660px 0
}

.videos .video .sbtn::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 23px;
    background-image: url(../images/index-icon.png);
    background-position: -797px 0;
    left: 50%;
    top: 50%;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin-left: -8px;
    margin-top: -11px
}

.videos .video:hover::before {
    background-color: rgba(0, 0, 0, .72)
}

.videos .video:hover h3 {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.videos .video:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

.videos .video:hover .sbtn::before {
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12)
}

.videos .video:hover .sbtn::after {
    -webkit-transform: scale(.72);
    -moz-transform: scale(.72);
    -ms-transform: scale(.72);
    -o-transform: scale(.72);
    transform: scale(.72)
}

.pics {
    padding-top: 30px
}

.pics .pic {
    float: left;
    width: 305px;
    height: 200px;
    position: relative;
    margin-bottom: 17px;
    margin-right: 17px;
    overflow: hidden
}

.pics .pic::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 1
}

.pics .pic:nth-child(3n) {
    margin-right: 0
}

.pics .pic:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.pics .pic:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.pics .pic:nth-child(4) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s
}

.pics .pic:nth-child(5) {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s
}

.pics .pic:nth-child(6) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.pics .pic:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.pics .pic:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.pics .pic:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.pics .pic:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.pics .pic:hover .links {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.pics .pic:hover img {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4)
}

.pics .pic:hover a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.pics .pic:hover::before {
    background-color: rgba(0, 0, 0, .72)
}

.pics .pic img {
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.pics .pic a {
    position: absolute;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 128px;
    height: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #c49d54;
    margin-left: -64px;
    text-align: center;
    line-height: 38px;
    color: #c49d54;
    margin-top: -20px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.pics .pic a:hover {
    background-color: #c49d54;
    color: #fff
}

.loading {
    padding: 40px 0;
    text-align: center
}
@media screen and (max-width: 1024px) {
    .header {height: 120px;background-size: 100%;margin-top: 50px;}
    .content-wrap {width: 100%;padding-top: 15px;}
    .section { height: auto; min-height: 100vh;}
    .content-wrap .tabs-wrap li::before{width:100%; background: #768e82;}
    .content-wrap .news {
        padding: 10px 10px;
        min-height: calc(100vh - 18px);
    }
    .pics .pic,.videos .video{
        width:calc(50% - 9px);
        margin-right: 0;
    }
    .pics .pic:nth-child(2n),.videos .video:nth-child(2n){
        margin-left: 18px;
    }
    .videos .video img,.pics .pic img { width: 100%;}
    .header .breads {left: auto;top: 90px;right: 10px;}
}