body ,ul ,li {
    margin: 0;
    padding: 0;
}
body {
    font-family: arial, helvetica, microsoft yahei;
}
li{
    list-style: none;
}
a:hover {
    text-decoration: none;
}
.btn {
    text-shadow: none;
    color: rgba(46, 221, 0, 0.61);
}

.modal-body .controls textarea {
    width: 100%;
    box-sizing: border-box;
}
.modal-body .manage-msg-form {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}
.modal-body .control-group {
    margin-bottom: 10px;
}
.modal-body .manage-msg {
    padding: 5px 10px;
    border: 1px solid #eee;
    margin: 10px 0;
    background-color: #fafafa;
}
.red {
    color: red;
}



/*
导航
*/
body > .navbar .brand {
    margin-left: 0;
    margin-top: 5px;
}
body > .navbar .brand img {
    width: 39px;
    height: 31px;
}
.navbar-inner {
    border: none;
}
.navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
    background-color: #08c;
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a {
    color: #dedede;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
}
@media (min-width: 980px) {
    .container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
        width: 980px;
    }
    .navbar .nav {
        float: right;
    }
    body > .navbar .brand {
        float: left;
        padding: 0;
    }

}

/*
content
*/
.more {
    line-height: 20px;
    height: 20px;
}
.more a {
    color: #d5d4d4;
    text-decoration: underline;
}
.section .item .item-c .item-cnt .info div.more a:hover {
    color: #000;
}
.section2 .more a:hover {
    color: #08c;
}
.section {
    width: 940px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
}
.section .item-b {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 1px;
    height: 20px;
}
.section1{
    margin-top: 40px;
    background: url("../image/fmbg.jpg") repeat-x 0 0px;
}
.section1 .section {
    padding: 0;
}
.section1 img {
    width: 100%;
    height: auto;
}

.section2 {
    background: url("../image/bg1.png") repeat;
}
.section2 .s-title-box {
    border-bottom: 1px solid #797979;
    margin: -16px 0 26px;
}
.section2 .s-title-box h2 {
    color: #ffffff;
    float: left;
    margin: 0;
    position: relative;
    bottom: -20px;
    font-size: 28px;
    padding-right: 20px;
    background: url("../image/bg1.png") repeat;
}
.section2 .s-title-box h2 span {
    font-size: 18px;
    position: relative;
    top: -4px;
}
.section2 .s-title-box .s-point {
    float: right;
    color: #797979;
    position: relative;
    bottom: -31px;
    right: -4px;
}
.section2 .s-left {
    float: left;
    background-color: #494949;
    padding: 10px 10px 10px;
    box-shadow: 2px 4px 5px #121212;
}
.section2 embed {
    background-color: black;
}

.section2 .s-right {
    margin-left: 510px;
    border: 1px dashed #555;
    padding: 10px;
    height: 298px;
}
.section2 .s-right h3 {
    font-size: 24px;
    color: white;
    border-bottom: 1px solid #797979;
    margin-top: -8px;
}
.section2 .s-right h3 span {
    font-size: 14px;
    position: relative;
    top: -4px;
}
.section2 .s-right p {
    color: #d5d4d4;
    line-height: 22px;
    margin: 12px 0 14px;
}
.section3 .section, .section4 .section, .section5 .section, .section6 .section, .section7 .section {
    box-shadow: 5px 0 5px -5px #A2A2A2, -5px 0 5px -5px #A2A2A2;
}
.section3, .section4, .section5, .section6, .section7 {
    background: url("../image/bg2.png") repeat fixed;
}
.section3 .section, .section4 .section, .section5 .section, .section6 .section, .section7 .section {
    background-color: white;
}

.section .s-title {
    border-bottom: 1px solid #02b686;
    margin: -24px 0 0px 0;
}
.section .s-title div {
    float: left;
    width: 470px;
    height: 85px;
    position: relative;
    top: 43px;
}
.section3 .s-title div {
    background: url("../image/title1.png") no-repeat 0 0;
}
.section4 .s-title div {
    background: url("../image/title2.png") no-repeat 0 0;
}
.section5 .s-title div {
    background: url("../image/title3.png") no-repeat 0 0;
}
.section6 .s-title div {
    background: url("../image/title4.png") no-repeat 0 0;
}
.section7 .s-title div {
    background: url("../image/title5.png") no-repeat 0 0;
}
.section .s-title span {
    float: right;
    background: url("../image/point.png") no-repeat 0 0;
    width: 20px;
    height: 20px;
    position: relative;
    top: 74px;
    right: -10px;
}

