/*common*/

a {
    text-decoration: none;
    color: #DBDBDB;
}

a:hover {
    color: #FF6500;
}

body {
    background-color: #f0f0f0;
}

body,
input {
    font-size: 12px;
    font-family: Arial, SIMSUN;
}

.m-warp {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    height: auto;
}

.row {
    margin-left: -19px;
    margin-right: -19px;
}

.m-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.m-icon-home {
    background: url("../../images/index/spriter.png") no-repeat 1px -195px;
    margin-right: 5px;
}

.m-icon-mobile {
    background: url("../../images/index/spriter.png") no-repeat 3px -216px;
    margin-right: 5px;
}

.m-icon-search {
    background: url("../../images/index/spriter.png") no-repeat -30px -165px;
    cursor: pointer;
}

.m-icon-arrow-right {
    background: url("../../images/index/spriter.png") no-repeat 2px -48px;
}

.m-icon-arrow-down {
    background: url("../../images/index/spriter.png") no-repeat 6px -30px;
}

.m-hall-class-close {
    background: url("../../images/index/spriter.png") no-repeat 1px -84px;
}

.m-icon-close {
    background: url("../../images/index/spriter.png") no-repeat 4px -111px;
}

.m-iconfont {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: content-box;
}

.m-arrow-up {
    background: url("../../images/index/spriter.png") no-repeat 3px 5px;
}

.m-icon-l {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #a5aaa2;
    margin-right: 8px;
}

.m-icon-task-s {
    background: url("../../images/index/spriter.png") no-repeat -25px -131px;
}

.m-icon-good-s {
    background: url("../../images/index/spriter.png") no-repeat 6px -131px;
}


/*m-header-fixed*/

.fl_r {
    float: right;
    background: transparent;
}

.m-header-line {
    margin: 0 10px;
    font-weight: 100;
    color: #FFF;
}

.m-header-fixed {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 0;
    line-height: 48px;
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.6s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.6s ease;
    top: -48px;
    left: 0;
}

.m-header-fixed .m-header-fixed-bg {
    position: absolute;
    width: 100%;
    height: 48px;
    left: 0;
    top: 0;
    background-color: #22222e;
    opacity: 77;
    filter: alpha(opacity=7700);
    filter: alpha(opacity=77);
    -moz-opacity: 0.77;
    -webkit-opacity: 0.77;
    opacity: 0.77;
    z-index: -1;
}

a.m-header-fixed .m-header-fixed-bg:hover {
    background-color: #0c0c11;
}

.m-header-fixed .m-hall-search {
    width: 500px;
    margin-left: 120px;
    height: 30px;
    top: -2px;
}

.m-header-fixed .m-hall-search input {
    width: 466px;
    height: 30px;
}

.m-header-fixed.cur {
    top: 0;
}

.m-header-top {
    width: 100%;
    height: 38px;
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1200px;
    color: #DBDBDB;
    z-index: 4;
}

