@charset "utf-8";

.g-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999
}

.focus-container {
    position: relative;
    overflow: hidden
}

.focus-wrapper {
    position: absolute;
    top: 0;
    left: 0
}

.focus-wrapper:before, .focus-wrapper:after {
    content: " ";
    display: table
}

.focus-wrapper:after {
    clear: both
}

.focus-slide {
    float: left
}

.focus-next, .focus-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

.focus-prev {
    left: 0
}

.focus-next {
    right: 0
}

.focus-pagination {
    position: absolute;
    width: 100%;
    overflow: hidden;
    font-size: 0;
    text-align: center
}

.focus-pagination a {
    display: inline-block
}

.g-footer {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #eee
}

.g-footer .g-ststem {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.g-footer .g-copyright {
    width: 100%;
    height: 40px;
    margin-top: 24px;
    background-color: #1c1c1c
}

.g-footer .copyright-panel {
    width: 1160px;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.g-footer .copyright-panel:before, .g-footer .copyright-panel:after {
    content: " ";
    display: table
}

.g-footer .copyright-panel:after {
    clear: both
}

.g-footer .copyright-panel .g-copyright-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    color: #ddd
}

.g-footer .copyright-panel .g-copyright-left {
    width: 310px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_line.png?__sprite) no-repeat right 15px
}

.g-footer .copyright-panel .g-copyright-center {
    width: 670px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_line.png?__sprite) no-repeat right 15px
}

.g-footer .copyright-panel .g-copyright-right {
    width: 180px
}

.aside-panel {
    float: right;
    width: 300px;
    height: 100%;
    background-color: #fafafa
}

.sider-bar {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 700
}

.sider-bar .app {
    width: 60px
}

.sider-bar .app p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #333
}

.sider-bar .app img {
    display: block;
    width: 100%;
    height: 60px
}

.sider-bar .back {
    width: 60px;
    height: 60px;
    margin-top: 12px;
    overflow: hidden;
    background: #fafafa url(//imgs.ebrun.com/master/images/ico_sider_back.png?__sprite) no-repeat center center;
    cursor: pointer
}

.g-sublevel-content {
    position: relative;
    width: 1160px;
    margin: 38px auto 0
}

.g-sublevel-content:before, .g-sublevel-content:after {
    content: " ";
    display: table
}

.g-sublevel-content:after {
    clear: both
}

.g-sublevel-content .g-sublevel-main {
    width: 820px;
    overflow: hidden
}

.g-sublevel-content .g-sublevel-side {
    width: 300px;
    overflow: hidden
}

.g-sublevel-content .g-sublevel-side .aside-panel {
    margin-top: 20px
}

.g-sublevel-content .g-sublevel-side .side-com-title {
    width: 260px;
    margin: 0 auto;
    height: 38px;
    padding-top: 28px
}

.g-sublevel-content .g-sublevel-side .side-com-title:before, .g-sublevel-content .g-sublevel-side .side-com-title:after {
    content: " ";
    display: table
}

.g-sublevel-content .g-sublevel-side .side-com-title:after {
    clear: both
}

.g-sublevel-content .g-sublevel-side .side-com-title h3 {
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #1c1c1c
}

.g-sublevel-content .g-sublevel-side .side-com-title span {
    float: left;
    margin: 4px 0 0 13px;
    font-size: 14px;
    line-height: 14px;
    color: #bbb
}

.g-sublevel-content .g-sublevel-side .side-com-title a {
    float: right;
    width: 13px;
    height: 13px;
    margin-top: 2px;
    background: url(//imgs.ebrun.com/master/images/ico_side2_jia.png?__sprite) center center no-repeat
}

.g-sublevel-content .g-sublevel-side .side-com-title a.side-more-arrow {
    background: url(//imgs.ebrun.com/master/images/ico_side_more2.png?__sprite) center center no-repeat
}

.g-sublevel-content .sublevel-aside-adv {
    padding: 20px 0
}

.g-sublevel-content .sublevel-aside-adv object {
    display: block
}

.g-sublevel-content .sublevel-aside-adv .adv-img {
    position: relative;
    width: 260px;
    height: 90px;
    margin: 0 auto;
    overflow: hidden
}

.g-sublevel-content .sublevel-aside-adv .adv-img a, .g-sublevel-content .sublevel-aside-adv .adv-img img {
    display: block;
    width: 100%;
    height: 100%
}

.g-sublevel-content .sublevel-aside-adv .adv-img .adv-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    cursor: pointer
}

.g-sublevel-content .sublevel-aside-adv .adv-img .adv-text img {
    display: block;
    margin: 0 auto
}

.g-sublevel-content .sublevel-aside-adv .adv-title {
    position: relative;
    width: 260px;
    height: 20px;
    overflow: hidden;
    margin: 11px auto 0;
    padding-left: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    color: #999
}

.g-sublevel-content .sublevel-aside-adv .adv-title:hover {
    color: #1a79ff
}

.g-sublevel-content .sublevel-aside-adv .adv-title:before {
    content: ' ';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    overflow: hidden;
    line-height: 4px;
    background-color: #bbb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.g-sublevel-content .post-panel {
    margin-top: 40px
}

.g-sublevel-content .post-panel .post-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    color: #1c1c1c
}

.sublevel-side-panel .side2-panel .side2-ebrun-num p {
    height: auto;
    max-height: 44px
}

.sublevel-side-panel .side4-panel dd a {
    font-size: 14px
}

.sublevel-side-panel .side6-panel dl {
    padding-bottom: 20px
}

.sublevel-side-panel .side6-panel dl dt {
    margin-bottom: 13px
}

.sublevel-side-panel .side6-panel dl dd {
    padding-top: 12px
}

.sublevel-side-panel .side6-panel dl dd.side6-panel-list {
    padding: 0
}