.section .item {
    padding-top: 50px;
}
.section3 .section .item {
    padding-top: 20px;
    border-right: 1px solid #02b686;
}
.section3 .section .item1 {
    padding-top: 50px;
}
.section .item .item-t {
    border-bottom: 1px solid #02b686;
    margin: 0px 0 40px 270px;
}
.section .item .item-t h2 {
    font-size: 24px;
    color: #959595;
    margin: 0;
    padding-right: 10px;
    float: left;
    position: relative;
    top: 20px;
    background-color: white;
}

.section3 .item .item-t .item-n {
    background-color: #959595;
    color: white;
    padding: 0 8px;
    margin-right: 10px;
    border-radius: 5px;
}
.section3 .item .item-t .item-pl {
    color: #02b686;
    position: relative;
    top: 30px;
    left: -5px;
}
.section3 .item .item-t .item-pr {
    background: url("../image/point.png") no-repeat 0 -20px;
    float: right;
    width: 13px;
    height: 13px;
    position: relative;
    top: 34px;
    right: -7px;
}

.section .item .item-c .item-cnt {
    width: 440px;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 1px dashed #b4b4b4;
    padding: 20px 30px 16px 0;
}
.section .item .item-c .item-cnt:nth-child(2n) {
    padding-right: 0;
}

.section .item .item-c .item-cnt .item-img {
    float: left;
    margin-right: 10px;
}
.section .item .item-c .item-cnt .item-img a img {
    width: 188px;
    height: 126px;
}
.section .item .item-c .item-cnt .info {
    margin-left: 198px;
}
.section .item .item-c .item-cnt .info div {
    margin-bottom: 6px;
}
.section .item .item-c .item-cnt .info div a {
    color: #038965;
    font-size: 16px;
}
.section .item .item-c .item-cnt .info div a:hover {
    color: #000;
}
.section .item .item-c .item-cnt .info p {
    color: #555;
    margin-bottom: 5px;
}
.section .item .item-c .item-cnt .info .more {
    margin-bottom: 0;
}
.section .item .item-c .item-cnt .info div.more a.pull-right {
    color: #999;
}
.section .item .item-c .item-cnt .info div.more a.pull-right:hover {
    color:#000;
}

.section .item:nth-child(2n+1) .item-c .item-cnt {
    width: 910px;
    padding-right: 0;
}
/*
section 背景样式
*/
.section3 .item1 {
    background: url("../image/11microphone.png") no-repeat 220px bottom;
}
.section3 .item2 .item-cnt {
    background: url("../image/12.png") no-repeat right bottom;
}
.section3 .item3 {
    background: url("../image/13rocket.png") no-repeat 220px bottom;
}
.section3 .item4 .item-cnt {
    background: url("../image/14.png") no-repeat right bottom;
}
.section4 .item {
    background: url("../image/24joker.png") no-repeat 220px bottom;
}
.section6 .item-ins {
    margin-right: 30px;
    background: url("../image/41plane.png") no-repeat right top;
}


/*
section 右侧添加缺少的边样式
*/
.section3 .item-b {
    background-color: #02b686;
}
.section4 .item-b {
    background-color: #fa884a;
}
.section5 .item-b {
    background-color: #38bbff;
}
.section6 .item-b {
    background-color: #f47ac2;
}


/*
section 内容样式
*/
.section4 .item {
     border-right: 1px solid #fa884a;
}
.section6 .item {
    border-right: 1px solid #f47ac2;
}
.section4 .item .item-c .item-cnt, .section6 .item .item-c .item-cnt {
    width: 910px;
    padding-right: 0;
}
.section4 .section .item .item-c .item-cnt .info div a {
    color: #fa884a;
}
.section4 .section .item .item-c .item-cnt .info div a:hover {
    color: #000;
}

.section5 .img-carousel-outs {
    padding-top: 80px;
    position: relative;
}
.section5 .img-carousel-outs .img-border {
    background-color: #38bbff;
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
}

.section6 .section .item .item-c .item-cnt .info div a {
    color: #f47ac2;
}
.section6 .section .item .item-c .item-cnt .info div a:hover {
    color: #000;
}


/*
section7 样式
*/