.m-header-top .m-header-top-bg {
    opacity: 45;
    filter: alpha(opacity=4500);
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    -webkit-opacity: 0.45;
    opacity: 0.45;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

a.m-header-top .m-header-top-bg:hover {
    background-color: #000000;
}

.m-header-top .m-header-top-l {
    float: left;
}

.m-header-top .m-header-top-r {
    float: right;
}

.m-header-top .m-header-top-l > li,
.m-header-top .m-header-top-r > li {
    float: left;
    line-height: 38px;
    padding: 0 5px;
    position: relative;
    margin: 0 8px;
}

.m-header-top .nav-down {
    min-width: 50px;
    text-align: center;
    font-family: Arial, "SiMSUN";
}

.m-header-top .m-header-top-l > li.nav-down > a,
.m-header-top .m-header-top-r > li.nav-down > a,
.m-header-fixed .nav-down > a {
    display: block;
    min-width: 50px;
    text-align: center;
}

.login-after .m-header-top-down-bg {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
}

.nav-down.cur .m-header-top-down-bg {
    top: 0;
}

a.m-header-top .m-header-top-l > li.cur .m-header-top-down-bg:hover,
a.m-header-top .m-header-top-r > li.cur .m-header-top-down-bg:hover,
.m-header-fixed .login-after.cur .m-header-top-down-bg:hover {
    background-color: #0c0c11;
}

.m-header-top .m-header-top-l > li.cur > a,
.m-header-top .m-header-top-r > li.cur > a,
.m-header-fixed .login-after.cur > a {
    color: #FF6500;
}

.m-header-top .m-header-top-l > li.cur .m-header-top-down,
.m-header-top .m-header-top-r > li.cur .m-header-top-down,
.m-header-fixed .login-after.cur .m-header-top-down {
    display: block;
}

.m-header-top .m-header-top-l > li.cur .m-icon-mobile,
.m-header-top .m-header-top-r > li:hover .m-icon-mobile {
    background: url("../../images/index/spriter.png") no-repeat -37px -216px;
}

.m-header-top .m-header-top-l > li.cur .m-arrow-up,
.m-header-top .m-header-top-r > li:hover .m-arrow-up,
.m-header-fixed .login-after.cur .m-arrow-up {
    background: url("../../images/index/spriter.png") no-repeat -35px 5px;
}

.m-header-top .m-header-top-l > li.cur .m-icon-home,
.m-header-top .m-header-top-r > li:hover .m-icon-home {
    background: url("../../images/index/spriter.png") no-repeat -35px -195px;
}

.m-header {
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    height: 100px;
    min-width: 1200px;
    z-index: 3;
}

.m-header .m-header-bg {
    z-index: -1;
    background-color: #ffffff;
    opacity: 20;
    filter: alpha(opacity=2000);
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
}

a.m-header .m-header-bg:hover {
    background-color: #e6e6e6;
}

.m-header .m-white-line {
    z-index: -1;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    opacity: 20;
    filter: alpha(opacity=2000);
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    position: absolute;
    top: 102px;
    left: 0;
}

a.m-header .m-white-line:hover {
    background-color: #e6e6e6;
}

.m-header .m-header-r {
    float: right;
    margin-right: -8px;
}

.m-header .m-header-r li {
    float: left;
    margin: 0 9px;
}

.m-header .m-header-r a {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #FFFFFF;
    display: block;
    padding: 36px 0;
    border-top: 3px solid transparent;
}

.m-header .m-header-r span.nav-txt {
    display: block;
    height: 25px;
    line-height: 25px;
    margin: 0 12px;
}

.m-header .m-header-r a:hover {
    background: transparent;
    border-top-color: #F60;
}

.m-header .m-header-r li.hover a,
.m-header .m-header-r a:active {
    border-top-color: transparent;
}

.m-header .m-header-r a:active span {
    background: #F60;
}

.m-header .m-header-r li.hover a span {
    background: #F60;
}

.m-header .m-logo {
    position: relative;
    width:300px;
    height:100px;
    z-index: 1;
}

.m-search {
    width: 194px;
    height: 25px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 3px\0;
}

.m-search .m-search-bg {
    background-color: #000000;
    opacity: 40;
    filter: alpha(opacity=4000);
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    border-radius: 4px;
}

a.m-search .m-search-bg:hover {
    background-color: #000000;
}

.m-search input {
    background-color: transparent;
    border: none;
    width: 158px;
    height: 25px;
    padding: 0;
    margin: 0;
    float: right;
    color: #FFF;
    line-height: normal;
    line-height: 25px\0;
}

a.m-search input:hover {
    background-color: rgba(0, 0, 0, 0);
}

.m-search input:focus {
    outline: none;
}

.m-search .m-icon-search {
    width: 34px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
}

.m-hall-search {
    width: 191px;
    height: 28px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 1px solid #d8d8d8;
    margin-left: 10px;
    background-color: #ffffff;
    top: -1px;
}
.top26 .m-hall-search{
    top:0;
}
a.m-hall-search:hover {
    background-color: #e6e6e6;
}

.m-hall-search input {
    background-color: transparent;
    border: none;
    width: 155px;
    height: 30px;
    padding: 0;
    margin: 0;
    float: right;
    color: #333;
    line-height: normal;
    line-height: 30px\0;
}

a.m-hall-search input:hover {
    background-color: rgba(0, 0, 0, 0);
}

.m-hall-search input:focus {
    outline: none;
}

.m-hall-search .m-icon-search {
    width: 34px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../../images/index/spriter.png") no-repeat 10px -162px;
}

.m-banner {
    position: relative;
    width: 100%;
    max-height: 750px;
    overflow: hidden;
    min-height: 518px;
}

.m-banner .m-banner-bg {
    position: absolute;
    background-color: #000000;
    opacity: 20;
    filter: alpha(opacity=2000);
    filter: alpha(opacity=20);
    -moz-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    width: 100%;
    max-height: 677px;
    min-height: 446px;
    z-index: 1;
    left: 0;
    top: 0;
}

a.m-banner .m-banner-bg:hover {
    background-color: #000000;
}

.m-banner .m-banner-w {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 0;
    z-index: 2;
}

.m-banner .m-banner-w .m-banner-w-1 {
    font-size: 25px;
    color: #FFF;
    margin-top: 265px;
    padding-left: 30px;
    font-weight: 100;
    margin-bottom: 40px;
}

.m-banner .m-banner-w .m-banner-w-2 {
    background: url("../../images/index/word.png") no-repeat 0 27px;
    width: 444px;
    height: 160px;
    border: 1px solid #d6d6d6;
    border-width: 1px 0 1px 0;
    margin-left: 30px;
}

.m-banner .m-banner-pager {
    *zoom: 1;
    vertical-align: middle;
    height: 72px;
}

.m-banner .m-banner-pager:before,
.m-banner .m-banner-pager:after {
    content: " ";
    display: table;
}

.m-banner .m-banner-pager:after {
    clear: both;
}

.m-banner .m-banner-pager .row {
    margin: 0 -6px;
}

.m-banner .m-banner-pager .li {
    width: 190px;
    height: 72px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 6px;
}

.m-banner .m-banner-pager .li a {
    color: #656565;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    line-height: 70px;
    border-bottom: 2px solid #dedede;
    display: block;
    position: absolute;
    width: 190px;
    z-index: 4;
    background-color: #f0f0f0;
}

a.m-banner .m-banner-pager .li a:hover {
    background-color: #d7d7d7;
}

.m-banner .m-banner-pager .li a.piao {
    text-align: left;
    line-height: 25px;
    padding: 10px 13px;
    width: 164px;
}

.m-banner .m-banner-pager .li .m-banner-s {
    top: -8px;
    left: 0;
    position: absolute;
    z-index: 3;
    padding: 8px 4px 4px 4px;
    z-index: 0;
    width: 182px;
    height: auto;
}

.m-banner .m-banner-pager .li .m-banner-s .m-banner-s-bg {
    background-color: #000000;
    opacity: 45;
    filter: alpha(opacity=4500);
    filter: alpha(opacity=45);
    -moz-opacity: 0.45;
    -webkit-opacity: 0.45;
    opacity: 0.45;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

a.m-banner .m-banner-pager .li .m-banner-s .m-banner-s-bg:hover {
    background-color: #000000;
}

.m-banner .m-banner-pager .li.active .m-banner-s,
.m-banner .m-banner-pager .li.cur .m-banner-s {
    z-index: 3;
    padding: 4px 4px 0 4px;
}

.m-banner .m-banner-pager .li.cur .m-banner-s {
    top: -8px;
    padding: 8px 4px 4px 4px;
}

.m-banner .m-banner-pager .li.cur a {
    background-color: #F60;
    color: #FFF;
    border-color: #F60;
}

.m-banner .m-banner-pager .li.active a {
    background-color: #dedede;
}

a.m-banner .m-banner-pager .li.active a:hover {
    background-color: #c5c5c5;
}

.m-banner .m-banner-pager .li.active.cur a {
    background-color: #ff6600;
}

a.m-banner .m-banner-pager .li.active.cur a:hover {
    background-color: #cc5200;
}


/*banner*/

.m-banner-pic {
    position: absolute;
    left: 0;
    top: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height:590px;
}
.m-banner-pic li {
/*==fold==*/
/*
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
*/
/*==/fold==*/
/*==leftLoop==*/
    position: relative;
    overflow: hidden;
/*==/leftLoop==*/
    height:590px;
}

.m-banner-pic li:first-child {
    position: relative;
    display: block;
    float: left;
}

.m-banner-pic img {
    display: block;
    float: left;
    border: 0;
}

.m-banner-img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 100%;
    height:590px;
}


/*headline*/

.m-headline {
    *zoom: 1;
    padding-top:38px;
    padding-bottom:5px;
}

.m-headline:before,
.m-headline:after {
    content: " ";
    display: table;
}

.m-headline:after {
    clear: both;
}

.m-headline .m-headline-l {
    width: 650px;
    height: auto;
    float: left;
}

.m-headline .m-headline-r {
    width: 320px;
    height: auto;
    float: right;
}

.m-headline h2.m-headline-caption,
.m-headline h2.m-headline-caption a,
.m-headline h1.m-headline-caption,
.m-headline h1.m-headline-caption a {
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-weight: 100;
    padding-bottom: 28px;
    color: #F60;
    line-height:1;
    font-weight:normal;
}

.m-headline h2.m-headline-caption span,
.m-headline h1.m-headline-caption span {
    border-bottom: 2px solid #C6C6C6;
    padding-bottom: 6px;
}

.m-headline .m-more {
    float: right;
    color: #F60;
    padding-top: 13px;
    font-family: "Microsoft YaHei";
}

.m-headline-img {
    position: relative;
    display: block;
}

.m-headline-img .l-img {
    width: 650px;
    height: 246px;
    display: block;
}

.m-headline-img .m-headline-w {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #EBEAEA;
    font-size: 14px;
    width: 100%;
    height: 36px;
}

.m-headline-img .m-headline-w .m-headline-w-bg {
    position: absolute;
    background-color: #000000;
    opacity: 49;
    filter: alpha(opacity=4900);
    filter: alpha(opacity=49);
    -moz-opacity: 0.49;
    -webkit-opacity: 0.49;
    opacity: 0.49;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0;
}

a.m-headline-img .m-headline-w .m-headline-w-bg:hover {
    background-color: #000000;
}

.m-headline-img .m-headline-w .m-headline-w-c {
    position: absolute;
    z-index: 2;
    line-height: 36px;
    text-indent: 15px;
    font-weight: 100;
}

.m-headline-dl {
    display: block;
    *zoom: 1;
    margin-bottom: 15px;
}
.m-headline-dl:before,
.m-headline-dl:after {
    content: " ";
    display: table;
}

.m-headline-dl:after {
    clear: both;
}

.m-headline-dl .r-img {
    width: 125px;
    height: 72px;
    display:block;
}

.m-headline-dl .dt {
    float: left;
}

.m-headline-dl .dd {
    width: 169px;
    height: 60px;
    background-color: #e3e3e3;
    padding: 6px 10px;
    float: right;
}

a.m-headline-dl .dd:hover {
    background-color: #cacaca;
}

.m-headline-dl .dd .m-headline-title {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px 0 4px 0;
    line-height: 20px;
    height: 40px;
}

.m-headline-dl .dd .m-headline-time {
    color: #999999;
    line-height: 16px;
}

.m-headline-dl .dd .m-headline-time .m-icon {
    width: 12px;
    height: 16px;
}

.m-hall {
    padding: 38px 0 15px 0;
}
.m-hall.ptb-11{
    padding-bottom:4px;
}
.m-hall-task.pb15{
    padding-bottom:15px;
}
.m-hall .m-hall-title,
.m-hall .m-hall-title a {
    font-family: "Microsoft YaHei";
    font-size: 32px;
    color: #FF6500;
    font-weight: normal;
    line-height: 1;
    float:left;
}
.m-hall-title a.m-more{
    float: right;
    color: #f60;
    font-family: "arial";
    font-size: 12px;
    padding-top: 30px;
}
.m-hall .m-hall-title span {
    border-bottom: 2px solid #C6C6C6;
    padding-bottom: 6px;
}

.m-hall .hall-link {
    clear: both;
}

.m-hall .hall-link a {
    color: #F60;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    line-height: 3;
    margin-right: 5px;
}

.m-hall-data {
    padding-top: 12px;
    margin-left: 50px;
    float: left;
}

.m-hall-data .m-hall-data-dl {
    display: inline-block;
    padding: 0 24px;
    color: #9BA199;
    min-width: 200px;
}

.m-hall-data .m-hall-data-dl dt {
    float: left;
    margin-right: 9px;
}

.m-hall-data .m-hall-data-dl .num {
    font-size: 24px;
}

.m-hall-data .m-hall-data-dl .word {
    font-size: 14px;
}

.m-hall-class {
    margin: 5px 0 10px 0;
    background-color: #333333;
    color: #FFF;
    *zoom: 1;
    overflow: hidden;
    position: relative;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    /* Firefox 4 */
    -webkit-transition: all 1s ease;
    /* Safari 和 Chrome */
    -o-transition: all 1s ease;
}

a.m-hall-class:hover {
    background-color: #1a1a1a;
}

.m-hall-class:before,
.m-hall-class:after {
    content: " ";
    display: table;
}

.m-hall-class:after {
    clear: both;
}

.m-hall-class.cur {
    /* height: auto;*/
}

.m-hall-class .m-warp {
    display: none;
}

.m-hall-class .m-icon-close {
    position: absolute;
    left: 50%;
    margin-left: 484px;
    top: 35px;
}

.m-hall-class .m-hall-class-name {
    font-size: 15px;
    padding-top: 30px;
}

.m-hall-class .m-hall-class-lst {
    padding-top: 34px;
    padding-bottom: 50px;
    *zoom: 1;
}

.m-hall-class .m-hall-class-lst:before,
.m-hall-class .m-hall-class-lst:after {
    content: " ";
    display: table;
}

.m-hall-class .m-hall-class-lst:after {
    clear: both;
}

.m-hall-class .m-hall-class-lst li {
    float: left;
    margin: 0 11px 11px 0;
}

.m-hall-class .m-hall-class-lst li a {
    display: block;
    background-color: #474747;
    padding: 10px 18px;
    width: 141px;
    color: #CBCBCB;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    border-radius: 3px;
    line-height: 16px;
}

a.m-hall-class .m-hall-class-lst li a:hover {
    background-color: #2e2e2e;
}

.m-hall-class .m-hall-class-lst li a .m-hall-class-close {
    float: right;
}

.m-hall-class .m-hall-class-lst li a:hover {
    background-color: #6e6e6e;
    color: #FFF;
}

a.m-hall-class .m-hall-class-lst li a:hover:hover {
    background-color: #555555;
}

.m-hall-class .m-hall-class-lst li a:hover .m-hall-class-close {
    background: url("../../images/index/spriter.png") no-repeat -34px -84px;
}

.m-hall-class .m-hall-class-lst li.active a {
    background-color: #6e6e6e;
    color: #FFF;
}

a.m-hall-class .m-hall-class-lst li.active a:hover {
    background-color: #555555;
}

.m-hall-class .m-hall-class-lst li.active a .m-hall-class-close {
    background: url("../../images/index/spriter.png") no-repeat -34px -84px;
}

.m-hall-lst {
    padding: 20px 0 22px;
    position: relative;
}

.m-hall-lst .m-warp {
    overflow: hidden;
    position: relative;
}

.m-hall-lst .m-warp .m-hall-carousel {
    width: 4064px;
    margin-left: -16px;
}

.m-hall-lst .m-warp .m-hall-carousel li {
    position: relative;
    float: left;
    width: 1000px;
    height: 1000px;
    margin-left: 16px;
}

.m-hall-lst .m-hall-logo {
    display: block;
    width: 238px;
    height: 238px;
    font-weight: 100;
    position: absolute;
}

.m-hall-lst .m-hall-logo img {
    margin: 40px 0 15px 0;
}

.m-hall-lst .m-hall-logo.release-logo {
    background-color: #ff6500;
    color: #FFF;
    font-size: 36px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

a.m-hall-lst .m-hall-logo.release-logo:hover {
    background-color: #cc5100;
}

.m-hall-lst .m-hall-logo.good-logo {
    background-color: #ffb300;
    color: #FFF;
    font-size: 36px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

a.m-hall-lst .m-hall-logo.good-logo:hover {
    background-color: #cc8f00;
}

.m-hall-lst .m-hall-logo.release-task {
    background-color: #ffffff;
}

a.m-hall-lst .m-hall-logo.release-task:hover {
    background-color: #e6e6e6;
}

.m-hall-lst .m-hall-logo.release-task .release-task-t {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #858585;
    padding: 25px;
}

.m-hall-lst .m-hall-logo.release-task .release-task-txt {
    padding: 25px;
    color: #A9A9A9;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    text-indent: 40px;
    line-height: 1.8;
}

.m-hall-lst .m-hall-lst-goods {
    display: block;
    position: absolute;
    overflow: hidden;
}

.m-hall-lst .m-hall-lst-goods img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.m-hall-lst .m-hall-lst-goods:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.m-hall-lst .m-hall-lst-goods .m-hall-lst-goods-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 143px;
    background-color: #635f5b;
    color: #FFF;
    line-height: 1.5;
    padding-top: 35px;
}

a.m-hall-lst .m-hall-lst-goods .m-hall-lst-goods-info:hover {
    background-color: #484643;
}

.m-hall-lst .m-hall-lst-goods .m-hall-lst-goods-info .m-info-t {
    padding: 8px 33px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.m-hall-lst .m-hall-lst-goods .m-hall-lst-goods-info .m-info-txt {
    font-size: 14px;
    padding: 0 33px;
}

.m-hall-pager {
    text-align: center;
    padding: 70px 0 0 0;
}

.m-hall-pager a {
    display: inline-block;
    margin: 0 5px;
}

.m-hall-pager a .m-hall-pager-txt {
    display: inline-block;
    padding: 8px 21px;
    background-color: #ffffff;
    border-radius: 3px;
    color: #8B8F8F;
    line-height: 16px;
    vertical-align: middle;
}

a.m-hall-pager a .m-hall-pager-txt:hover {
    background-color: #e6e6e6;
}

.m-hall-pager a .m-iconfont {
    border-radius: 3px;
    padding: 8px 7px;
    background-color: #ffffff;
}


.m-hall-pager-simple a .m-icon-arrow-left-on {
    background: url("../../images/index/spriter.png") no-repeat 13px -333px #ff6600;/*265px*/
}

.m-hall-pager-simple a .m-icon-arrow-right-on {
    background: url("../../images/index/spriter.png") no-repeat -32px -333px #ff6600;
}

.m-hall-pager-simple a.disabled .m-icon-arrow-left-on {
    background: url("../../images/index/spriter.png") no-repeat 13px -333px #d4d4d4;
}
.m-hall-pager-simple a.disabled .m-icon-arrow-right-on {
    background: url("../../images/index/spriter.png") no-repeat -32px -333px #d4d4d4;
}
.m-banner-link-box {
    width: 100%;
    overflow: hidden;
}
.m-banner-link {
    margin-top: 48px;
    position: relative;
    height: 677px;
    overflow: hidden;
    display: table;
    color: #FFF;
    font-family: "Microsoft YaHei";
    width: 100%;
}

.m-banner-link .m-banner-link-bg {
    background-color: #000000;
    opacity: 13;
    filter: alpha(opacity=1300);
    filter: alpha(opacity=13);
    -moz-opacity: 0.13;
    -webkit-opacity: 0.13;
    opacity: 0.13;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

a.m-banner-link .m-banner-link-bg:hover {
    background-color: #000000;
}

.m-banner-link .m-banner-link-img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: -2;
}

.m-banner-link .m-banner-link-info {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.m-banner-link .info-t {
    font-size: 50px;
    font-weight: 100;
}

.m-banner-link .info-txt {
    font-size: 16px;
    padding: 30px 0 50px 0;
    *zoom: 1;
}

.m-banner-link .info-txt:before,
.m-banner-link .info-txt:after {
    content: " ";
    display: table;
}

.m-banner-link .info-txt:after {
    clear: both;
}

.m-banner-link .btn-large {
    margin: 0 25px;
}


/*cultural*/

.m-cultural-pager {
    *zoom: 1;
    border: 1px solid #D0D0D0;
    border-width: 1px 0 1px 1px;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.m-cultural-pager:before,
.m-cultural-pager:after {
    content: " ";
    display: table;
}

.m-cultural-pager:after {
    clear: both;
}

.m-cultural-pager li {
    float: left;
    width: 332px;
    height: 52px;
    color: #FF6500;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    line-height: 52px;
    text-align: center;
    background-color: #e4e4e4;
    border: 1px solid #D0D0D0;
    border-width: 0 1px 0 0;
    cursor: pointer;
}

a.m-cultural-pager li:hover {
    background-color: #cbcbcb;
}

.m-cultural-pager li.cur,
.m-cultural-pager li:hover {
    background-color: #ffffff;
}

a.m-cultural-pager li.cur:hover,
a.m-cultural-pager li:hover:hover {
    background-color: #e6e6e6;
}


/*m-lift*/

.m-lift {
    width: 35px;
    height: auto;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -565px;
    margin-top: -123px;
    z-index: 999;
    display: none;
}

.m-lift .m-lift-list {
    margin: auto;
    display: block;
    width: 35px;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s ease;
    background-color: #f0f0f0;
}

a.m-lift .m-lift-list:hover {
    background-color: #d7d7d7;
}

.m-lift .m-lift-list.cur {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s ease;
    opacity: 100;
    filter: alpha(opacity=10000);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

.m-lift .m-lift-list .m-lift-nav {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.m-lift .m-lift-list .m-lift-nav .m-icon {
    background: url("../../images/index/icon-fixed.png") no-repeat;
    width: 24px;
    height: 24px;
    margin: 5px 0;
}

.m-lift .m-lift-list .m-lift-nav .m-icon-lift-task {
    background-position: center 5px;
}

.m-lift .m-lift-list .m-lift-nav .m-icon-lift-create {
    background-position: center -30px;
}

.m-lift .m-lift-list .m-lift-nav .m-icon-lift-shop {
    background-position: center -66px;
}

.m-lift .m-lift-list .m-lift-nav .m-icon-lift-render {
    background-position: center -102px;
}

.m-lift .m-lift-list .m-lift-nav .m-icon-lift-cultural {
    background-position: center -137px;
}

.m-lift .m-lift-list .m-lift-nav .m-icon-lift-activity {
    background-position: center -169px;
}

.m-lift .m-lift-list .m-lift-nav .m-icon-lift-community {
    background-position: center -205px;
}

.m-lift .m-lift-list .m-lift-nav .m-icon-lift-news {
    background-position: 4px -243px;
}

.m-lift .m-lift-list .m-lift-nav .m-lift-name {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    font-style: normal;
    background-color: #ff6600;
    color: #FFF;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
}

a.m-lift .m-lift-list .m-lift-nav .m-lift-name:hover {
    background-color: #cc5200;
}

.m-lift .m-lift-list .m-lift-nav:hover .m-lift-name,
.m-lift .m-lift-list .m-lift-nav.active .m-lift-name {
    display: block;
    opacity: 100;
    filter: alpha(opacity=10000);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

.m-lift .m-lift-list .m-lift-nav .m-lift-line {
    display: block;
    width: 12px;
    margin: auto;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-top: 1px solid #d6d6d6;
}

.btn-gray {
    color: #ffffff;
    background: #55595b;
    border-color: #55595b;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
    color: #ffffff;
    background: #3c3f41;
    border-color: #373a3b;
}

.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
    background-image: none;
}

.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
    background: #55595b;
    border-color: #55595b;
}

.btn-gray .badge {
    color: #55595b;
    background: #ffffff;
}

.btn-orange {
    color: #ffffff;
    background: #ff6500;
    border-color: #ff6500;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    color: #ffffff;
    background: #cc5100;
    border-color: #c24d00;
}

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
    background-image: none;
}

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
    background: #ff6500;
    border-color: #ff6500;
}

.btn-orange .badge {
    color: #ff6500;
    background-color: #ffffff;
}

.btn-blue {
    color: #ffffff;
    background: #00b7c3;
    border-color: #00b7c3;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    color: #ffffff;
    background: #008790;
    border-color: #007e86;
}

.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
    background-image: none;
}

.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
    background: #00b7c3;
    border-color: #00b7c3;
}

.btn-blue .badge {
    color: #00b7c3;
    background: #ffffff;
}

.btn-small {
    padding: 4px 15px;
    font-size: 12px;
    border-radius: 3px;
}

.btn-middle {
    padding: 8px 15px;
    font-size: 12px;
    border-radius: 3px;
}

.btn-large {
    padding: 16px 48px;
    font-size: 16px;
    border-radius: 5px;
}

.btn-top-search {
    padding: 8px 23px;
    font-size: 14px;
    border-radius: 5px;
}


/*20150312zhhluo*/

.hot-box-news {
    width: 613px;
    height: 208px;
    background: #E4E4E4;
    padding: 15px 0 15px 35px;
}

.hot-box-news .news-p {
    display: block;
    color: #666666;
    font-size: 16px;
    line-height: 52px;
}

.hot-box-news .news-p:hover {
    color: #FF6500;
}

.hot-box {
    padding-bottom: 80px;
}

.m-headline-dl .dd .go-into {
    color: #ff6600;
}

.go-into-right {
    background: url("../../images/index/spriter.png") no-repeat -43px -49px;
}

.recommend-plate {
    padding-top: 13px;
    overflow: hidden;
    padding-bottom:13px;
}

.recommend-plate .r-plate {
    width: 300px;
    float: left;
    margin-right: 49px;
}

.r-plate .r-plate-img {
    width: 135px;
    height: 135px;
    float: left;
}

.r-plate-right {
    position: relative;
    width: 140px;
    height: 120px;
    float: left;
    padding: 5px 10px 10px 15px;
}

.recommend-plate .last-plate {
    margin-right: 0;
}

.plate-name {
    color: #333333;
    font-size: 16px;
}

.plate-name:hover {
    color: #FF6500;
}

.r-plate-right b {
    display: inline-block;
    background: #f33d3d;
    padding: 2px 10px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-left: 7px;
}

.plate-say {
    display: block;
    color: #888888;
    margin-top: 20px;
}

.plate-num {
    position: absolute;
    color: #888888;
}

.follow-num {
    display: inline-block;
}

.r-plate-right .num1 {
    bottom: 0;
    left: 15px;
}

.r-plate-right .num2 {
    bottom: 0;
    right: 15px;
}

.follow-num {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../../images/index/plate-icon.png") no-repeat 0 0;
}

.discuss-num {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url("../../images/index/plate-icon.png") no-repeat -84px -1px;
}

.plate-num span {
    position: relative;
    top: -8px;
    left: 4px;
}

.m-ad {
    padding: 66px 0 10px 0;
}


/*20150324*/

.login-before {
    display: none;
}

.login-after {
    display: block;
}

.m-header-top .m-header-top-r > li.cur > a> span {
    color: #fff;
}

.msg-center {
    position: relative;
}

.down-user-name {
    padding: 5px 0;
    color: #dbdbdb;
}

.m-header-fixed .login-after {
    min-width: 74px;
    position: relative;
    padding: 0 10px;
}


/*task hall img*/

.m-hall-lst-goods-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.m-hall-lst-goods-word {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    line-height: 2.0;
    display: table;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.m-hall-lst-goods-title {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.m-hall-lst-goods-price {
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.m-hall-lst-goods-title,
.m-hall-lst-goods-title:hover,
.m-hall-lst-goods-price,
.m-hall-lst-goods-price:hover {
    color: #FFF;
}

.m-hall-lst .m-hall-lst-goods:hover .m-hall-lst-goods-bg {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.m-hall-lst .m-hall-lst-goods:hover .m-hall-lst-goods-word {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}


/*float-right*/

.float-right {
    left: 50%;
    position: fixed;
    margin-left: 580px;
    z-index: 999;
}

.float-right a {
    background-color: #c2c2c2;
    width: 51px;
    height: 50px;
    display: block;
    margin-top: 10px;
    border-radius: 3px;
    cursor: pointer;
}

.float-right a:hover {
    background-color: #a2a2a2;
}

.float-right .goto-top {
    position: fixed;
    bottom: 20px;
    background: url("../../images/index/goTopBtn.png") no-repeat;
    display: none;
}

.float-right .goto-top:hover {
    background: url("../../images/index/goTopBtn-hover.png") no-repeat;
}

.float-right .contact-qq {
    position: fixed;
    bottom: 80px;
    background: url("../../images/index/iconfont-qq.png") no-repeat center center #c2c2c2;
}


/*nav-list*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.white-bg {
    background-color: #FFF;
}

.entrance {
    background-color: #EDEDEF;
    height: 52px;
    width: 100%;
    font-family: "Microsoft YaHei"
}

.entrance-ul {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    line-height: 52px;
}

.entrance-ul li {
    float: left;
}

.entrance-ul li span {
    font-size: 20px;
    color: #555555;
}

.entrance-ul li span.new {
    font-size: 12px;
    color: #fff;
}

.entrance-ul li a {
    font-size: 16px;
    color: #656565;
    margin: 0 20px;
}

.navList {
    padding-top: 37px;
}

.navList-ul {
    font-family: "Microsoft YaHei";
    width: 748px;
    float: left;
    padding: 0 0 63px 0;
}

.navList-ul li {
    height: 26px;
    line-height: 26px;
    padding: 0 0 37px 0;
    margin-bottom: 37px;
    border-bottom: 1px solid #E9E9E9;
}

.navList-ul li span {
    border-left: 2px solid #C6C6C6;
    height: 18px;
    padding-left: 10px;
    display: inline-block;
    line-height: 14px;
}

.navList-ul li span a {
    font-size: 20px;
    color: #FF6500;
    padding: 0;
    margin: 0;
}

.navList-ul li a {
    font-size: 16px;
    color: #656565;
    padding: 0 20px;
}

.navList-ul li a:hover,
.entrance-ul li a:hover,
.nav-recommend-app-title a:hover {
    color: #FF6500;
}

.nav-recommend {
    width: 210px;
    float: right;
}

.nav-recommend-t {
    font-size: 20px;
    color: #FF6500;
    font-family: "Microsoft YaHei";
    padding-bottom: 18px;
}

.nav-recommend-app {
    font-family: "Microsoft YaHei";
    padding-bottom: 24px;
}

.nav-recommend-app-img {
    float: left;
    padding-right: 10px;
}

.nav-recommend-app-img img {
    width: 60px;
    height: 60px;
}

.nav-recommend-app-title a {
    font-size: 16px;
    color: #333333;
    padding-top: 10px;
}

.nav-recommend-app-txt {
    font-size: 14px;
    color: #999999;
}

.white-bg .m-header-top .m-header-top-bg {
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
}


/*footer*/

.footer {
    margin-top: 20px;
    background: #545454;
    padding-bottom: 30px;
}

.footer a {
    color: #b2b2b2;
}

.footerBox {
    text-align: center;
}

.footer .site_copyright {
    border-top: 1px solid #eee;
}

.footer .container_24 {
    background: none;
    overflow: hidden;
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.friend_link {
    color: #9b9b9b;
    font-weight: bold;
    font-size: 12px;
}

.friend_a {
    color: #b2b2b2;
    display: inline-block;
    margin: 10px 5px;
    font-size: 12px;
}

.footer_line {
    width: 100%;
    height: 1px;
    background: #434343;
}

.footer_p {
    margin-top: 10px;
}

.footer_a {
    color: #b2b2b2;
    display: inline-block;
    margin: 5px 10px;
    font-size: 14px;
}

.footer_a_line {
    color: #b2b2b2;
    line-height: 1.5;
    margin-top: 8px;
    font-family: arial, '寰蒋闆呴粦';
}

.absConf {
    float: left;
    width: 218px;
}

.goTopBtn {
    bottom: 20px;
    cursor: pointer;
    position: fixed;
    right: 100px;
    z-index: 88
}

.footer_friendlinks {
    text-align: left;
}

.footer_friendlinks .footer_span {
    color: #B2B2B2;
    font-size: 14px;
}

.footer_p .footer_a,
.footer_friendlinks .footer_a:hover,
.footer_a_line a,
.footer_a_line .footer_a_line {
    color: #B2B2B2;
}

.wenhuajingying img {
    position: relative;
    top: -2px;
}

#float_div {
    top: 737px;
    position: absolute;
    right: 3%;
    z-index: 99999999;
}

#float_div .fox-relative {
    position: relative;
}

#float_div .fox-relative .fox-close {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    cursor: pointer;
}


/*/ychu20150429  add new label*/

.nav-txt-new {
    position: relative;
}

.new {
    border-radius: 2px;
    position: absolute;
    right: -23px;
    top: -9px;
    padding: 0 3px;
    font-size: 12px;
    background: #ff6500;
    font-weight: 100;
    height: 12px;
    line-height: 1;
    font-family: arial;
    color: #fff;
}

a:focus,
a:visited,
a:active {
    outline: none;
}

.new-m-personal {
    color: #fff;
    padding: 0 33px;
    line-height: 31px;
}

.new-m-photo {
    float: left;
    margin-right: 10px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    overflow: hidden;
}

.new-m-photo img {
    width: 31px;
    height: 31px;
    border-radius: 50%;
    overflow: hidden;
}

.new-m-personal p {
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-xuan-banner
{
    position: relative;
    font-family: Microsoft YaHei;
    overflow: hidden;
}
.new-xuan-banner a.new-xuan-link
{
    position: absolute;
    width: 1000px;
    height: 320px;
    z-index: 0;
    cursor: default;
}
.new-xuan-banner .m-banner-link-img
{
    vertical-align: top;
}

.new-xuan-banner-intro {
    width: 1000px;
    margin: 0 auto;
    padding-top: 128px;
    text-align: left;
}

.new-xuan-banner-intro .new-xuan-banner-intro-wz {
    position: absolute;
    top: 100px;
    z-index: 10;
}

.new-xuan-banner-intro p {
    margin-bottom: 30px;
    line-height: 100%;
}

.new-xuan-banner-intro .new-m-font48 {
    font-size: 48px;
    color: #f60;
}

.new-xuan-banner-intro .new-m-font20 {
    font-size: 20px;
    color: #fff;
}

.new-xuan-banner-intro .new-m-font60 {
    font-size: 60px;
    color: #fff;
    text-shadow: 3px 3px 3px #000;
    -webkit-text-shadow: 3px 3px 3px #000;
    -moz-text-shadow: 3px 3px 3px #000;
    -o-text-shadow: 3px 3px 3px #000;
}

.new-m-banner-btn {
    display: inline-block;
    background: #f60;
    width: 160px;
    height: 53px;
    border-radius: 4px;
    text-align: center;
    line-height: 53px;
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.new-m-banner-btn:hover {
    background: #f90;
    color: #fff;
}

.new-m-contact {
    position: absolute;
    right: 0;
    top: 0;
    background: #f60;
    width: 408px;
    height: 560px;
    color: #24202e;
}

.new-m-hotphone {
    padding: 120px 42px 90px;
}

.new-m-hotphone p {
    line-height: 100%;
}

.new-m-contact .new-m-font28 {
    font-size: 28px;
}

.new-m-contact .new-m-font43 {
    font-size: 43px;
    padding-left: 27px;
}

.new-m-app {
    position: relative;
    padding: 0 42px 0 69px;
    font-size: 18px;
}

.new-m-app p {
    margin-bottom: 15px;
}

.new-m-ewm {
    position: absolute;
    top: 32px;
    right: 60px;
    background-color: #fff;
}

.new-m-case {
    font-family: Microsoft YaHei;
    margin:0 auto 15px auto;
    width: 1000px;
}

.new-m-casetitle {
    text-align: center;
    font-size: 16px;
    color: #888;
    margin: 50px 0;
}

.new-m-casetitle .new-m-font30 {
    font-size: 30px;
    color: #f60;
    margin-bottom: 20px;
}

.new-m-castlist {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.new-m-castlist ul {
    width: 9999999px;
}

.new-m-castlist ul li {
    position: relative;
    float: left;
    width: 393px;
    margin: 0 6px;
}

.new-m-castlist ul li a {
    display: block;
}

.new-m-castlist ul li a.new-m-castlist-more {
    width: 183px;
    height: 172px;
    background-color: #FFF;
    padding: 105px;
}

.new-m-castlist ul li a.new-m-castlist-more:hover {
    background-color: #22222e;
}

.cast-word-box {
    width: 90px;
    height: 86px;
    float: left;
    color: #333;
    font-size: 40px;
    line-height: 86px;
    text-align: center;
}

.new-m-castlist ul li a.new-m-castlist-more:hover .cast-word-box {
    color: #F60;
}

.cast-word-box.left-top {
    border-right: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.cast-word-box.right-top {
    border-left: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
}

.cast-word-box.left-bottom {
    border-right: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
}

.cast-word-box.right-bottom {
    border-left: 1px solid #bbbbbb;
    border-top: 1px solid #bbbbbb;
}

.new-m-castlist ul li a.new-m-castlist-more:hover .cast-word-box.left-top {
    border-right: 1px solid #3f3e4e;
    border-bottom: 1px solid #3f3e4e;
}

.new-m-castlist ul li a.new-m-castlist-more:hover .cast-word-box.right-top {
    border-left: 1px solid #3f3e4e;
    border-bottom: 1px solid #3f3e4e;
}

.new-m-castlist ul li a.new-m-castlist-more:hover .cast-word-box.left-bottom {
    border-right: 1px solid #3f3e4e;
    border-top: 1px solid #3f3e4e;
}

.new-m-castlist ul li a.new-m-castlist-more:hover .cast-word-box.right-bottom {
    border-left: 1px solid #3f3e4e;
    border-top: 1px solid #3f3e4e;
}

.new-m-castlist ul li .new-m-caseintro {
    background: #fff;
    padding: 20px;
    font-size: 12px;
    color: #aaa;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    height: 90px;
    overflow: hidden;
}

.new-m-castlist ul li a:hover .new-m-caseintro {
    background: #24202e;
    color: #f60;
}

.new-m-castlist ul li .new-m-casename {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.new-m-castlist ul li a:hover .new-m-casename {
    color: #f60;
}

.new-m-castlist ul li a .new-m-case-bask {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-left: 90px solid transparent;
    border-top: 90px solid #fff;
    opacity: 0.75;
    filter: alpha(opacity=75);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.new-m-castlist ul li a:hover .new-m-case-bask {
    border-top: 90px solid #f60;
    opacity: 1;
}

.new-m-castlist ul li a .new-m-case-year {
    position: absolute;
    top: 15px;
    right: 6px;
    display: block;
    font-size: 16px;
    color: #555;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.new-m-castlist ul li a:hover .new-m-case-year {
    color: #fff;
}

.new-m-prev,
.new-m-next {
    position: absolute;
    top: 0;
    display: block;
    width: 30px;
    height: 150px;
    background: #fff url(../../images/index/new-m-iocn.png) no-repeat;
    width: 90px;
    height: 100%;
    z-index: 999;
    opacity: 0.8;
    filter: alpha(opacity=80);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.new-m-prev {
    left: 0;
    background-position: 30px 175px;
}

.new-m-next {
    right: 0;
    background-position: -145px 175px;
}

.new-m-prev:hover,
.new-m-next:hover {
    opacity: 0.9;
}

.new-m-footer {
    float: left;
}

.m-hall-lst-goods-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 143px;
    background-color: #635f5b;
    color: #FFF;
    line-height: 1.5;
    padding-top: 35px;
}

.m-info-t {
    padding: 8px 33px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
}

.m-info-txt {
    font-size: 14px;
    padding: 0 33px;
}

.m-hall-pager-new {
    width: 238px;
    height: 238px;
    position: absolute;
    top: 0;
    background-color: #000;
    right: 0;
    background: url(../../images/index/press-me238.gif?t=20150602) no-repeat center bottom;
    text-indent: -99999px;
}


/*==ychu220150520 change home-logo-s==*/

.home-logo-s {
    position: relative;
    top: -3px;
    vertical-align: middle;
    display: inline-block;
    height: 28px;
}

.m-header-fixed .m-hall-search {
    margin-left: 35px;
}


/*==ychu220150602 改变字体样式==*/

.xuan-app {
    display: inline-block;
    width: 161px;
    height: 42px;
    font-family: "Microsoft Yahei";
    color: #FFF;
}

.xuan-app:hover {
    color: #FFF;
}

.xuan-app.iphone-app {
    background: #353345 url(../../images/index/xuan-app.png) no-repeat 15px 10px;
}

.xuan-app.android-app {
    background: #87B988 url(../../images/index/xuan-app.png) no-repeat -187px 10px;
}

.xuan-app span {
    margin-left: 45px;
}

.xuan-app .download-app {
    display: block;
    margin-top: 5px;
    font-size: 13px;
    line-height: 1;
}

.xuan-app .distribute-time {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    line-height: 1;
    -webkit-transform: scale(0.75);
    -o-transform: scale(1);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .xuan-app .distribute-time {
        margin-left: 28px;
        font-size: 12px;
    }
}

#activity-hall .new-m-castlist ul li {
    width: 172px;
    margin: 0;
}

#activity-hall .new-m-castlist {
    margin-top: 26px;
}

#activity-hall .new-m-prev,
#activity-hall .new-m-next {
    width: 27px;
    height: 100px;
    top: 11px;
}

#activity-hall .new-m-prev {
    background-position: 5px 33px;
}

#activity-hall .new-m-next {
    background-position: -177px 33px;
}

#activity-hall .new-m-castlist ul li a .new-m-case-bask {
    border-left-width: 36px;
    border-top-width: 32px;
}

.new-m-castlist ul li a .new-m-case-year {}

#activity-hall .new-m-castlist ul li a {
    display: block;
    width: 138px;
    height: 100px;
    padding: 11px 17px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#activity-hall img {
    width: 138px;
    height: 100px;
    border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#activity-hall .new-m-castlist ul li a:hover {
    padding: 0 2px;
    height: 112px;
    width: 168px;
}

#activity-hall .new-m-castlist ul li a:hover img {
    width: 168px;
    height: 122px;
}

.new-m-case-hot,
.new-m-case-underline {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 33px;
    height: 33px;
    background: red;
    text-indent: -99999px;
    overflow: hidden;
    white-space: nowrap;
}

.new-m-case-hot {
    background: url(../../images/index/icon-hot.png) no-repeat;
}

.new-m-case-underline {
    background: url(../../images/index/icon-end.png) no-repeat;
}

#activity-hall .new-m-castlist ul li a .slideBox-c {
    width: 138px;
    height: 100px;
    overflow: hidden;
    border-radius: 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    position: relative;
}

#activity-hall .new-m-castlist ul li a:hover .slideBox-c {
    width: 168px;
    height: 122px;
}

