html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video, figure {
    margin: 0;
    padding: 0
}

article, aside, footer, header, hgroup, nav, section, audio, canvas, video, img {
    display: block;
}

textarea {
    resize: none;
}

iframe, img {
    border: 0;
}

ul, ol {
    list-style: none;
}

input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin: 0;
}

input[type='text'], input[type='password'], button {
    background: none;
    border: none;
    -webkit-appearance: none;
}

*:focus {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

i, em {
    font-style: normal;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body, input, textarea, button {
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}
a {
    color: #2a2a2a;
    outline: none;
    /*-webkit-transition: all .2s ease-out;*/
    /*transition: all .2s ease-out;*/
}
.g-fl{
    float: left;
}
.t-nav{ width: 100%;
    height: 55px;
    background: #ffdc00;}
.m-nav{ width:1000px; height:55px; margin:0 auto;}
.ui-item{ width:99px; height:55px; line-height:55px; text-align:center; }
.ui-menu{ width:119px; height:55px; line-height:55px; text-align:center;position:relative;}
.ui-menu.teach{
    width: 260px;
    float: right;
    background:#282828;
}
.ui-menu.teach .tit{
    color: #fff;
}
.ui-menu-cont{ width:119px; position:absolute; top:48px; left:0px; display:none;
    box-shadow: 0 1px 12px 0 rgba(0,0,0,.2);
    border-radius: 0 0 4px 4px;
    color: #444;
    z-index: 14;}
.ui-menu-cont li{ width:119px; height:35px; line-height:35px; background:#fff; }
.ui-menu-cont li a{
    font-size: 14px;
    width: 119px;
    height: 30px;
    line-height: 30px;
    display: inline-block;}
.t-nav a{ color:#282828; font-size:14px;}
.ui-menu:hover{
    background: #282828;
}
.ui-menu:hover .tit{
    color: #ffdc00;
}
.ui-menu-cont li:hover{
    background:#ffdc00;
}
.ui-menu-list li{
    padding: 0 10px;
}
.ui-menu-list,.ui-menu-list li,.ui-menu-list li a{
    width: 260px;
    color: #444;
    text-align: left;
}

.content .main,.work-list-box{
    padding-top:76px;
    margin-right: auto;
    margin-left: auto;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    width: 1060px;
}

.index-slider {
    height: 458px;
    background: #f6f6f6;
    overflow: hidden;
    border-radius: 4px;
}
.index-slider img{
    width: 100%;
}
.column-center {
    margin-top: 20px;
    height: 140px;
}
.column-center .item {
    position: relative;
    float: left;
    width: 200px;
    height: 140px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 4px;
}

.column-center .item:last-child{
    margin-right: 0;
}
.column-center .item img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.column-center .item img:hover{
    transform: scale(1.4);
     background: rgba(0,0,0,.25);
     -webkit-transition: all .6s ease-out;
     transition: all .6s ease-out;
}

.column-center:after, .column-center:before,.work-list-box:after,.work-list-box:before,.work-list-box:after,.work-list-box:before {
    content: " ";
    display: table;
}
.column-center:after,.all-work-list:after,.work-list-box:after {
    clear: both;
}
.recommend-list {
    padding-top: 5px;
}
.list .item {
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.recommend-list .item {
    position: relative;
    padding: 18px 0;
    display: inline-block;
}
.list .item .figure {
    background: #f6f6f6;
}
.recommend-list .item .figure {
    float: left;
    width: 182px;
    height: 120px;
}
.list .item .figure img {
    -webkit-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
.recommend-list .item .figure img {
    width: 182px;
    height: 120px;
}
.recommend-list .item .info {
    padding-left: 20px;
    overflow: hidden;
}
.list .item .title {
    max-height: 54px;
    margin-top: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.recommend-list .item .info .title {
    margin-bottom: 11px;
}
.list .item .description {
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}
.recommend-list .item .info .description {
    max-height: 40px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.tip-hot, .tip-new {
    position: absolute;
    left: 0;
    top: 18px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: -999em;
}
.tip-hot {
    background: url(../images/index/tip-hot.png);
    background-size: 100% auto;
}
.tip-new {
    background: url(../images/index/tip-new.png);
    background-size: 100% auto;
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    height: 56px;
    background: #ffdc00;
    border-bottom: 1px solid #f0f0f0;
}
.header .header-wrap {
    max-width: 1440px;
    min-width: 960px;
    height: 55px;
    margin: 0 auto;
}
.header .logo {
    float: left;
    margin: 7px 35px 0 18px;
}
.header .logo img {
    width: auto;
    height: 44px;
}
.ui-menu-cont li:last-child{
    border-radius: 0 0 4px 4px;
}
.subnav-content {
    margin-bottom: -1px;
    font-size: 16px;
    color: #999;
}
.text-center {
    text-align: center;
}
.subnav-content>li {
    width: 119px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
    border-bottom: 2px solid transparent;
}
.subnav-content>li>a {
    padding: 15px 0;
    display: block;

    color: #999;
}
.subnav-content>li.current, .subnav-content>li:hover {
    color: #282828;
    border-bottom: 2px solid #444;
}
.subnav-content>li:hover a{
    color: #282828;
}
.tab{
    margin-top: 35px;
}
.all-card, .all-work-list {
    margin: 0px auto -20px;
    background: #f4f4f4;
    padding-bottom: 20px;
}
.album-card-box, .card-box {
    float: left;
    position: relative;
    background: #fff;
    border-radius: 4px;
    margin: 0 20px 20px 0;
}
.work-list-box{
    padding-top: 20px;
}
.card-box .card-img a img {
    vertical-align: middle;
    border: none;
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-transition: .1s;
    transition: .1s;
    display: block;
}
.album-card-box .card-info, .card-box .card-info {
    border-bottom: 1px solid #eee;
    padding: 10px 15px 10px;
    height: 85px;
    position: relative;
}
.album-card-box .card-info .card-info-title, .card-box .card-info .card-info-title {
    margin-bottom: 1px;
    position: relative;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.album-card-box .card-info .card-info-title .title-content, .card-box .card-info .card-info-title .title-content {
    display: inline-block;
    float: left;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.album-card-box .card-info .card-info-item, .card-box .card-info .card-info-item {
    font-size: 12px;
    color: #bbb;
    position: absolute;
    bottom: 14px;
}
.album-card-box .card-item, .card-box .card-item {
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    font-size: 12px;
    position: relative;
}
.album-card-box .card-item a, .card-box .card-item a {
    color: #333;
}
.album-card-box .card-item a>img, .card-box .card-item a>img {
    width: 24px;
    height: 24px;
    border: none;
    vertical-align: middle;
}
.album-card-box .card-item .user-avatar>a>img, .card-box .card-item .user-avatar>a>img {
    border-radius: 50%;
    margin-right: 10px;
}
.album-card-box .card-item .album-create-time, .album-card-box .card-item .time, .card-box .card-item .album-create-time, .card-box .card-item .time {
    color: #bbb;
}
.album-card-box .card-item .time, .card-box .card-item .time {
    float: right;
}

    .card-box .card-img, .card-box .card-img a img {
        width: 250px;
        height: 158px;
    }
    .card-box .card-item .user-avatar {
        width: 120px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .card-box {
        width: 250px;
    }


.album-card-box .card-info .card-info-type, .card-box .card-info .card-info-type {
    font-size: 12px;
    color: #bbb;
    margin-top: 5px;
    line-height: 18px;
    vertical-align: middle;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 35px;
}
.album-card-box .card-img, .card-box .card-img {
    position: relative;
    border-radius: 4px 4px 0 0;
}
.album-card-box .card-item .user-avatar, .card-box .card-item .user-avatar {
    display: inline-block;
}
.card-box:nth-child(4n){
    margin-right: 0;
}
.pageturning {
    margin-top: 20px;
    margin-bottom: 40px;
}
.clear {
    clear: both;
}
#biuuu_page .laypage_main {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.laypage_main {
    font-size: 0;
    clear: both;
    color: #666;
}

.laypage_main a {
    text-decoration: none;
    color: #666;
}
.laypage_main button, .laypage_main input, .laypageskin_default a, .laypageskin_default span {
    background-color: #fff;
    border: 1px solid #E9E9E9;
}
.laypage_main a, .laypage_main input, .laypage_main span {
    height: 26px;
    line-height: 26px;
}
.laypage_main * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}
.laypageskin_default .on {
    font-weight: 400;
    color: #333;
    background: #ffd100;
    border: 1px solid #ffd100;
    border-radius: 4px;
}
.laypage_main a, .laypage_main span, .laypageskin_default span {
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 3px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#biuuu_page .laypage_main a:link, #biuuu_page .laypage_main a:visited {
    color: #999;
    border-radius: 4px;
}
#biuuu_page .laypage_main a:hover {
    background-color: #ffd100;
    border: 1px solid #ffd100;
    color: #282828;
}
.album-cover-hover:hover, .card-img-hover img:hover,.activity-banner img:hover,.news-hot .img-list a img:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -khtml-opacity: .8;
    transition: all .1s linear;
}
.index-news{
    margin-top: 20px;
}
.index-news:before {
    content: " ";
    display: table;
}
.news-hot {
    float: left;
    width: 847px;
}
.news-hot .img-list {
    height: 354px;
    float: left;
    width: 285px;
}
.news-hot .news-today {
    float: left;
    width: 538px;
    margin-left: 20px;
}
.news-hot .news-today-hd {
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px dotted #dadada;
}
.news-hot .news-today-hd .title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 11px;
    font-size: 26px;
}
.news-hot .news-today-hd p {
    height: 21px;
    line-height: 21px;
    color: #888;
    overflow: hidden;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-hot .news-today-bd ul {
    padding-top: 2px;
}
.news-hot .news-today-bd li {
    float: left;
    width: 50%;
    height: 21px;
    margin-top: 13px;
    padding-right: 7px;
    line-height: 21px;
    overflow: hidden;
    font-size: 14px;
}
.rect {
    display: inline-block;
    vertical-align: top;
    width: 4px;
    height: 4px;
    margin-top: 9px;
    margin-right: 9px;
    background: #898989;
}
.r, .fr, .pull-right {
    float: right!important;
}
.activity-recommend {
    float: right;
    width: 200px;
    height: 354px;

}

.activity-recommend .activity-banner {
    position: relative;
    display: block;
    text-align: center;
    margin: 0px 0 20px 0;

}
.activity-recommend .activity-banner img {
    height: 160px;
    -webkit-transition: .1s;
    transition: .1s;
    display: block;
    vertical-align: middle;
    border: none;
    width: 100%;
    border-radius: 4px 4px 0 0;

}
.index-myhome .myhome-recommend li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 34px;
    padding: 0 14px;
    line-height: 34px;
    color: #fff;
    background: rgba(0,0,0,.6);
}
.index-news:after, .index-news:before {
    content: " ";
    display: table;
}
.index-news:after {
    clear: both;
}
.news-hot .img-list a img {
    width:100%;
    height: 100%;
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out;
    vertical-align: middle;
    border: none;

    border-radius: 4px 4px 0 0;

    display: block;
}
.activity-recommend .ship .text, .activity-recommend .activity-banner .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28px;
    padding: 0 14px;
    line-height: 28px;
    color: #fff;
    background: rgba(0,0,0,.6);
    font-size: 14px;
}
.news-today a:focus, .news-today a:hover {
     color: #feb300;
 }
.tl{
    width: 100%;
    height: 140px;
    display: inline-block;
}
.tl img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}