.section7 .cmt-box {
    margin-top: 60px;
    color: #555555;
}
.section7 .cmt-box .cmt-text-box {
    background-color: #F7F7F8;
    padding: 12px 20px;
    border-top: 2px solid #555555;
    border-bottom: 1px solid #E6E6E6;
}

.section7 .cmt-box .cmt-text-box textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 70px;
    min-height: 70px;
    box-sizing: border-box;
    margin-top: 5px;
}
.section7 .cmt-box .cmt-cnt-box {
    margin-top: 24px;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item {
    padding-bottom: 8px;
    padding-top: 16px;
    border-bottom: 1px dashed #E6E6E6;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item-user {
    padding-bottom: 10px;
    padding-top: 14px;
    border-bottom: 1px dashed #E6E6E6;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item-user:hover {
    background-color: #feffe9;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item-user p {
    padding-left: 10px;
}


.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-ps {
    float: left;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-ps a img {
    width: 58px;
    height: 58px;
    border: 2px solid #E4E4E4;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-info {
    margin-left: 70px;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-info .cmt-author {
    margin-bottom: 5px;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-info .cmt-author a {
    margin-right: 10px;
    color: #2f3743;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-info .cmt-view {
    font-size: 12px;
    color: #08c;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-info .cmt-info-cnt {
    margin-bottom: 6px;
}

.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-info .cmt-time {
    color: #999;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-info .cmt-tool {
    float: right;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-info .cmt-tool li {
    float: left;
    margin-left: 10px;
    text-decoration: underline;
}
.section7 .cmt-box .cmt-cnt-box .cmt-item .cmt-info .cmt-tool li a {
    color: #999;
}
.section7 .pagination ul>li>a, .section7 .pagination ul>li>span {
    color: #666;
}


/*
section 标题样式
*/
.section4 .section .s-title {
    border-bottom: 1px solid #fa884a;
    border-right: 1px solid #02b686;
}
.section4 .section .s-title span {
    background-position: 0 -33px;
}

.section5 .section .s-title {
    border-bottom: 1px solid #38bbff;
    border-right: 1px solid #fa884a;
}
.section5 .section .s-title span {
    background-position: 0 -53px;
}

.section6 .section .s-title {
    border-bottom: 1px solid #f47ac2;
    border-right: 1px solid #38bbff;
}
.section6 .section .s-title span {
    background-position: 0 -73px;
}

.section7 .section .s-title {
    border-bottom: 1px solid #65799a;
    border-right: 1px solid #f47ac2;
}
.section7 .section .s-title span {
    background-position: 0 -93px;
}

/*
login box
*/
/*
*  login dialog
*/
.float-box {padding:25px 30px;}
.float-box h4 {text-align:center;font-size:16px;padding:12px 0 18px;border-bottom:1px solid #ddd;margin-top:0;}
.float-box .login-info,
.float-box .control-label,
.float-box .form-horizontal {font-size:12px;}
.float-box .login-info {margin:0 23px 5px;color:#666;}
.float-box .form-horizontal {border-bottom:1px dashed #ddd;padding:0 23px;margin-bottom:12px;}
.float-box .form-horizontal .control-label {width:64px;text-align:left;letter-spacing:0.3em;color:#999;}
.float-box .form-horizontal .controls {margin-left:70px;}
.float-box .help-inline a {color:#999;}
.float-box .form-horizontal .control-group input[type="text"],
.float-box .form-horizontal .control-group input[type="password"] {border-radius:0;width:236px;border-left:1px solid #a6a6a6;border-top:1px solid #a6a6a6;box-shadow:inset 1px 1px 1px #efefef;height:16px;line-height:16px;}
.float-box .control-group {margin-bottom:15px;}
.float-box .control-pwd {margin-bottom:5px;}
.ctl-auto-ipt {color:#999;margin-bottom:5px;}
.ctl-auto-ipt input {border-color:#999;}
.lgn-btn {width:120px;height:32px;background:url(http://www.huxiu.com/static/img/btn_bg.png?data=20130902) no-repeat 0 -252px;position:relative;top:-1px;font-size:12px;color:#fff;text-shadow:0 0 1px #eee;box-shadow:none;border:none;}
.lgn-btn:hover,.lgn-btn:focus {background:url(http://www.huxiu.com/static/img/btn_bg.png?data=20130902) no-repeat 0 -252px;color:#fff;}
.lgn-reg-btn {width:120px;height:32px;line-height:32px;font-size:12px;background:url(http://www.huxiu.com/static/img/btn_bg.png?data=20130902) no-repeat 0 -294px;display:inline-block;text-align:center;color:#fff;text-shadow:0 0 1px #eee;}
.lgn-btn:hover,
.lgn-reg-btn:hover {color:#fff;}
.login-kj {text-align:center;padding:6px 0;}
.login-kj a {display:inline-block;width:171px;height:38px;line-height:38px;background:url(http://www.huxiu.com/static/img/btn_bg.png?data=20130902) no-repeat -91px -168px;text-indent:-9999px;margin:0 8px;}
.login-kj .qq-lgn {background-position:-91px -210px;}



/*
图片轮播
*/

.img-carousel {
    margin: 0px -20px 0;
    background: url("../image/bg4.jpg") no-repeat;
    height: 330px;
}
.img-carousel-ins {
    padding: 93px 40px 93px 20px  ;
}

.img-carousel .img-left, .img-carousel .img-right {
    float: left;
    background-color: #000;
    margin-top: 52px;
}
.img-carousel .img-left:hover, .img-carousel .img-right:hover {
    background-color: #339cd2;
}
.img-carousel .img-left a, .img-carousel .img-right a {
    display: block;
    padding: 6px 10px;
}

.img-carousel .img-box {
    overflow: hidden;
    float: left;
    width: 840px;
    height: 144px;
    position: relative;
    margin: 0 2px;
}
.img-carousel .img-box .toast{
    display: none;
}

.img-carousel .img-box .img-box-ul {
    width: 999900%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.img-carousel .img-box .img-box-ul li.img-item {
    float: left;
    margin: 0 5px;
    width: 200px;
    height: 144px;
}
.img-carousel .img-box .img-box-ul li.img-item a img {
    width: 100%;
    height: 100%;
    opacity: .7;
    -webkit-transition: opacity .5s;-moz-transition: opacity .5s;-ms-transition: opacity .5s;-o-transition: opacity .5s;transition: opacity .5s;

}
.img-carousel .img-box .img-box-ul li.img-item a img:hover {
    opacity: 1;
}
.img-carousel .img-box .img-box-ul li.img-item {
    background: black;
}


.toast {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0px 0 -80px;
    color: white;
    background-color: #000;
    opacity: 0.65;
    padding: 2px 26px 4px;
    line-height: 24px;
    text-align: center;
    border-radius: 5px;
    /* display: none; */
}

/*
footer
*/
/*
*  底部
*  by见天
*  13.04.16
*/

.footer {
    background-color: #fff;
    padding-bottom: 10px;
    z-index: 99999;
    position: relative;
    padding-top: 30px;
    top: -10px;
}
.about-links {height:31px;line-height:31px;background-color:#333;text-align:center;color:#5d5d5d;font-size:12px;box-shadow:0 2px 2px #c6c6c6}
.about-links a {margin:0 10px;color:#fff;}
.footer-copy {text-align:center;padding:20px 0;color:#999;font-size:10px}
.footer-copy a {color:#999;}
.footer-logo {display:inline-block;background:url('../image/footer_logo.png') no-repeat;width:52px;height:42px;margin:0 10px;text-indent:-9999px;overflow:hidden;vertical-align: text-bottom;}
.links {padding:20px 15px;}
.links a {font-size:12px;color:#666;}
.links h3 {text-align:center;margin:0;padding:0 0 0 10px;font-weight:bold;}
.links ul {list-style:none;width:100%;overflow:hidden;}
.links ul li {display:inline;float:left;margin:0 5px;}
.links ul img {width:88px;height:31px;}
.links ul.links-img li {margin:5px 0;}

.section3 .item .item-c .item-cnt:last-child {
    border-bottom: 0;
}
.section3 .item .item-c {
    border-bottom: 1px dashed #b4b4b4;
    margin-right: 29px;
}



@media (max-width: 1000px) {

    .section {
        width: 100%;
        box-sizing: border-box;
    }
    .section .item .item-c {
        padding-right: 0;
        margin-right: 0;
    }
    .section .item .item-c .item-cnt {
        width: 100%;
        box-sizing: border-box;
        padding-right: 0;
    }
    .section .item .item-c .item-cnt:nth-child(2n) {
        padding-right: 0px;
    }
    .section .item:nth-child(2n+1) .item-c {
        padding-right: 30px;
    }
    .section6 .item-ins {
        margin-right: 0;
    }
    .section .item:nth-child(2n+1) .item-c .item-cnt {
        width: 100%;
        margin-right: 30px;
        padding-right: 0;
        box-sizing: border-box;
    }
    .section .item .item-c {
        padding-right: 30px;
    }
    .img-carousel .img-box {
        width: 630px;
    }
}
@media (max-width: 980px) {
    .navbar-inverse .nav .active>a, .navbar-inverse .nav .active>a:hover, .navbar-inverse .nav .active>a:focus {
        background-color: #111;
    }
    body > .navbar .brand {
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav-collapse, .nav-collapse.collapse {
        top: 8px;
    }

}

@media (max-width: 780px) {
    .section2 .s-left {
        float: none;
        padding: 10px 10px 10px;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    .section2 .s-right {
        margin-left: 0;
        margin-top: 20px;
        height: auto;
    }
    .section .item .item-t {
        margin-left: 80px;
    }

    .img-carousel .img-box {
        width: 420px;
    }
}

@media (max-width: 767px) {
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-right: 0;
        margin-left: 0;
    }
}
@media (max-width: 580px) {
    .section2 video {
        width: 100%;
        height: auto;
    }
    .img-carousel .img-box {
        width: 210px;
    }
    .section2 embed {
        width: 100%!important;
        height: 240px;
    }
    /*title 样式*/
    .section .s-title {
        margin-top: 0;
    }
    .section .s-title div {
        width: 210px;
        height: 38px;
        filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
        -moz-background-size:100% 100% !important;
        background-size:100% 100% !important;
        top: 19px;
    }
    .section3 .s-title div {
        background: url('../image/title1.png') no-repeat 0 0;
    }
    .section4 .s-title div {
        background: url('../image/title2.png') no-repeat 0 0;
    }
    .section5 .s-title div {
        background: url('../image/title3.png') no-repeat 0 0;
    }
    .section6 .s-title div {
        background: url('../image/title4.png') no-repeat 0 0;
    }
    .section7 .s-title div {
        background: url('../image/title5.png') no-repeat 0 0;
    }
    .section .s-title span {
        top: 29px;
    }
    .section .item .item-c {
        padding-right: 10px;
    }
    .section .item .item-c .item-cnt {
        padding-right: 0;
    }
    .section .item .item-c .item-cnt:nth-child(2n) {
        padding-right: 0;
    }
    .section .item:nth-child(2n+1) .item-c {
        padding-right: 10px;
    }
    .section6 .item-ins {
        margin-right: 0;
    }
    .section .item-b {
        right: 20px;
        bottom: -20px;
        height: 40px;
        z-index: 99;
    }
}
@media (max-width: 400px) {
    .section {
        padding: 10px;
    }

    .section3 .section .item1 {
        padding-top: 20px;
    }
    .section .item .item-t{
        margin-left: 30px;
        margin-bottom: 20px;
    }
    .section .item .item-t h2 {
        font-size: 18px;
    }
    .section .item .item-c {
        padding-right: 10px;
    }
    .section .item .item-c .item-cnt {
        padding-right: 0;
    }
    .section .item .item-c .item-cnt:nth-child(2n) {
        padding-right: 0;
    }
    .section .item:nth-child(2n+1) .item-c {
        padding-right: 10px;
    }
    .section .item:nth-child(2n+1) .item-c .item-cnt {
        margin-right: 0;
    }
    .section .item-b {
        height: 20px;
        right: 10px;
        bottom: -10px;
    }
    .section .item .item-c .item-cnt .info {
         margin-left: 0px;
        float: left;
        margin-top: 14px;
    }
    .section6 .item-ins {
        margin-right: 0;
    }
    .img-carousel {
        margin: 0px -10px 0;
        padding-right: 0;
    }
    .img-carousel-ins {
        padding-right: 0;
        padding-left: 10px;
    }

    .float-box {
        padding: 10px 0px;
    }
    .float-box .form-horizontal .controls {
        margin-left: 0;
    }
    .float-box .form-horizontal .control-group input[type="text"], .float-box .form-horizontal .control-group input[type="password"]{
        width: 92%;
    }
    .lgn-btn {
        margin-right: 5px;
    }

    .lgn-btn , .lgn-reg-btn {
        width: 100px;
    }
    .float-box .control-group {
        margin-bottom: 5px;
    }
    .modal.fade.in {
        top: 5px;
    }
    .section2 embed {
        width: 100%!important;
        height: auto;
    }
}