#activity-hall ul {
    margin: 0 -16px;
    width: 999999px;
}

.tempWrap {
    width: 100%;
    overflow: hidden;
}


/*创意社区新版*/

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.m-headline-community {
    height: 48px;
    font-size: 28px;
    color: #ff6600;
    font-family: "Microsoft YaHei";
    font-weight: 100;
    margin-bottom: 10px;
    border-bottom: 4px solid #e4e4e4;
    position: relative;
    line-height: 48px;
}

.m-headline-community-title {
    border-bottom: 4px solid #ff6600;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.m-headline h2.m-headline-community a.more {
    font-size: 12px;
    font-family: "SIMSUN";
    color: #453e57;
    position: absolute;
    right: 0;
    top: 8px;
}

.m-headline h2.m-headline-community a.more:hover {
    color: #ff6600;
}

.recommend-plate .row {
    margin: 0 -5px;
}

.r-plate-new {
    position: relative;
    width: 190px;
    margin: 0 5px;
    border: 1px solid #CCC;
    float: left;
}

.r-plate-new .r-plate-img {
    width: 190px;
    height: 120px;
}

.r-plate-bottom {
    padding: 8px 6px;
    font-family: "Microsoft YaHei";
}

.r-plate-bottom .plate-name {
    color: #333333;
}