.sublevel-side-panel .side6-panel dl a {
    font-size: 14px
}

.sublevel-share {
    width: 100px;
    overflow: hidden
}

.sublevel-share li {
    display: block;
    width: 100%;
    height: 68px;
    font-size: 14px;
    line-height: 38px;
    border-top: 1px solid #fafafa
}

.sublevel-share li:before, .sublevel-share li:after {
    content: " ";
    display: table
}

.sublevel-share li:after {
    clear: both
}

.sublevel-share li:nth-of-type(1) {
    border-top: 0 none
}

.sublevel-share li a {
    display: block;
    float: left;
    height: 38px;
    margin-top: 15px;
    padding-left: 60px;
    color: #bbb
}

.sublevel-share li a:hover {
    color: #333 !important
}

.sublevel-share li.weibo a {
    background: url(//imgs.ebrun.com/master/images/ico_system_weibo.png?__sprite) no-repeat left top
}

.sublevel-share li.weibo a:hover {
    background: url(//imgs.ebrun.com/master/images/ico_weibo_hover.png?__sprite) no-repeat left top
}

.sublevel-share li.weixin a {
    background: url(//imgs.ebrun.com/master/images/ico_weixin.png?__sprite) no-repeat left top
}

.sublevel-share li.weixin a:hover {
    background: url(//imgs.ebrun.com/master/images/ico_weixin_hover.png?__sprite) no-repeat left top
}

.sublevel-share li.qzone a {
    background: url(//imgs.ebrun.com/master/images/ico_qzone.png?__sprite) no-repeat left top;
    height: 36px;
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 18px
}

.sublevel-share li.qzone a:hover {
    background: url(//imgs.ebrun.com/master/images/ico_qzone_hover.png?__sprite) no-repeat left top
}

.sublevel-share .bds_more {
    display: block !important;
    float: left !important;
    height: 38px !important;
    margin: 15px 0 0 !important;
    padding: 0 0 0 60px !important;
    font-size: 14px !important;
    line-height: 38px !important;
    color: #bbb !important;
    background: url(//imgs.ebrun.com/master/images/ico_more.png?__sprite) no-repeat left top !important
}

.sublevel-share .bds_more:hover {
    color: #333 !important;
    background: url(//imgs.ebrun.com/master/images/ico_more_hover.png?__sprite) no-repeat left top !important
}

.breadcrumb-navigation {
    height: 34px;
    line-height: 34px
}

.breadcrumb-navigation ul {
    font-size: 0
}

.breadcrumb-navigation li {
    display: inline-block;
    margin: 0 4px;
    font-size: 16px;
    line-height: 34px;
    color: #999
}

.breadcrumb-navigation li a {
    color: #333
}

.breadcrumb-navigation li a:hover {
    color: #1a79ff
}

body {
    padding-top: 40px !important;
    min-width: 1160px
}

.g-top-bar {
    width: 100%;
    height: 40px;
    background-color: #1c1c1c
}

.g-header {
    margin-top: 40px
}

.g-main-panel-body {
    width: 1160px;
    height: 422px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto
}

.g-main-panel-body:before, .g-main-panel-body:after {
    content: " ";
    display: table
}

.g-main-panel-body:after {
    clear: both
}

.g-main-panel-body.g-main-first-screen {
    margin-top: 40px
}

.g-main-panel-body .g-main-well {
    width: 820px
}

.g-main-first-screen {
    height: 350px;
    overflow: hidden
}

.fengtao .pic-list {
    width: 360px;
    height: 148px
}

.fengtao .pic-list ul {
    width: 372px
}

.fengtao .pic-list ul li {
    width: 174px;
    height: 148px;
    margin-right: 12px
}

.fengtao .pic-list .pic {
    display: block;
    width: 100%;
    height: 116px;
    overflow: hidden
}

.fengtao .pic-list .pic img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}

.fengtao .pic-list .pic img:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: all, .7s;
    -moz-transition: all, .7s;
    -ms-transition: all, .7s;
    -o-transition: all, .7s;
    transition: all, .7s
}

.fengtao .pic-list .font {
    width: 100%;
    height: 20px;
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fengtao .pic-list .font a {
    color: #333
}

.fengtao .pic-list .font a:hover {
    color: #1a79ff
}

.main-list-wrap li {
    width: 100%;
    overflow: hidden;
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.main-list-wrap li.bold {
    font-weight: 700
}

.main-list-wrap li a {
    color: #333
}

.main-list-wrap li a:hover {
    color: #1a79ff
}

.other-main-title {
    height: 66px;
    margin-bottom: 30px;
    line-height: 66px;
    border-bottom: 1px solid #eee
}

.other-main-title:before, .other-main-title:after {
    content: " ";
    display: table
}

.other-main-title:after {
    clear: both
}

.other-main-title .title-text {
    float: left;
    font-size: 26px;
    text-indent: 30px;
    color: #1c1c1c
}

.other-main-title .sub-nav {
    float: right
}

.other-main-title .sub-nav .sub-nav-text {
    position: relative;
    top: 5px;
    float: left;
    margin: 0 18px;
    font-weight: 400;
    color: #999
}

.other-main-title .sub-nav .sub-nav-text:hover {
    color: #1a79ff
}

.other-main-title .sub-nav .sub-nav-text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -18px;
    width: 2px;
    height: 2px;
    background-color: #ccc
}

.other-main-title .sub-nav .sub-nav-text.last {
    margin-right: 0
}

.other-main-title .sub-nav .sub-nav-text.last:after {
    background: 0 0
}

.g-main-pic-font {
    width: 360px;
    margin-right: 40px
}

.g-main-list {
    width: 420px
}

.pic-list {
    overflow: hidden
}

.pic-list ul:before, .pic-list ul:after {
    content: " ";
    display: table
}

.pic-list ul:after {
    clear: both
}

.pic-list ul li {
    float: left
}

.pic-list ul li img {
    display: block
}

.side-com-title {
    width: 260px;
    margin: 0 auto;
    height: 38px;
    padding-top: 28px
}

.side-com-title:before, .side-com-title:after {
    content: " ";
    display: table
}

.side-com-title:after {
    clear: both
}

.side-com-title h3 {
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #1c1c1c
}

.side-com-title span {
    float: left;
    margin: 4px 0 0 13px;
    font-size: 14px;
    line-height: 14px;
    color: #bbb
}

.side-com-title a {
    float: right;
    width: 13px;
    height: 13px;
    margin-top: 2px;
    background: url(//imgs.ebrun.com/master/images/ico_side2_jia.png?__sprite) center center no-repeat
}

.side-com-title a.side-more-arrow {
    background: url(//imgs.ebrun.com/master/images/ico_side_more2.png?__sprite) center center no-repeat
}

.item-1 {
    width: 2em
}

.g-main-panel-ico1 .title-text {
    background: url(//imgs.ebrun.com/master/images/ico_index_main_1.png?__sprite) no-repeat left center
}

.item-2 {
    width: 4em
}

.g-main-panel-ico2 .title-text {
    background: url(//imgs.ebrun.com/master/images/ico_index_main_2.png?__sprite) no-repeat left center
}

.item-3 {
    width: 6em
}

.g-main-panel-ico3 .title-text {
    background: url(//imgs.ebrun.com/master/images/ico_index_main_3.png?__sprite) no-repeat left center
}

.item-4 {
    width: 8em
}

.g-main-panel-ico4 .title-text {
    background: url(//imgs.ebrun.com/master/images/ico_index_main_4.png?__sprite) no-repeat left center
}

.item-5 {
    width: 10em
}

.g-main-panel-ico5 .title-text {
    background: url(//imgs.ebrun.com/master/images/ico_index_main_5.png?__sprite) no-repeat left center
}

.item-6 {
    width: 12em
}

.g-main-panel-ico6 .title-text {
    background: url(//imgs.ebrun.com/master/images/ico_index_main_6.png?__sprite) no-repeat left center
}

.item-7 {
    width: 14em
}

.g-main-panel-ico7 .title-text {
    background: url(//imgs.ebrun.com/master/images/ico_index_main_7.png?__sprite) no-repeat left center
}

.renqiang-aside-panel {
    background-color: transparent
}

.adv-panel {
    width: 1160px;
    margin: 20px auto 0
}

.adv-panel:before, .adv-panel:after {
    content: " ";
    display: table
}

.adv-panel:after {
    clear: both
}

.adv-panel object {
    display: block
}

.adv-panel > section {
    position: relative;
    text-align: center;
    overflow: hidden
}

.adv-panel > section a {
    display: block
}

.adv-panel > section img {
    max-width: 100%
}

.adv-panel .adv-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    cursor: pointer
}

.adv-panel .adv-text img {
    display: block;
    margin: 0 auto
}

.adv-panel .adv-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(//imgs.ebrun.com/master/images/ico_ad_close.png) no-repeat left top;
    cursor: pointer
}

.adv-panel .bar-adv {
    width: 100%
}

.adv-panel .long-adv {
    width: 820px
}

.adv-panel .short-adv {
    width: 300px
}

.adv-panel.max-screen-adv {
    margin-top: 0
}

.adv-panel.bottom-adv {
    position: fixed;
    bottom: 0;
    left: 50%;
    z-index: 800;
    width: 1160px;
    height: 70px;
    margin-left: -580px
}

.adv-side-panel {
    position: relative;
    z-index: 800;
    width: 30px;
    height: 308px;
    -webkit-transition: width .7s;
    -moz-transition: width .7s;
    -ms-transition: width .7s;
    -o-transition: width .7s;
    transition: width .7s
}

.adv-side-panel > section {
    width: 100%;
    height: 100%
}

.adv-side-panel .adv-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 0, 0, .6);
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    cursor: pointer
}

.adv-side-panel .adv-text img {
    display: block;
    margin: 3px auto 0
}

.adv-side-panel .adv-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(//imgs.ebrun.com/master/images/ico_ad_close.png) no-repeat left top;
    cursor: pointer
}

.adv-side-panel.side-max-screen {
    position: absolute;
    top: 150px;
    left: 0;
    width: 30px;
    height: 70px
}

.adv-side-panel.side-duilian-left, .adv-side-panel.side-duilian-right {
    position: absolute;
    top: 356px;
    width: 0;
    height: 308px;
    overflow: hidden
}

.adv-side-panel.side-duilian-left .adv-text img, .adv-side-panel.side-duilian-right .adv-text img {
    display: block;
    width: auto;
    height: auto
}

.adv-side-panel.side-duilian-left img, .adv-side-panel.side-duilian-right img {
    display: block;
    width: 100%;
    height: 100%
}

.adv-side-panel.side-duilian-left > section:nth-of-type(1), .adv-side-panel.side-duilian-right > section:nth-of-type(1) {
    display: none
}

.adv-side-panel.side-duilian-left > section:nth-of-type(2), .adv-side-panel.side-duilian-right > section:nth-of-type(2) {
    display: block
}

.adv-side-panel.side-duilian-left.duilian-big > section:nth-of-type(1), .adv-side-panel.side-duilian-right.duilian-big > section:nth-of-type(1) {
    display: block
}

.adv-side-panel.side-duilian-left.duilian-big > section:nth-of-type(2), .adv-side-panel.side-duilian-right.duilian-big > section:nth-of-type(2) {
    display: none
}

.adv-side-panel.side-duilian {
    width: 90px
}

.adv-side-panel.side-duilian-left {
    left: 0
}

.adv-side-panel.side-duilian-right {
    right: 0
}

.adv-side-panel.side-bottom-adv {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 799;
    width: 30px;
    height: 70px
}

.g-top-bar-panel {
    position: relative;
    width: 1160px;
    margin: 0 auto;
    height: 40px;
    overflow: hidden
}

.g-top-bar-panel.fixed-menu .g-top-bar-guide {
    display: none
}

.g-top-bar-panel.fixed-menu .g-top-bar-nav {
    display: block
}

.g-top-bar-panel .g-top-bar-line {
    width: 1px;
    height: 12px;
    margin-top: 14px;
    overflow: hidden;
    line-height: 12px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_line.png?__sprite) no-repeat left top
}

.g-top-bar-panel > ul {
    position: absolute;
    top: 0;
    height: 40px;
    overflow: hidden
}

.g-top-bar-panel > ul:before, .g-top-bar-panel > ul:after {
    content: " ";
    display: table
}

.g-top-bar-panel > ul:after {
    clear: both
}

.g-top-bar-panel > ul li {
    position: relative;
    float: left;
    height: 40px;
    font-size: 12px;
    line-height: 40px
}

.g-top-bar-panel .dropdown {
    position: relative;
    top: 0;
    width: 30px;
    height: 30px;
    padding-top: 40px;
    background-color: red
}

.g-top-bar-guide {
    left: 0
}

.g-top-bar-guide li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ddd
}

.g-top-bar-guide li a:hover {
    color: #fff
}

.g-top-bar-guide li.weibo {
    margin-right: 20px;
    padding-left: 17px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_weibo.png?__sprite) no-repeat left 15px
}

.g-top-bar-guide li.app {
    margin-left: 20px;
    padding-left: 17px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_app.png?__sprite) no-repeat left 14px
}

.g-top-bar-nav {
    /*display: none;*/
    left: 0
}

.g-top-bar-nav li {
    padding: 0 19px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_line.png?__sprite) no-repeat left 15px
}

.g-top-bar-nav li a {
    color: #ddd
}

.g-top-bar-nav li a:hover {
    color: #fff
}

.g-top-bar-nav li.first {
    background: url(//imgs.ebrun.com/master/images/ico_topbar_index.png?__sprite) no-repeat left 14px
}

.g-top-bar-login {
    right: 0
}

.g-top-bar-login li {
    width: 60px;
    text-align: center
}

.g-top-bar-login li a {
    color: #ddd
}

.g-top-bar-login li a:hover {
    color: #fff
}

.g-top-bar-user {
    right: 0
}

.g-top-bar-user a {
    color: #ddd
}

.g-top-bar-user a:hover {
    color: #fff
}

.g-top-bar-user .remind {
    position: absolute;
    top: 11px;
    left: 45px;
    width: 6px;
    height: 6px;
    overflow: hidden;
    line-height: 6px;
    background-color: #ff3b30;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.g-top-bar-user .user {
    padding-right: 10px
}

.g-top-bar-user .user a {
    display: block;
    float: left
}

.g-top-bar-user .user .user-head {
    width: 28px;
    height: 28px;
    margin-top: 6px;
    margin-right: 9px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.g-top-bar-user .user .user-head img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.g-top-bar-user .user .user-name {
    width: 4em;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.g-top-bar-user .message, .g-top-bar-user .setting {
    width: 84px;
    text-indent: 20px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_dropdown.png?__sprite) no-repeat 55px 19px
}

.g-top-bar-user .message.hover, .g-top-bar-user .setting.hover {
    background: #333 url(//imgs.ebrun.com/master/images/ico_topbar_dropup.png?__sprite) no-repeat 55px 19px
}

.g-drop-down {
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 999;
    width: 100%
}

.g-drop-down:before, .g-drop-down:after {
    content: " ";
    display: table
}

.g-drop-down:after {
    clear: both
}

.g-drop-down .g-drop-down-panel {
    position: relative;
    width: 1160px;
    margin: 0 auto
}

.g-drop-down .dropdown {
    position: absolute;
    top: 0;
    width: 84px
}

.g-drop-down .dropdown .dropdown-well {
    padding: 10px 0
}

.g-drop-down .dropdown .triangle {
    position: relative;
    top: -10px;
    left: 33px;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    margin: 0 auto
}

.g-drop-down .dropdown .dropdown-ewm {
    display: block;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.g-drop-down .dropdown .dropdown-ewm img {
    display: block;
    width: 70px;
    height: 70px
}

.g-drop-down .dropdown .dropdown-text {
    height: 20px;
    margin-top: 6px;
    font-size: 12px;
    line-height: 20px;
    text-indent: 28px;
    color: #fff
}

.g-drop-down .dropdown .dropdown-text.wechat-text {
    background: url(//imgs.ebrun.com/master/images/ico_dropdown_wechat.png?__sprite) no-repeat 7px center
}

.g-drop-down .dropdown .dropdown-text.weibo-text {
    background: url(//imgs.ebrun.com/master/images/ico_dropdown_weibo.png?__sprite) no-repeat 7px center
}

.g-drop-down .dropdown .dropdown-text.app-text {
    background: url(//imgs.ebrun.com/master/images/ico_dropdown_app.png?__sprite) no-repeat 7px center
}

.g-drop-down .dropdown .dropdown-line {
    display: block;
    width: 70px;
    height: 1px;
    margin-top: 8px;
    overflow: hidden;
    line-height: 1px;
    background-color: #666;
    border: 0 none
}

.g-drop-down .dropdown .weibo-btn {
    display: block;
    width: 70px;
    height: 28px;
    margin: 13px auto 0;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    background-color: #ff3b30;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.g-drop-down .dropdown.weibo {
    left: -10px
}

.g-drop-down .dropdown.weibo .dropdown-well {
    background-color: #333
}

.g-drop-down .dropdown.weibo .triangle {
    border-color: transparent transparent #333
}

.g-drop-down .dropdown.app {
    left: 94px
}

.g-drop-down .dropdown.app .dropdown-well {
    background-color: #1a79ff
}

.g-drop-down .dropdown.app .triangle {
    border-color: transparent transparent #1a79ff
}

.g-drop-down .dropdown.message {
    right: 85px
}

.g-drop-down .dropdown.setting {
    right: 0
}

.g-drop-down .dropdown.message, .g-drop-down .dropdown.setting {
    position: absolute;
    top: 0;
    width: 84px;
    padding-bottom: 10px;
    background-color: #333
}

.g-drop-down .dropdown.message p, .g-drop-down .dropdown.setting p {
    height: 26px;
    margin-top: 4px;
    overflow: hidden;
    font-size: 12px;
    line-height: 26px;
    text-indent: 18px
}

.g-drop-down .dropdown.message p a, .g-drop-down .dropdown.setting p a {
    display: block;
    color: #ddd;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.g-drop-down .dropdown.message p a:hover, .g-drop-down .dropdown.setting p a:hover {
    color: #fff;
    background-color: #ff9500;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.g-header-well {
    width: 1160px;
    margin-left: auto;
    margin-right: auto
}

.g-header-well:before, .g-header-well:after {
    content: " ";
    display: table
}

.g-header-well:after {
    clear: both
}

.g-header-well .header-title .title-text {
    display: none !important
}

.g-header-well .header-title .logo {
    display: block
}

.g-header-well .header-search {
    width: 300px;
    height: 34px;
    background-color: #f3f3f3;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px
}

.g-header-well .header-search .search-control {
    display: block;
    float: left;
    width: 235px;
    height: 28px;
    margin-left: 20px;
    margin-top: 3px;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    background: 0 0;
    border: 0 none
}

.g-header-well .header-search .search-control:focus {
    outline: 0
}

.g-header-well .header-search .header-search-submit {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 7px;
    margin-left: 8px;
    background: url(//imgs.ebrun.com/master/images/ico_search.png?__sprite) no-repeat left top;
    border: 0 none;
    cursor: pointer
}

.g-header-nav {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 7px 15px #f1f1f1;
    -moz-box-shadow: 0 7px 15px #f1f1f1;
    box-shadow: 0 7px 15px #f1f1f1
}

.g-header-nav .sub-menu {
    display: none
}

.g-header-nav.show-sub-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom-color: #f7f7f7
}

.g-header-nav.show-sub-menu .sub-menu {
    display: block
}

.g-header-nav.show-sub-menu .menu li.more {
    background: url(//imgs.ebrun.com/master/images/ico_menu_active.png?__sprite) no-repeat center bottom
}

.g-header-nav.show-sub-menu .menu li.more a {
    color: #1a79ff;
    background: url(//imgs.ebrun.com/master/images/ico_menu_dropup.png?__sprite) no-repeat 85px 28px
}

.g-header-nav .menu {
    position: relative;
    z-index: 3;
    width: 1160px;
    margin-left: auto;
    margin-right: auto
}

.g-header-nav .menu:before, .g-header-nav .menu:after {
    content: " ";
    display: table
}

.g-header-nav .menu:after {
    clear: both
}

.g-header-nav .menu li {
    position: relative;
    top: 1px;
    float: left;
    margin-right: 48px;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px
}

.g-header-nav .menu li.more-prev {
    margin-right: 10px
}

.g-header-nav .menu li.more {
    margin: 0;
    width: 120px;
    text-align: center
}

.g-header-nav .menu li.more a {
    display: block;
    background: url(//imgs.ebrun.com/master/images/ico_menu_dropdown.png?__sprite) no-repeat 85px 28px
}

.g-header-nav .menu li.more.hover {
    color: #1a79ff
}

.g-header-nav .menu li a {
    color: #1c1c1c
}

.g-header-nav .menu li a:hover {
    font-weight: 700;
    color: #1a79ff
}

.g-header-nav .sub-menu {
    position: absolute;
    top: 61px;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-box-shadow: 0 7px 15px #f1f1f1;
    -moz-box-shadow: 0 7px 15px #f1f1f1;
    box-shadow: 0 7px 15px #f1f1f1;
    background-color: rgba(255, 255, 255, .95)
}

.g-header-nav .sub-menu:before, .g-header-nav .sub-menu:after {
    content: " ";
    display: table
}

.g-header-nav .sub-menu:after {
    clear: both
}

.g-header-nav .sub-menu .sub-menu-list {
    width: 1160px;
    margin: 0 auto;
    padding-right: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    text-align: right
}

.g-header-nav .sub-menu .sub-menu-list li {
    display: inline;
    padding: 0 25px;
    font-size: 16px;
    line-height: 58px;
    background: url(//imgs.ebrun.com/master/images/ico_nav_line.png?__sprite) no-repeat left center
}

.g-header-nav .sub-menu .sub-menu-list li.first {
    background: 0 0
}

.g-header-nav .sub-menu .sub-menu-list li a {
    color: #666
}

.g-header-nav .sub-menu .sub-menu-list li a:hover {
    color: #1a79ff
}

/*.header {*/
/*width: 100%;*/
/*height: 480px;*/
/*}*/

/*.header_nav {*/
/*width: 100%;*/
/*height: 40px;*/
/*background-color: #1c1c1c;*/
/*}*/

/*.header_center {*/
/*width: 1000px;*/
/*margin: 0 auto;*/
/*}*/

/*.header_center .header-list-l {*/
/*float: left;*/
/*}*/

/*.header_center .header-list-r {*/
/*float: right;*/
/*}*/

/*.header_center li {*/
/*float: left;*/
/*}*/

/*.header_center li a {*/
/*font-size: 12px;*/
/*line-height: 40px;*/
/*color: #dddddd;*/
/*}*/

/*.header_center li a.icon-back {*/
/*padding-left: 18px;*/
/*background: url("../images/top_icon1.png") left center no-repeat;*/
/*}*/

/*.header_center li span {*/
/*display: inline-block;*/
/*padding: 0 16px;*/
/*font-size: 12px;*/
/*line-height: 40px;*/
/*color: #333333;*/
/*}*/

.banner {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    background: url(../images/banner.jpg) center top no-repeat;
}

.banner .ban-left{
    position: relative;
    float: left;
    width: 50%;
    height: 100%;
    background-color: #efc8a9;
    z-index: -1;
}

.banner .ban-right{
    position: relative;
    float: right;
    width: 50%;
    height: 100%;
    background-color: #d9163d;
    z-index: -1;
}

/********************中间的部分*********************/
main {
    width: 1000px;
    margin: 0 auto;
}

main section {
    clear: both;
}

.section_top {
    width: 100%;
    margin: 32px auto 0 auto;
}

.section_top_l {
    clear: both;
    float: left;
    width: 550px;
    height: 275px;
}

/*********头部轮播图*********/
.slidesshow_pdy {
    position: relative;
    overflow: hidden;
    height: 275px;
    width: 550px;
    margin: 0 auto;
    text-align: center;
}

.slidesshow_pdy a {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
}

.slidesshow_pdy .img {
    position: absolute;
    width: 550px;
    height: 275px;
    overflow: hidden
}

.slidesshow_pdy .img span {
    position: absolute;
    width: 19999px;
    display: block
}

.slidesshow_pdy .btns {
    z-index: 10;
    width: 600px;
}

.slidesshow_pdy .btns b {
    position: absolute;
    width: 100%;
    display: block;
    height: 6px;
    font-size: 0;
    overflow: hidden;
    bottom: 10px;
    left: 0;
}

* html .slidesshow_pdy .btns b {
    position: absolute;
    width: 112px;
    display: block;
    height: 15px;
    overflow: hidden;
    top: 156px;
    right: 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/sorllbg.png");
    background: none;
}

.slidesshow_pdy .btns b i {
    display: inline-block;
    overflow: hidden;
    width: 6px;
    height: 6px;
    margin-left: 7px;
    background: #dddddd;
    border-radius: 50%;
    cursor: pointer;
}

.slidesshow_pdy .btns b i.on {
    background: #ff9500;
    cursor: default
}

.slidesshow_pdy .btns span {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    overflow: hidden;
    width: 35px;
    height: 60px;
    cursor: pointer;
}

.slidesshow_pdy .btns span.prev {
    background: url("../images/ico_prev.png") center center no-repeat;
    left: 0;
}

.slidesshow_pdy .btns span.next {
    background: url("../images/ico_next.png") center center no-repeat;
    right: 0;
}

.slidesshow_pdy .img span div {
    position: relative;
    float: left;
    width: 550px;
    height: 275px;
}

.slidesshow_pdy .img span div img {
    width: 100%;
    height: 100%;
}

.slidesshow_pdy .img .sChanp {
    position: absolute;
    display: block;
    width: 100%;
    height: 22px;
    left: 0;
    bottom: 32px;
    z-index: 1;
}

.slidesshow_pdy .img .sChanp a {
    float: none;
    display: block;
    width: 530px;
    height: 24px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    font: 22px/24px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #ffffff;
}

.slidesshow_pdy .img .yinying {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url("../images/ico_bg_repeat.png") center top repeat-x;
}

/******轮播图右侧********/
.section_top_r {
    float: right;
    width: 400px;
}

.section_top_r dl {
    margin-bottom: 18px;
}

.section_top_r dt {
    overflow: hidden;
    width: 100%;
    height: 26px;
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 26px;
    color: #8e0202;
}

.section_top_r dt a {
    font-size: 22px;
    line-height: 26px;
    color: #000;
    font-weight: bold;
}

.section_top_r dt a:hover {
    color: #cc9966;
}

.section_top_r dd {
    overflow: hidden;
    width: 100%;
    height: 48px;
    font-size: 14px;
    line-height: 24px;
    color: #8e0202;
}

.section_top_r dd a {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

/************************曝光台*********************/
.exposure {
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.exposure_title {
    position: relative;
    width: 100%;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
}

.exposure_title h3 {
    float: left;
    font: bold 30px/30px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #000;
}

.exposure_title a {
    float: right;
    padding-left: 24px;
    background: url("../images/ico_change.png") left center no-repeat;
    font-size: 16px;
    line-height: 34px;
    color: #999;
}

.exposure_main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 850px;
    margin-top: 50px;
}

.exposure_main ul {
    position: absolute;
    top: 0;
}

.exposure_main li {
    float: left;
    width: 427px;
    height: 212px;
    padding: 24px 24px 14px;
    margin: 0 50px 50px 0;
    background: #fafafa;
}

.exposure_main .mar0 {
    margin-right: 0;
}

.exposure_main strong {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    font: bold 26px/26px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #000;
}

.exposure_main dl {
    width: 100%;
}

.exposure_main a {
    display: block;
    padding-left: 14px;
    background: url("../images/icon03.png") left center no-repeat;
    font: 18px/38px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #333333;
}

.exposure_main dt a {
    font-weight: bold;
}

.exposure_main dd a:hover {
    color: #cc9966;
}

/**************广告***************/
.advice {
    width: 1000px;
    margin: 40px auto 0 auto;;
}

.advice img {
    width: 1000px;
}

/*******点上维权**********/
/***********解读***************/
/*******************二合一部分*******************/
.twoinone {
    width: 1000px;
    margin: 0 auto;
    padding-top: 80px;
}

.maoni_title {
    width: 100%;
    height: 50px;
}

.maoni_title span {
    display: block;
    float: left;
    font: bold 30px/50px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #000;
}

.maoni_title em {
    display: block;
    float: left;
    margin-top: 20px;
    font: 18px/20px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #000;
}

.maoni {
    float: left;
    width: 480px;
}

.maoni_l {
    width: 100%;
    margin-bottom: 4px;
}

.maoni_l .ico-jiantou {
    position: absolute;
    right: 20px;
    bottom: 9px;
    width: 18px;
    height: 12px;
    background: url(../images/ico_jiantou.png) center center no-repeat;
}

.maoni_l .maoni_l_t {
    float: left;
    position: relative;
    width: 270px;
    height: 180px;
    text-align: center;
}

.maoni_l .maoni_l_t a {
    display: block;
    width: 100%;
    height: 100%;
}

.maoni_l .maoni_l_t a img {
    display: block;
    width: 100%;
    height: 100%;
}

.maoni_l .maoni_l_t span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
}

.maoni_l .maoni_l_t p {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
}

.maoni_l .maoni_l_t p a {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #fff;
}

.maoni_l_b {
    position: relative;
    float: right;
    width: 206px;
    height: 180px;
    color: #fff;
    background: -webkit-linear-gradient(left, #cc9966, #f2ca91);
    background: -o-linear-gradient(right, #cc9966, #f2ca91);
    background: -moz-linear-gradient(right, #cc9966, #f2ca91);
    background: linear-gradient(to right, #cc9966, #f2ca91);
}

.maoni_l_b .span_one {
    display: block;
    width: 180px;
    margin: 28px auto 0;
    font-size: 18px;
    line-height: 24px;
}

.maoni_l_b .span_two {
    display: block;
    width: 180px;
    margin: 12px auto 0;
    font-size: 14px;
    line-height: 20px;
}

.maoni_r .maoni_l_b {
    float: left;
}

.maoni_r .maoni_l_t {
    float: right;
}

/****************科普*******************/
.science {
    float: right;
    width: 475px;
    clear: none;
}

.science aside {
    clear: both;
    width: 100%;
    height: 90px;
    padding-top: 11px;
}

.science aside a, .science aside a img {
    display: block;
    width: 100%;
    height: 100%;
}

.science .maoni_l {
    float: left;
    width: 270px;
    height: 270px;
}

.science .maoni_l .maoni_l_t {
    width: 100%;
    height: 100%;
    text-align: left;
}

.science .maoni_l .maoni_l_t .aone {
    display: block;
    width: 232px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 30px;
}

.science .maoni_l .maoni_l_t .atwo {
    display: block;
    width: 232px;
    margin: 14px auto 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

.science .maoni_r {
    float: right;
    width: 200px;
}

.science .maoni_r .maoni_l_b {
    display: block;
    width: 200px;
    height: 133px;
    margin-bottom: 4px;
    text-align: center;
}

.science .maoni_r .maoni_l_b .span_one {
    margin-top: 46px;
    font-weight: bold;
}

.maoni_l_t:hover span {
    display: none;
}

/*******************滚动新闻***********************/
.news {
    width: 1000px;
    margin: 68px auto 0 auto
}

.news_main {
    overflow: hidden;
    position: relative;
    height: 260px;
    margin-top: 50px;
}

.news_main ul {
    position: absolute;
    top: 0;
}

.news_main li {
    float: left;
    width: 455px;
    height: 232px;
    margin-right: 50px;
    padding: 14px 0 14px 20px;
    background-color: #fafafa;
}

.news_main .mar0 {
    margin-right: 0;
}

.news_main li a {
    display: block;
    padding-left: 14px;
    overflow: hidden;
    width: 412px;
    background: url(../images/icon03.png) left center no-repeat;
    font: 18px/40px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_main li a:hover {
    color: #cc9966;
}

.news_button {
    clear: both;
    width: 100%;
    height: 30px;
    margin-top: 50px;
    text-align: center;
}

.news_button a {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 0 6px;
    border: 1px solid #999999;
    border-radius: 4px;
    font: 14px/28px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #333;
    cursor: pointer;
}

.news_button a:hover, .news_button .news_button_over {
    border-color: #cc9966;
    color: #cc9966;
}

.news_button #news-l-btn {
    background: url("../images/news_l_btn.png") center center no-repeat;
}

.news_button #news-l-btn:hover{
    background: url("../images/news_l_btn_hover.png") center center no-repeat;
}

.news_button #news-r-btn {
    background: url("../images/news_r_btn.png") center center no-repeat;
}

.news_button #news-r-btn:hover{
    background: url("../images/news_r_btn_hover.png") center center no-repeat;
}

.news-item-btn {
    display: inline-block;
    vertical-align: top;
}

/************畅言部分**************/
.song {
    width: 980px;
    margin: 32px auto 0 auto;
}

.song_title strong {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 216px;
    height: 40px;
    margin-left: -108px;
    background: #e6e1d4;
    font: bold 24px/40px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #4a0102;
}

/*************底部**************/
h1 {
    margin-top: 114px;
    font: bold 18px/24px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #000;
    text-align: center;
}

h2 {
    font: 16px/18px 'simson';
    color: #000;
    text-align: center;
}

/**************右边栏*****************/
.right {
    position: fixed;
    right: 45px;
    bottom: 60px;
    width: 120px;
}

.right li {
    width: 100%;
    height: 40px;
    margin-bottom: 1px;
}

.right li a, .right_top {
    display: block;
    width: 100%;
    height: 40px;
    background: #f2e6da;
    font: 16px/40px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #cc9966;
    text-align: center;
}

.right li a:hover {
    color: #ab2425;
}

.right li .red {
    color: #ab2425;
}

.right_top {
    width: 100%;
    height: 40px;
}

.right_top {
    overflow: hidden;
}

.right_top .share-a {
    position: relative;
    /*z-index: 1;*/
}

.bdsharebuttonbox {
    margin-left: -70px;
    width: 100%;
    height: 40px;
    left: -226px;
    text-align: right;
    margin-bottom: 3px;
}

.bdsharebuttonbox a.bds_more {
    position: relative;
    padding: 0;
    margin: 0;
    width: 500px;
    height: 40px;
    text-align: left;
    text-indent: 114px;
    font: 16px/40px Arial, Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', sans-serif;
    color: #cc9966;
    opacity: 1;
}

.bdsharebuttonbox a.bds_more:hover {
    color: #ab2425;
    opacity: 1;
}

.g-footer {
    margin-top: 20px;
    padding-top: 40px;
    border-top: 1px solid #eee
}

.g-footer .g-ststem {
    width: 1160px;
    margin-left: auto;
    margin-right: auto
}

.g-footer .g-copyright {
    width: 100%;
    height: 40px;
    margin-top: 24px;
    background-color: #1c1c1c
}

.g-footer .copyright-panel {
    width: 1160px;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.g-footer .copyright-panel:before, .g-footer .copyright-panel:after {
    content: " ";
    display: table
}

.g-footer .copyright-panel:after {
    clear: both
}

.g-footer .copyright-panel .g-copyright-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    color: #ddd
}

.g-footer .copyright-panel .g-copyright-left {
    width: 310px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_line.png?__sprite) no-repeat right 15px
}

.g-footer .copyright-panel .g-copyright-center {
    width: 670px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_line.png?__sprite) no-repeat right 15px
}

.g-footer .copyright-panel .g-copyright-right {
    width: 180px
}

.g-ststem {
    width: 1160px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px
}

.g-footer .g-copyright {
    width: 100%;
    height: 40px;
    margin-top: 24px;
    background-color: #1c1c1c
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.g-footer .copyright-panel {
    width: 1160px;
    height: 100%;
    margin-left: auto;
    margin-right: auto
}

.g-footer .copyright-panel:before, .g-footer .copyright-panel:after {
    content: " ";
    display: table
}

.g-footer .copyright-panel:after {
    clear: both
}

.g-footer .copyright-panel .g-copyright-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 40px;
    color: #ddd
}

.g-footer .copyright-panel .g-copyright-left {
    width: 310px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_line.png?__sprite) no-repeat right 15px
}

.g-footer .copyright-panel .g-copyright-center {
    width: 670px;
    background: url(//imgs.ebrun.com/master/images/ico_topbar_line.png?__sprite) no-repeat right 15px
}

.g-footer .copyright-panel .g-copyright-right {
    width: 180px
}

.system-panel:before, .system-panel:after {
    content: " ";
    display: table
}

.system-panel:after {
    clear: both
}

.system-panel .system-flow, .system-panel .system-link, .system-panel .system-logo {
    height: 212px
}

.system-panel .system-logo {
    width: 214px;
    border-right: 1px solid #eee
}

.system-panel .system-logo img {
    display: block
}

.system-panel .system-link ul {
    width: 197px;
    height: 212px;
    border-right: 1px solid #eee
}

.system-panel .system-link ul li {
    margin-top: 22px;
    font-size: 14px;
    line-height: 100%;
    text-indent: 40px
}

.system-panel .system-link ul li.bold {
    margin-top: 0;
    padding-bottom: 10px;
    font-weight: 700
}

.system-panel .system-link ul li a {
    color: #595959
}

.system-panel .system-link ul li a:hover {
    color: #1a79ff
}

.system-panel .system-flow {
    width: 325px;
    margin-left: 25px
}

.system-panel .system-flow .system-ewm:before, .system-panel .system-flow .system-ewm:after {
    content: " ";
    display: table
}

.system-panel .system-flow .system-ewm:after {
    clear: both
}

.system-panel .system-flow .system-ewm div {
    width: 108px;
    margin-left: 45px
}

.system-panel .system-flow .system-ewm div p {
    padding: 11px 0;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #999
}

.system-panel .system-flow .system-weibo {
    margin-top: 29px;
    font-size: 14px;
    text-align: center
}

.system-panel .system-flow .system-weibo a {
    display: inline-block;
    height: 38px;
    padding-left: 48px;
    line-height: 38px;
    color: #999;
    background: url(//imgs.ebrun.com/master/images/ico_system_weibo.png) no-repeat left top
}

.system-panel .system-flow .system-weibo a:hover {
    color: #333;
    background: url(//imgs.ebrun.com/master/images/ico_weibo_hover.png) no-repeat left top
}

.system-tab-panel {
    width: 1160px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #eee
}

.system-tab-panel:before, .system-tab-panel:after {
    content: " ";
    display: table
}

.system-tab-panel:after {
    clear: both
}

.system-tab-panel .tab-menu {
    float: left;
    width: 96px
}

.system-tab-panel .tab-menu li {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    color: #bbb;
    cursor: pointer
}

.system-tab-panel .tab-menu li.tab-menu-active {
    color: #1c1c1c
}

.system-tab-panel .tab-body {
    float: left;
    width: 1060px
}

.system-tab-panel .tab-body .tab-well {
    width: 100%
}

.system-tab-panel .tab-body .tab-well li {
    float: left;
    margin-right: 20px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 100%
}

.system-tab-panel .tab-body .tab-well li a {
    color: #595959
}

.system-tab-panel .tab-body .tab-well li a:hover {
    color: #1a79ff
}

.hide{
    display: none;
}