.recommend-label {
    position: absolute;
    left: 0;
    top: 102px;
    font-size: 12px;
    width: 42px;
    height: 18px;
    background-color: #f33d3d;
    color: #FFF;
    font-weight: 100;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
}

.r-plate-bottom .plate-say {
    margin: 6px 0;
    font-size: 14px;
    color: #888888;
}

.r-plate-bottom .plate-num {
    position: static;
}

.r-plate-bottom .plate-num span.red {
    position: static;
    color: #f33d3d;
}

#community_hall .hall-link a {
    line-height: 1;
}

.community-news-left {
    width: 670px;
    float: left;
}

.community-news-right {
    width: 300px;
    float: right;
}

.active-master ul {
    overflow: hidden;
}

.active-master {
    margin: 0 -2px;
    overflow: hidden;
}

.active-master li {
    float: left;
    padding: 0 2px 4px 2px;
    width: 72px;
    height: 72px;
}

.active-master li a {
    display: block;
    position: relative;
    width: 100%;
}

.active-master li img {
    width: 72px;
}

.gray-line {
    height: 4px;
    background-color: #e4e4e4;
    position: relative;
    margin-top: 6px;
}

.orange-line {
    position: absolute;
    height: 4px;
    right: 0;
    top: 0;
    width: 112px;
    z-index: 1;
    background-color: #F60;
}

.active-master-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    opacity: 0.3;
    filter: alpha(opacity=30);
    display: block;
}

.active-master li a:hover .active-master-bg {
    display: none;
}


/**/

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height:224px;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    height:224px;
}

.rslides-box {
    width: 310px;
    float: left;
    position: relative;
    height:224px;
}

.rslides_tabs {
    position: absolute;
    left: 4px;
    top: 5px;
    width: 100%;
    z-index: 99;
}

.rslides_tabs li {
    float: left;
    margin-right: 1px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
    overflow: hidden;
}

.rslides_tabs li a {
    color: #FFF;
}

.rslides_tabs li.rslides_here {
    background: rgba(255, 255, 255, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#50FFFFFF, endColorstr=#50FFFFFF);
    font-weight: 700;
}

.rslides_tabs li.rslides_here a {
    color: #000;
}

.rslides-box .title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-indent: 10px;
    background: rgba(0, 0, 0, 0.3);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
    color: #FFF;
    overflow: hidden;
}

.community-news-list {
    float: right;
    width: 340px;
    font-family: "Microsoft YaHei";
    line-height: 1.5;
    background: #FFF;
    padding-left: 20px;
}

.community-news-list a {
    color: #666666;
}

.community-news-list .community-news-title {
    height: 34px;
    padding-top: 6px;
}

.community-news-list .community-news-title a {
    font-size: 18px;
    color: #F60;
    font-weight: normal;
}

.community-news-p {
    padding-bottom: 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}

.community-news-list li a {
    line-height: 26px;
    display: block;
    height: 26px;
}

.dotted {
    font-size: 28px;
    vertical-align: middle;
    line-height: 26px;
    display: block;
    float: left;
    padding-right: 5px;
}


/*创意社区新版end*/


/*文字限制在一行显示*/

.r-plate-new .r-plate-bottom .plate-name,
.r-plate-new .r-plate-bottom .plate-say {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/*文字限制在一行显示*/

.friends-link-warp {
    overflow: hidden;
    padding: 10px 0;
}

.footer-main-right {
    float: right;
}

.footer-main-right .m-weibo {
    right: 150px;
    top: 110px;
}


/*==首页导航修改==*/

.downlist {
    margin: 0 20px;
    padding: 8px 0 8px 35px;
    background-repeat: no-repeat;
    background-position: 5px center;
    text-align: left;
    line-height: 1;
}

.downlist.msg-center {
    padding: 12px 0 12px 35px;
    background-image: url(../../images/index/msgcenter.png);
    border-bottom: 1px solid #313243;
}

.downlist.down-user-name {
    padding-top: 12px;
    background-image: url(../../images/index/mymain.png);
    background-position: 5px 11px;
}

.downlist.myworkspace {
    background-image: url(../../images/index/myworkspace.png);
}

.downlist.mydiscount {
    background-image: url(../../images/index/mydiscount.png);
}

.downlist.myrender {
    background-image: url(../../images/index/myrender.png);
}

.downlist.myfinance {
    padding-bottom: 12px;
    background-image: url(../../images/index/myfinance.png);
    background-position: 5px 7px;
}

.downlist.exit {
    padding: 12px 0 0 35px;
    background-image: url(../../images/index/exit.png);
    background-position: 5px bottom;
    border-top: 1px solid #313243;
}

.signBtn-box .signBtn.gray {
    color: #ccc;
}

.m-header-top-down .app-ul {
    line-height: 1;
}

.onlyandroid {
    margin-top: 5px;
}

.m-warp .nav-down {
    text-align: center;
}


/*==/首页导航修改==*/


/*==导航页面修改==*/

.nolink {
    cursor: default;
}


/*==/导航页面修改==*/


/*=========creation========*/

.creation-box {
    height: 680px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom:15px;
}

.creation-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}

.creation-bg img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-filter: blur(20px);
    /* Chrome, Opera */
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius=10, MakeShadow=false);
}

.creation-bg img.ie-bg {
    height: 680px;
}

.creation-bg .gauss-bg {
    background: url("../../images/index/gauss.png") repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.slideInner {
    overflow: hidden;
    width: 1000px;
    margin-top: -30px;
}

.slideInner-box {
    overflow: hidden;
    width: 5000px;
    height: 258px;
    position: relative;
    padding-top: 30px;
}

.slideInner-box img {
    width: 238px;
    height: 238px;
}

.creation-box-center {
    text-align: center;
    position: relative;
    z-index: 3;
    color: #FFF;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    padding: 60px 0 30px 0;
}

.creation-box-center .info-t {
    font-size: 32px;
    font-weight: 100;
    line-height: 1;
    color: #F60;
    margin-bottom: 28px;
}

.creation-box-center .info-t a{
    color:#f60;
}
.white-line {
    border-bottom: 2px solid #FFF;
    padding-bottom: 6px;
}

.creation-box-link {
    overflow: hidden;
    position: relative;
}

.creation-box-link li {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 42px;
}

.creation-box-link li a {
    display: inline-block;
    width: 85px;
    color: #FFF;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

.creation-box-link li a .icon-85 {
    width: 85px;
    height: 85px;
    display: block;
    background-color: #f6f4e2;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 1px solid #FFF;
}

.creation-box-link li a .icon-85.icon-xiangmu {
    background-image: url(../../images/index/xiangmu.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.creation-box-link li a .icon-85.icon-yunpan {
    background-image: url(../../images/index/yunpan.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.creation-box-link li a .icon-85.icon-yunhuiyi {
    background-image: url(../../images/index/yunhuiyi.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.creation-box-link li a .icon-85.icon-yingyong {
    background-image: url(../../images/index/yingyong.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.creation-box-link li a:hover {
    color: #FFF;
}

.creation-box-link li a:hover .icon-85 {
    background-color: #fdfcf9;
}

.create-link-btn {
    width: 98px;
    height: 28px;
    border-radius: 14px;
    border: 1px solid #cbc2ba;
    display: block;
    float: right;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft Yahei";
    color: #FFF;
    margin-top: 28px;
}

.create-link-btn:hover {
    background-color: #cbc2ba;
    color: #FFF;
}

.slideInner-box li {
    position: relative;
    display: block;
    width: 238px;
    height: 238px;
    float: left;
    margin: 0 6px;
}

.slideInner-box li a {
    display: block;
    height: 238px;
    position: relative;
}

.slideInner-box li.active a {
    border-bottom: 4px solid #19cdd9;
}

.slideInner-box .slideInner-table {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    display:none\0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.3s ease;
    /* Safari 和 Chrome */
    -o-transition: all 0.3s ease;
}

.slideInner-box .slideInner-table .black-bg {
    background-image: url("../../images/index/black-bg.png");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
}

.slideInner-box .slideInner-table .head-26 {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 3px;
}

.slideInner-box .slideInner-table .table-cell {
    width: 238px;
    height: 238px;
    position: relative;
}

.slideInner-box .slideInner-table .head-name {
    max-width: 158px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 3px;
}

.vso-label {
    height: 18px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 9px;
    color: #FFF;
    text-align: center;
    line-height: 18px;
}

.vso-label.label-red {
    background-color: #fa5050;
}

.vso-label.label-purple {
    background-color: #be2df4;
}

.vso-label.label-yellow {
    background-color: #f4bb0b;
}

.vso-label.label-blue {
    background-color: #52bef6;
}

.slideInner-box a:hover .slideInner-table {
    color: #FFF;
    filter: alpha(opacity=100);
    opacity: 1;
    display:block\0;
}

.info-btn {
    display: inline-block;
    padding-top: 32px;
}

.info-btn li {
    float: left;
    margin-right: 10px;
}

.info-btn li span {
    width: 14px;
    height: 14px;
    display: block;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    border-radius: 50%;
    cursor: pointer;
}

.info-btn li.info-cur span {
    color: #000;
    background-color: #FFF;
}

.slides {
    margin-left: -6px;
}


/*========/creation=========*/


/*==============vso-footer  xdji0827================*/

.vso-footer {
    margin-top: 40px;
    font-family: "Microsoft YaHei";
    width: 100%;
    height: auto;
    background: #22222e;
}

.vso-footer-wrap {
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

.vso-footer-main {
    height: 361px;
    padding-top: 37px;
}

.vso-footer-main-left {
    width: 260px;
    height: 360px;
    float: left;
}

.top-arrow {
    position: relative;
    z-index: 2;
    left: 260px;
    top: -41px;
}

.vso-main-left-top {
    font-size: 16px;
    color: #dbdbdb;
}

.vso-main-left-top div {
    float: right;
    margin-right: 8px;
}

.vso-main-left-top div img {
    margin-left: 5px;
    cursor: pointer;
}

.vso-city-box {
    margin-top: 18px;
}

.vso-city {
    height: 260px;
    height: 60px;
    font-size: 18px;
    color: #dad5cf;
    cursor: pointer;
}

.vso-city .top-arrow {
    display: none;
}

.vso-szhou {
    color: #f60;
    cursor: pointer;
    background-color: #151527;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.vso-szhou .top-arrow {
    display: block;
}

.vso-szhou .vso-szhou-con-other {
    border-bottom-color: #22222e;
}

.vso-footer-bbn .vso-szhou-con-other {
    border-bottom-color: #22222e;
}

.vso-szhou-con {
    width: 210px;
    margin: 0 auto;
    padding-top: 22px;
    padding-left: 14px;
}

.vso-szhou-con-other {
    width: 210px;
    margin: 0 auto;
    padding-top: 22px;
    padding-left: 14px;
    border-bottom: 1px solid #323242;
    padding-bottom: 18px;
}

.vso-area {
    font-family: "Arial";
    font-size: 12px;
    float: right;
    margin-right: 12px;
}

.vso-footer-main-middle {
    height: 360px;
    width: 375px;
    float: left;
}

.vso-main-middle-box {
    height: 300px;
    width: 374px;
    background-color: #151527;
    margin-top: 18px;
    color: #c7bfba;
    margin-left: 8px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    position: relative;
}

.vso-coor-name {
    font-size: 14px;
    margin-left: 24px;
    padding-top: 21px;
}

.vso-contact-way {
    font-size: 12px;
    margin-left: 24px;
    margin-top: 15px;
    line-height: 22px;
}

.service-qq {
    text-decoration: underline;
}

.vso-tel {
    font-size: 12px;
}

.vso-contact-area {
    font-size: 12px;
    margin-left: 24px;
    line-height: 22px;
}

.vso-offical-wx {
    float: left;
}

.vso-offical-swx {
    width: 160px;
}

.vso-offical-wb {
    float: left;
    margin-left: 25px;
}

.vso-wechat-txt {
    display: block;
    position: relative;
    top: -2px;
    text-align: center;
}

.vso-code {
    position: absolute;
    left: 24px;
    top: 195px;
}

.vso-code img {
    width: 80px;
    height: 80px;
}

.vso-main-contact {
    margin-left: 23px;
}

.vso-footer-main-right {
    float: right;
    position: relative;
}

.vso-main-links {
    margin-left: 5px;
}

.turn-page-left,
.turn-page-right {
    width: 21px;
    height: 21px;
    cursor: pointer;
    position: absolute;
    top: 4px;
}

.turn-page-left {
    background: url("../../images/index/footer_arrow06.png") no-repeat;
    right: 0;
}

.turn-page-left:hover {
    background: url("../../images/index/footer_arrow03.png") no-repeat;
}

.turn-page-right {
    background: url("../../images/index/footer_arrow02.png") no-repeat;
    right: 30px;
}

.turn-page-right:hover {
    background: url("../../images/index/footer_arrow05.png") no-repeat;
}

.turn-page {
    width: 335px;
    overflow: hidden;
}

.turn-page-con {
    width: 1005px;
    overflow: hidden;
}

.turn-page-con li {
    float: left;
    width: 335px;
    height: 182px;
}

.link-first-top {
    margin-top: 13px;
}

.link-first a {
    color: #474753;
    background-color: #151527;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    float: left;
    margin: 2px;
}

.link-first a:hover {
    color: #c7bfba;
}

.coor-partner {
    color: #dbdbdb;
    font-size: 16px;
    margin-top: 22px;
    margin-left: 5px;
}

.parter-logo {
    margin-top: 21px;
}

.parter-logo img {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    margin-left: 8px;
}

.vso-contact-way .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../../images/index/connect-icon.png) no-repeat 0 -222px;
    margin-right: 7px;
}

.vso-contact-way .qq {
    background-position: 0 -38px;
}

.vso-contact-way .weibo {
    background-position: 0 -106px;
}

.vso-contact-way .weibo2 {
    width: 15px;
    height: 16px;
    background: url("../../images/index/spriter.png") no-repeat -34px -113px;
    margin-left: 10px;
}


/*==============/vso-footer  xdji0827================*/


/*==================/css第一屏轮播图===========================*/

img {
    border: none;
}

#outerslider {
    width: 1000px;
    margin: 0 auto;
}

#slidercontainer {
    position: relative;
    height: 677px;
}

.box_skitter_large {
    width: 100%;
    height: 677px;
}

.box_skitter {
    position: relative;
}

.box_skitter ul {
/*
    display: none;
*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 677px;
}

.box_skitter ul li {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
/*
    border: solid 5px #ff9900;
*/
}

.box_skitter .container_skitter {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.box_skitter .image {
    overflow: hidden;
}

.box_skitter .image img {
    display: none;
    position: absolute;
    left: 50%;
}

.box_clone_box {
    position: absolute;
    left: 50%;
}

.box_skitter .box_clone {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    overflow: hidden;
    display: none;
    z-index: 20;
}

.box_skitter .box_clone img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 20;
}

.box_skitter .prev_button {
    position: absolute;
    top: 50%;
    left: 30px;
    z-index: 100;
    width: 49px;
    height: 49px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../../images/index/prev.png) no-repeat left top;
    opacity: 1!important;
}

.box_skitter .prev_button:hover {
    background-position: 0 -49px !important;
}

.box_skitter .next_button {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 100;
    width: 49px;
    height: 49px;
    overflow: hidden;
    text-indent: -9999em;
    margin-top: -25px;
    background: url(../../images/index/next.png) no-repeat left top;
    opacity: 1!important;
}

.box_skitter .next_button:hover {
    background-position: 0 -49px !important;
}

.box_skitter .info_slide {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 100;
    color: #fff;
    font: bold 11px arial;
    padding: 5px 0 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0.75;
}

.box_skitter .info_slide .image_number {
    background: #333;
    float: left;
    padding: 4px 10px;
    margin: 0 5px 0 0;
    cursor: pointer;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.box_skitter .info_slide .image_number_select {
    background: #dc6a4d;
    float: left;
    padding: 4px 10px;
    margin: 0 5px 0 0;
}

.box_skitter .container_thumbs {
    position: relative;
    overflow: hidden;
    height: 50px;
}

.box_skitter .info_slide_thumb {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    overflow: hidden;
    height: 45px;
    top: auto;
    bottom: -5px;
    left: -5px;
    padding: 5px;
    opacity: 1.0;
}

.box_skitter .info_slide_thumb .image_number {
    overflow: hidden;
    width: 70px;
    height: 40px;
    position: relative;
}

.box_skitter .info_slide_thumb .image_number img {
    position: absolute;
    top: -50px;
    left: -50px
}

.box_skitter .box_scroll_thumbs {
    padding: 0 10px;
}

.box_skitter .box_scroll_thumbs .scroll_thumbs {
    position: absolute;
    bottom: 60px;
    left: 50px;
    background: #ccc;
    background: -moz-linear-gradient(-90deg, #555, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
    width: 200px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999em;
    z-index: 101;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    border: 1px solid #333;
}

.box_skitter .info_slide_dots {
    position: absolute;
    bottom: 30px;
    z-index: 151;
    padding: 5px 0 5px 5px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.box_skitter .info_slide_dots .image_number {
    background: #333;
    float: left;
    margin: 0 5px 0 0;
    cursor: pointer;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    text-indent: -9999em;
    overflow: hidden;
}

.box_skitter .info_slide_dots .image_number_select {
    background: #dc6a4d;
    float: left;
    margin: 0 5px 0 0;
}

.box_skitter .label_skitter {
    z-index: 150;
    position: absolute;
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 10000;
    margin: -16px -16px;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    background: url(../../images/index/ajax-loader.gif) no-repeat left top;
    width: 32px;
    height: 32px;
}


/*==================/css第一屏轮播图===========================*/
.m-task-style{
    background-color:#e4e4e4;
    overflow: hidden;
    margin-top:10px;
}

.m-task-style li{

    float: left;

    margin-left: -1px;
    margin-top: -1px;
    width: 250px;
    overflow: hidden;

}
.m-task-style li a{
    border: 1px solid #cecece;
    border-bottom: none;
    display: block;
    width: 250px;
    height: 70px;
    font-size: 16px;
    color: #333;
    line-height: 70px;
    text-align: center;
}
.m-task-style li a span{
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
    height: 24px;
    line-height: 24px;
    position: relative;
    top: 2px;
    text-align: left;
    white-space: nowrap;
}
.m-task-style li a span i{
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    border-bottom: 1px solid #e4e4e4;
    height: 24px;
    line-height: 24px;
}
.m-task-style li a:hover span i{
    color: #ff6500;
    border-bottom-color:#ff6500;
}
.m-task-style .m-icon-24{
    height: 28px;
    background: url("../../images/index/icon-task-all.png?v=2") no-repeat;
    margin-right: 8px;
}
.m-task-style li a:hover .m-icon-24{
    background: url("../../images/index/icon-task-all-hover.png?v=1") no-repeat;
}
.m-task-style .m-icon-24.m-icon-24-film,.m-task-style li a:hover .m-icon-24.m-icon-24-film{
    background-position: 0px 0px;
}
.m-task-style .m-icon-24.m-icon-24-animation,.m-task-style li a:hover .m-icon-24.m-icon-24-animation{
    background-position: 0px -38px;
}
.m-task-style .m-icon-24.m-icon-24-game,.m-task-style li a:hover .m-icon-24.m-icon-24-game{
    background-position: 0px -76px;
}
.m-task-style .m-icon-24.m-icon-24-build,.m-task-style li a:hover .m-icon-24.m-icon-24-build{
    background-position: 0px -114px;
}
.m-task-style .m-icon-24.m-icon-24-i-design,.m-task-style li a:hover .m-icon-24.m-icon-24-i-design{
    background-position:  0px -152px;
}
.m-task-style .m-icon-24.m-icon-24-c-design,.m-task-style li a:hover .m-icon-24.m-icon-24-c-design{
    background-position: 0px -266px;
}
.m-task-style .m-icon-24.m-icon-24-develop,.m-task-style li a:hover .m-icon-24.m-icon-24-develop{
    background-position: 0px -228px;
}
.m-task-style .m-icon-24.m-icon-24-allstyle,.m-task-style li a:hover .m-icon-24.m-icon-24-allstyle{
    background-position: 0px -190px;
}
.m-task-style .m-icon-24.m-icon-24-pic,.m-task-style li a:hover .m-icon-24.m-icon-24-pic{
    background-position: 0px -307px;
}
.m-task-style .m-icon-24.m-icon-24-dimention,.m-task-style li a:hover .m-icon-24.m-icon-24-dimention{
    background-position: 0px -350px;
}
.m-task-dl-box{
    margin: 0 -5px;
    padding-top: 28px;
}
.m-task-dl{
    width: 242px;
    float: left;
    background-color: #FFF;
    font-family: "Microsoft Yahei";
    margin: 0 5px 10px 5px;

}
.m-task-dl dt img{
    width: 242px;
    height: 150px;
    display: block;
}
.m-task-dl dd{    
    padding: 0 12px;
    line-height: 1;
}
.m-task-dl dd.m-task-dl-name{
    font-size: 14px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:12px;
}
.m-task-dl dd.m-task-dl-name a{
    color: #7f889b;
}
.m-task-dl-style {
    text-align: right;
    color: #969696;
}
.m-task-dl-style span{
    color: #ff6600;
    font-size: 14px;
    float: left;
}
.m-task-dl dd.m-task-dl-time{
    text-align: right;
    color: #aaaaaa;
    padding: 13px 12px 14px 12px;
}
.m-icon-16{
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}
.m-icon-16.m-icon-16-time{
     background: url("../../images/index/icon-16-time.png") no-repeat center center;
     position: relative;
     margin-right: 2px;
     top: -1px;
}

.m-hall .m-hall-title a .m-hall-title-link{
    color: #888888;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: 4px;
}
.m-icon-16.m-icon-home-right{
     background: url("../../images/index/icon-16-home-right.png") no-repeat center center;
     position: relative;
     top: -1px;
}
.m-hall-search.search-right{
    float: right;
    top: 3px;
}
.btn-orange.search-right  {
    float: right;
    top: 3px;
    position: relative;
    font-weight: 100;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
}
.m-hall-pager-simple{
    text-align: right;
}
.m-hall-pager-simple a{
    margin: 0;
    display: inline-block;
}
.m-hall-pager-simple a .m-iconfont{
    border-radius: 3px;
    padding: 8px 7px;
}
.m-hall .m-hall-search input{
    float: left;
    padding-left: 5px;
}
.m-hall .m-hall-search .m-icon-search{
    left: auto;
    right: 0;
}

/*==render farm(20160107)==*/
.new-xuan-banner
{
    position: relative;
    margin: 13px auto 0 auto;
    width: 1000px;
    height: 320px;
    box-sizing: border-box;
}
.new-xuan-banner-leftintro
{
    position: absolute;
    top: 100px;
    left: 90px;
    max-width: 550px;
    line-height: 1;
    z-index: 10;
}
.new-xuan-banner-leftintro .new-leftintro-title
{
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    text-shadow: 3px 3px 5px #1a171c;
}
.new-leftintro-title span{
    margin: 0 5px;
    font-size: 30px;
    color: #f5cb18;
}
.new-xuan-banner-leftintro .new-leftintro-subtitle
{
    margin-top: 10px;
    font-size: 12px;
    color: #fff;
}
.new-leftintro-subtitle span
{
    margin-left: 7px;
    font-size: 18px;
    font-weight: bold;
}
.new-xuan-banner-leftintro .new-leftintro-link
{
    margin-top: 28px;
}
.new-leftintro-link a
{
    display: inline-block;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
    line-height: 40px;
    color: #604f4f;
    background: #f3c615;
    background: -moz-linear-gradient(top,  #ffe625 0%, #e5a303 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffe625), color-stop(100%,#e5a303));
    background: -webkit-linear-gradient(top,  #ffe625 0%,#e5a303 100%);
    background: -o-linear-gradient(top,  #ffe625 0%,#e5a303 100%);
    background: -ms-linear-gradient(top,  #ffe625 0%,#e5a303 100%);
    background: linear-gradient(to bottom,  #ffe625 0%,#e5a303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe625', endColorstr='#e5a303',GradientType=0 );
    border-radius: 5px;
}
.new-m-contact
{
    display: table;
    width: 200px;
    height: 320px;
    background: none;
}
.new-xuan-rightbg
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 0;
}
.new-m-app
{
    display: table-cell;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    vertical-align: middle;
}
.new-m-app .new-app-title
{
    /*margin-top: 20px;*/
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}
.new-m-app .new-qrcode
{
    margin-top: 8px;
    width: 140px;
    height: 140px;
}
.new-m-app .new-qrcode img
{
    vertical-align: top;
    width: 140px;
    height: 140px;
}
.new-m-app .new-app-download
{
    margin-bottom: 3px;
}
.xuan-app
{
    display: block;
    padding-top: 5px;
    padding-left: 35px;
    width: 140px;
    box-sizing: border-box;
}
.xuan-app span,
.xuan-app .download-app,
.xuan-app .distribute-time
{
    margin: 0;
}
.xuan-app .distribute-time
{
    margin-top: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .xuan-app .distribute-time {
        margin-left: -15px;
        width: 130px;
    }
}
.xuan-app.iphone-app
{
    background-position: 10px 10px;
}
.xuan-app.android-app
{
    background-position: -191px 10px;
}

.new-m-castlist ul li
{
    width: 240px;
    margin: 0 5px;
}
.new-m-castlist ul li .new-m-caseintro
{
    height: 95px;
    box-sizing: border-box;
}
.new-m-castlist ul li a img
{
    vertical-align: top;
}
.new-m-castlist ul li .new-m-caseintro
{
    padding: 15px;
}
.new-m-castlist ul li .new-m-casename
{
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.new-m-castlist ul li .new-m-casepara
{
    word-wrap: break-word;
    word-break: break-all;
}
.new-m-castlist ul li a .new-m-case-year
{
    font-size: 12px;
}
.new-m-castlist ul li a .new-m-case-bask
{
    border-left: 70px solid transparent;
    border-top: 70px solid #fff;
}
.new-m-castlist ul li a:hover .new-m-case-bask
{
    border-top: 70px solid #f60;
}
.new-m-castlist ul li a.new-m-castlist-more
{
    padding: 58px;
    width: 240px;
    height: 249px;
    box-sizing: border-box;
}
.cast-word-box
{
    width: 60px;
    height: 64px;
    font-size: 28px;
    line-height: 64px;
}
.new-m-prev,
.new-m-next
{
    width: 60px;
}
.new-m-prev
{
    background-position: 20px 110px;
}
.new-m-next
{
    background-position: -160px 110px;
}
.recommend-plate .r-plate-new a
{
    display: inline-block;
}
.recommend-plate .r-plate-new a img
{
    vertical-align: top;
}
.recommend-plate .r-plate-bottom
{
    background-color: #fff;
    border-top: 1px solid #ccc;
}
/*==/render farm(20160107)==*/

/*==new shop hall==*/
.m-task-style.m-shop-style
{
    height: 70px;
}
.m-task-dl-box .shop-goodlist,
.m-task-dl-box .shop-goodlist *
{
    box-sizing: border-box;
}
.m-task-dl-box .shop-goodlist li {
    float: left;
    padding: 5px;
    width: 252px;
    color: #888a8c;
}

.m-task-dl-box .shop-goodlist .shop-goodlist-imgwrap {
    position: relative;
}

.m-task-dl-box .shop-goodlist-imgwrap a
{
    display: block;
}

.m-task-dl-box .shop-goodlist .shop-goodlist-imgbox {
    position: relative;
    width: 243px;
    height: 156px;
    overflow: hidden;
    z-index: 1;
}

.m-task-dl-box .shop-goodlist-imgbox img {
    width: 242px;
    height: 156px;
    vertical-align: top;
}
.m-task-dl-box .shop-goodlist-imgbox .shop-goodlist-videobg
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    opacity: 0.1;
    filter: alpha(opacity=10);
    z-index: 1;
}
.m-task-dl-box .shop-goodlist-imgbox .shop-goodlist-videoicon
{
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    width: 120px;
    height: 120px;
    background-image: url(http://rc.vsochina.com/images/rc/jplayer/icon-120-play.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
}

.m-task-dl-box .shop-goodlist-intro {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 16px;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}

.m-task-dl-box .shop-goodlist-title {
    float: left;
    padding-left: 10px;
    width: 165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-task-dl-box .shop-goodlist-title a {
    color: #888a8c;
}

.m-task-dl-box .shop-goodlist-hot {
    float: right;
    padding-right: 10px;
    width: 70px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-task-dl-box .shop-goodlist-hot .icon-fire {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpjMGZiZDBlOC03YTVhLTBkNGEtOGI5NC1lMTBjYTBhYTJlNTgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjQ2RDA1QUFEREM2MTFFNUE3RkFEMUJBNDU5RTNFNDkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjQ2RDA1QTlEREM2MTFFNUE3RkFEMUJBNDU5RTNFNDkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpiZGJiN2EzNC0xOTZiLTY2NDktOGZlYS1kMGFhYTNjNzQ5ZTQiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo4OWU4MDg5MC1kOTQ3LTExZTUtODViYy1mMzBjODRkNTRmZTMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Ct92pAAABGUlEQVR42mL4//8/A17cItUAxCq45JkYCAM5IN7D0CotjE2SGAPkoXgWNklGkDMwQKu0ApB8D8SfgfglEItAZdwZqp/uQlbKgsNWfSAWBOJ7SJpBoA6IdxHjhSQg1gHiIjRxa6DrdPC7oFXaG0j6AfFlINbFYngIEF/B7oJWaX4gOQfK08XhOnt8XsgCYgkk/lUgPoimRgefASFI7K1AbAkNUGQggs8APSj9AoijgJgPiAXwJRJ0A2CBugAY35+A9HMgfoCm5gk+A2CK74DJ6qf/gGQ4EH9HUrMfnwFrobQaXKT66SkgGY+kZhI+A1qB+DYQBwGjlBFJfC+UrgUaeAa3AdVPQenfApz7UGMElLCigfIt6IEIEGAAK8xjq4DQMVEAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: top;
}
/*==/new shop hall==*/
#community_hall .btn-middle{
    text-align: center;
    display: inline-block;
    padding: 0 10px 0 13px;
    width: 45px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    font-family: "Microsoft YaHei";
    font-weight:normal;
}
.m-hall-class-lst-new{
    position: absolute;
    width: 66px;
    border: 1px solid #d8d8d8;
    background:#FFF;
    border-width:0 1px 1px 1px;
    border-radius: 0 0 3px 3px;
    z-index:9;
    display:none;
}
.m-hall-class-lst-new li a{
    display:block;
    height:26px;
    line-height:26px;
    color:#333;
    text-align: center;
    font-family: "Microsoft YaHei";
}
.m-hall-class-lst-new li.active{
    display:none;
}
.m-hall-class-lst-new li a:hover,.m-hall-class-lst-new li.active a{
    background-color:#f4f4f4;
}

.top26{
    position: relative;
    top: 4px;
}
/*新版头部*/
.m-banner-img{
    max-height:590px;
    min-height:590px;
}
.m-banner{
    height: 590px;
}
.m-banner .m-banner-pager{
    height: auto;
    width: 100%;
    position: absolute;
    width: 100%;
    bottom: 28px;
    text-align: center;
    z-index: 1001;
}
.m-banner-pager .hd{
    height: auto;
    white-space: nowrap;
}
.m-banner-pager .hd li{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #4d4152;
    color: #4d4152;
    margin: 0 4px;
    overflow: hidden;
    cursor: pointer;
}
.m-banner-pager .hd li.cur{
    background-color: #ff6603;
    color: #ff6603;
}
.community-news.m-headline h2.m-headline-caption a{
    font-size:32px;
}
.community-news.m-headline .m-more{
    padding-top:17px;
}
/* wanbing */
.btn-white{
    margin-left:10px;
    color: #ff6500;
    background: #f0f0f0;
    border: 1px solid #ff6500;

}
.btn-white.search-right {
    float: right;
    top: 3px;
    position: relative;
    font-weight: 100;
    height: 28px;
    padding: 0 14px;
    line-height: 28px;
    font-family: "Microsoft YaHei";
}
.m-create-dl-box {
    margin: 0 -5px;
    padding-top: 28px;
}
.m-create-dl {
    width: 242px;
    float: left;
    background-color: #FFF;
    font-family: "Microsoft Yahei";
    margin: 0 5px 10px 5px;
}
.m-create-dl dd.m-create-dl-name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 17px 11px 12px 11px;
}
.m-create-dl dd {
    height: 15px;
    padding: 0 14px 16px 14px;
    line-height: 1;
}
.m-task-dl dd.m-create-dl-name a {
    color: #333;
    font-size: 14px;
}
.m-task-dl-style .m-create-grey{
    text-align: left;
    color: #aaa;
    font-size:12px;
}
.m-task-dl dd.m-task-dl-time-left{
    text-align: left;
    padding-top:0;
}
.m-create-icon-24{
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
        margin-right: 8px;
}
.m-task-style .m-icon-24-xuni {
    height: 22px;
    background: url("../../images/index/icon-creation-xuni.png") no-repeat;
}
.m-task-style li a:hover .m-icon-24-xuni {
    height: 22px;
    background: url("../../images/index/icon-creation-xuni-hover.png") no-repeat;
}
.m-task-style .m-icon-24-yunpan {
    height: 17px;
    background: url("../../images/index/icon-creation-yunpan.png") no-repeat;
}
.m-task-style li a:hover .m-icon-24-yunpan {
    height: 17px;
    background: url("../../images/index/icon-creation-yunpan-hover.png") no-repeat;
}
.m-task-style .m-icon-24-cloudmeeting {
    height: 17px;
    background: url("../../images/index/icon-creation-cloudmeeting.png") no-repeat;
}
.m-task-style li a:hover .m-icon-24-cloudmeeting {
    height: 17px;
    background: url("../../images/index/icon-creation-cloudmeeting-hover.png") no-repeat;
}
.m-task-style .m-icon-24-app {
    height: 17px;
    background: url("../../images/index/icon-creation-app.png") no-repeat;
}
.m-task-style li a:hover .m-icon-24-app {
    height: 17px;
    background: url("../../images/index/icon-creation-app-hover.png") no-repeat;
}
/*new footer*/
.footer-new-1{
    width: 203px;
    height: 170px;
    border-right: 1px solid #353547;
    overflow:hidden;
    color:#606078;
    text-align: center;
}
.footer-new-2{
    width: 236px;
    height: 120px;
    border-right: 1px solid #353547;
     overflow:hidden;
     color:#606078;
}
.footer-new-2 a{
     color:#606078;
}
.footer-new-3{
    width: 195px;
    height: 170px;
    border-right: 1px solid #353547;
     overflow:hidden;
}
.vso-footer-main{
    height:auto;
    padding:40px 0 30px 0;
}
.parter-logo{
    margin-top:10px;
    text-align: center;
}
.parter-logo img {
    width: 60px;
    height: 60px;
    border-radius: 2px;
    margin:7px 8px;
}
.vso-main-left-top{
    text-indent:30px;
}
.vso-footer-main-right{
    width:362px;
}
.turn-page{
    margin-left:27px;
}
.footer-block{
    display:block;
    height:15px;
    width:79px;
    float:left;
}
.vso-contact-way{
    font-size: 12px;
    margin-left: 30px;
    margin-top: 5px;
    line-height: 20px;
}
.vso-contact-way-box{
    padding-top: 8px;
}
.footer-new-1 .font20{
    color:#ff6600;
    font-size:20px;
    line-height: 34px;
}
.footer-new-1 .font14{
    color:#606078;
    font-size:14px;
    padding-bottom:18px;
}
.vso-contact-way .weibo{
    background: url(../../images/index/icon-weibo.png) no-repeat 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
.footer-new-4{
    font-size: 14px;
    color: #5c5c73;
    line-height: 1;
    padding-top: 8px;
}
.footer-new-4 .footer-block{
    display: inline-block;
    float: none;
    width:45px;
}
/*/new footer*/
/*wanbing 2016/9/14 首页调整*/
.m-task-style.m-task-list5 li{
    width: 200px;
}
.m-task-style.m-task-list5 li a{
    width: 200px;
}
.m-task-style .m-icon-24-community {
    height: 17px;
    background: url("../../images/index/icon-creation-community.png") no-repeat;
}
.m-task-style li a:hover .m-icon-24-community {
    height: 17px;
    background: url("../../images/index/icon-creation-community-hover.png") no-repeat;
}
.creation-special-box{
    position: relative;
    width: 300px;
    height: 110px;
    margin-bottom: 4px;
}
.creation-special-box a{
    display: block;
    width: 300px;
    height: 110px;
    overflow: hidden;
}
.creation-special-box img{
    width: 100%;
}
.creation-special-name{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0 10px;
    width: 100%;
    height: 28px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
/* 新版头部  wanbing */
.m-header-fixed .login-after{
    padding: 0;
}
.login-after .m-header-top-down-bg {
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #282828;
    opacity: 70;
    filter: alpha(opacity=7000);
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -webkit-opacity: 0.70;
    opacity: 0.70;
    z-index: -1;
}
.site-header-www #tusername {
    color: #ff851b;
}
.m-header-fixed .m-header-fixed-bg{
    background: #848484;
}
.login-before a{
    color: #fff;
}
.login-before.web-nav{
    display: block;
    margin-left: 15px;
}
.m-header-fixed .login-before {
    margin-right:18px;
}
.m-header-fixed .login-after{
    margin-right:0;
}
.login-before.web-nav a：hover{
    color: #ff851b;
}
.suspend_tusername {
    max-width: 70px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    color: #ff851b;;
}
.headinfo .site-header-triangle-up{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 5px solid #fff;
    border-top: 0 solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
/* 悬浮下拉菜单 */

.login_after .headinfo {
    width: 120px;
}
.m-header-top-down .site-header-otherul{
    top: 0;
}
.m-header-top-down .site-header-listbg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #282828;
    opacity: 70;
    filter: alpha(opacity=7000);
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -webkit-opacity: 0.70;
    opacity: 0.70;
    z-index: -1;
}
.m-header-top-down {
    display: none;
}
.m-header-top-down .site-header-otherul{
    display: none;
}
.site-header-black .site-header-drop ul.site-header-otherul{
    left:0;
}
div.site-header-upper{
    width:100%;
    position:absolute;
    border:none;
    background-color:transparent;
}
.site-header-black div.site-header-bg{
    background-color:#4b4b4b;
}
.site-header-black.site-header-upper a{
    text-decoration:none;
}
.site-header-black .site-header-otherul li a:active,.site-header-black .site-header-otherul li a:visited{
    text-decoration:none;
}
ul.site-header-otherul{
    background-color:rgba(75,75,75,.45);
    box-shadow:none;
}
.m-header-fixed div.m-header-fixed-bg{
    background-color:#22222e;
}
.login_after:hover .site-header-triangle-up {
    width: 0;
    height: 0;
    border-top: 5px solid #ff851b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.login_after:hover .m-header-top-down-bg,.login_after:hover .m-header-top-down,.login_after:hover .site-header-otherul{
    display: block;
}
.m-header-top-down .site-header-otherul li a:hover {
    color: #ff851b;
}
.m-header-top-down .site-header-otherul li a {
    color: #fff;
}
