.wrap {
    position: relative;
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}

.header {
    height: 104px;
    padding: 8px 0;
}

    .header .top a {
        position: relative;
        margin-right: 16px;
        font-size: 12px;
    }

        .header .top a i {
            margin-right: 4px;
        }

    .header .top .code {
        display: none;
        position: absolute;
        left: -8px;
        top: 24px;
        padding: 8px;
        text-align: center;
        background: #fff;
        z-index: 999;
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
    }

        .header .top .code img {
            display: block;
        }

    .header .top a:hover .code {
        display: block;
    }

.nav {
    position: relative;
    height: 50px;
    background: #000;
}

    .nav .nav-item {
        position: relative;
        float: left;
        width: 150px;
        line-height: 50px;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }

        .nav .nav-item.active {
            color: #FF6600;
        }

        .nav .nav-item img.new {
            position: absolute;
            top: 2px;
            right: 15px;
        }

.seach-pull {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    padding: 24px;
    background: #000;
    z-index: 9999;
}

.seach-ad-item {
    float: left;
    width: 144px;
    height: 144px;
    color: #fff;
    margin-right: 56px;
    text-align: center;
}

    .seach-ad-item img {
        width: 144px;
    }

    .seach-ad-item .title {
        line-height: 20px;
        font-size: 12px;
    }

.seach-box .seach-ipt {
    float: left;
    width: 544px;
    height: 16px;
    padding: 16px;
    background: #fff;
    border: none;
}

.seach-box .seach-btn {
    float: left;
    width: 104px;
    height: 48px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    background: #ff6600;
}

.seach-box form {
    margin: 24px 0 16px 0;
}

.seach-box .seach-hot a {
    color: #ccc;
    margin-right: 20px;
}
/*列表页面头部*/
.in-head {
    padding-top: 10px;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    /*box-shadow: 0 1px 3px 0 rgba(0,0,0,.05);*/
}

.in-head-name {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #000;
    margin-left: 16px;
    padding-left: 16px;
    vertical-align: 10px;
    border-left: 1px solid #000;
}

.in-nav {
    margin-left: 30px;
}

    .in-nav li {
        float: left;
        margin: 0 25px;
    }

        .in-nav li a {
            display: block;
            font-size: 16px;
            line-height: 45px;
        }

        .in-nav li.active a {
            color: #ff6600;
        }

.in-seach {
    margin-top: 8px;
    border: 1px solid #E5E5E5;
}

    .in-seach .ipt-sch {
        width: 200px;
        height: 24px;
        padding-left: 8px;
        border: none;
    }

        .in-seach .ipt-sch:focus,
        .in-seach .ipt-btn:focus {
            outline: none;
        }

    .in-seach .ipt-btn {
        width: 30px;
        height: 30px;
        border: none;
        background: #fff;
        cursor: pointer;
    }

.in-head .kf-line li {
    float: left;
    margin-left: 30px;
    line-height: 25px;
}

/*.icon-arrow {
    position: absolute;
    top: 40%;
    color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0 !important;
    filter: Alpha(opacity=40);
    background: #000;
    transition: all .2s;
    z-index: 999;
    cursor: pointer;
}

    .icon-arrow:hover {
        filter: alpha(opacity=100);
        opacity: 1;
        background: #ff5a00;
        background: rgba(255, 90, 0, .8) none repeat scroll 0 0 !important;
        filter: Alpha(opacity=80);
        background: #ff5a00;
    }*/

.pagination {
    /*position: absolute;*/
    bottom: 10px;
    width: 100%;
    text-align: center;
    zoom: 1;
    z-index: 999;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: rgba(255,255,255,.4);
    filter: alpha(opacity=40);
    border-radius: 5px;
    transition: width .3s ease-out;
    text-indent: -999999999999px;
    cursor: pointer;
}

.swiper-active-switch {
    width: 32px;
    height: 8px;
}

.banner {
    position: relative;
    width: 100%;
    height: 320px;
    margin-bottom: 16px;
}

.banner-container {
    position: relative;
    height: 100%;
    z-index: 0;
}

    .banner-container .swiper-slide {
        width: 100%;
        height: 320px;
    }

        .banner-container .swiper-slide a {
            display: block;
            width: 100%;
            height: 320px;
            zoom: 1;
            vertical-align: middle;
        }

.banner .icon-arrow {
    width: 50px;
    height: 70px;
    line-height: 70px;
}

.banner .arrow-right {
    right: 15%;
}

.banner .arrow-left {
    left: 15%;
}

.banner .icon-arrow i {
    font-size: 28px;
}

.carousel-left {
    position: relative;
    float: left;
    width: 624px;
    height: 368px;
}

.carousel-container {
    width: 624px;
    height: 368px;
    overflow: hidden;
}

    .carousel-container .swiper-slide {
        position: relative;
        width: 624px;
        height: 368px;
        zoom: 1;
        vertical-align: middle;
    }

        .carousel-container .swiper-slide img {
            width: 624px;
            height: 368px;
        }

.carousel-left .icon-arrow {
    width: 35px;
    height: 50px;
    line-height: 50px;
}

.carousel-left .arrow-right {
    right: 0;
}

.carousel-left .arrow-left {
    left: 0;
}

.carousel-container .swiper-slide .title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 592px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    padding: 80px 16px 0px 16px;
    overflow: hidden;
    text-align: center;
    background: url(../images/gradient_bg.png) left bottom repeat-x;
}

.carousel-right {
    float: left;
    width: 576px;
}

    .carousel-right li {
        position: relative;
        float: left;
        display: flex;
        width: 272px;
        height: 176px;
        margin: 0 0 16px 16px;
        justify-content: center;
        overflow: hidden;
    }

        .carousel-right li img {
            width: 272px;
            height: 100%;
        }

        .carousel-right li .title,
        .interview-item .title,
        .report-item .title {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 240px;
            height: 32px;
            color: #fff;
            font-size: 14px;
            padding: 42px 16px 0px 16px;
            overflow: hidden;
            text-align: center;
            background: url(../images/gradient_bg.png) left bottom repeat-x;
        }
/*资讯列表*/
/*.news{
	margin-top: 32px;
}*/
.m-crumbs {
    color: #999;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 32px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .m-crumbs a {
        color: #999;
    }

        .m-crumbs a:hover {
            color: #ff6600;
        }

    .m-crumbs span {
        margin: 0 4px;
        font-size: 12px;
    }

.news {
    margin-top: 32px;
}

.news-main {
    float: left;
    width: 840px;
}

.news-main-title {
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

    .news-main-title span {
        margin-left: 4px;
    }

.news-main .news-item {
    height: 168px;
    padding: 16px 0;
}

.news-main .news-img {
    float: left;
    display: flex;
    width: 216px;
    height: 100%;
    margin-right: 24px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.news-img img {
    height: 100%;
}

.scaleBig {
    transition: all 1s;
}

    .scaleBig:hover {
        -webkit-transform: scale(1.12);
        transform: scale(1.12);
    }

.news-main .news-info {
    position: relative;
    float: left;
    width: 600px;
    height: 100%;
}

.news-main .news-item-title a {
    font-size: 18px;
    font-weight: 700;
}

.news-item-title a {
    color: #333;
    overflow: hidden;
    text-align: justify;
    -webkit-box-orient: vertical;
    display: block;
    text-overflow: ellipsis;
    word-break: break-all;
    transition: .5s;
}

    .news-item-title a:hover {
        color: #ff6600;
    }

.news-item-description a {
    display: block;
    margin-top: 4px;
    max-height: 48px;
    overflow: hidden;
    text-align: justify;
}

.news-flow-bar {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    color: #999;
    font-size: 12px;
}

    .news-flow-bar a {
        padding: 2px 4px;
        color: #fff;
        margin-right: 32px;
        background: #7f7f7f;
    }

    .news-flow-bar span {
        margin-right: 32px;
    }

.news-main .more {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin: 80px auto;
    color: #333;
    text-align: center;
    border: 1px solid #333;
}

.index-nav a {
    color: #999;
    margin: 0 8px;
}

.news-aside {
    float: right;
    width: 272px;
}

.aside-block {
    margin-bottom: 48px;
}

.aside-title1 {
    height: 56px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    text-align: center;
    background: url(../images/bg_title.png) no-repeat center bottom;
}

.hotlist li {
    margin-top: 16px;
    height: 40px;
    line-height: 40px;
}

    .hotlist li a {
        display: block;
        color: #333;
        padding-left: 40px;
        background: url(../images/number.png) 0 0 no-repeat;
    }

        .hotlist li a:hover {
            color: #ff6600;
        }

        .hotlist li a.num-1 {
            background-position: 2px 1px;
        }

        .hotlist li a.num-2 {
            background-position: 2px -50px;
        }

        .hotlist li a.num-3 {
            background-position: 2px -103px;
        }

        .hotlist li a.num-4 {
            background-position: 2px -155px;
        }

        .hotlist li a.num-5 {
            background-position: 2px -206px;
        }

        .hotlist li a.num-6 {
            background-position: 2px -258px;
        }

        .hotlist li a.num-7 {
            background-position: 2px -312px;
        }

        .hotlist li a.num-8 {
            background-position: 2px -364px;
        }

        .hotlist li a.num-9 {
            background-position: 2px -414px;
        }

        .hotlist li a.num-10 {
            background-position: 2px -468px;
        }

        .hotlist li a.num-1:hover {
            background-position: -522px 1px;
        }

        .hotlist li a.num-2:hover {
            background-position: -522px -50px;
        }

        .hotlist li a.num-3:hover {
            background-position: -522px -103px;
        }

        .hotlist li a.num-4:hover {
            background-position: -522px -155px;
        }

        .hotlist li a.num-5:hover {
            background-position: -522px -206px;
        }

        .hotlist li a.num-6:hover {
            background-position: -522px -258px;
        }

        .hotlist li a.num-7:hover {
            background-position: -522px -312px;
        }

        .hotlist li a.num-8:hover {
            background-position: -522px -364px;
        }

        .hotlist li a.num-9:hover {
            background-position: -522px -414px;
        }

        .hotlist li a.num-10:hover {
            background-position: -522px -468px;
        }

.news-aside .news-item {
    height: 64px;
    padding: 16px 0 0 0;
}

.news-aside .news-info {
    position: relative;
    float: left;
    width: 176px;
    height: 100%;
}

.news-aside .news-img {
    float: left;
    display: flex;
    width: 80px;
    height: 100%;
    margin-right: 16px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

.news-aside .news-item-title a {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
}

.news-aside .news-flow-bar {
    bottom: -5px;
}

.news-aside .news-item2 a {
    display: block;
    padding-top: 8px;
    color: #333;
}

.interview-item {
    position: relative;
    width: 272px;
    height: 208px;
    margin: 16px 0;
}

    .interview-item img {
        width: 272px;
        height: 208px;
    }

.icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: url(../images/icon_play.png) no-repeat center;
}

.interview-item2 a {
    display: block;
    color: #333;
    padding-left: 24px;
    margin-bottom: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/icon_video.png) no-repeat left center;
}

.report-item {
    position: relative;
    width: 272px;
    height: 136px;
    margin-top: 16px;
}

    .report-item img {
        width: 272px;
        height: 136px;
    }

.brief-report .report-list a {
    float: left;
    padding: 1px 8px;
    margin: 15px 7px 2px 8px;
    font-size: 12px;
    border: 1px solid #e5e5e5;
}

.tagscloud {
    position: relative;
    width: 272px;
    height: 240px;
    text-align: center;
}

    .tagscloud a {
        position: absolute;
        top: 0px;
        left: 0px;
        color: #333;
        margin: 0 8px 16px 0;
        text-align: center;
        padding: 0 8px;
        display: inline-block;
    }

        .tagscloud a.tagc1 {
            background: #000;
            color: #fff;
        }

        .tagscloud a.tagc2 {
            background: #ff6600;
            color: #fff;
        }

        .tagscloud a.tagc5 {
            background: #000;
            color: #fff;
        }

        .tagscloud a:hover {
            color: #fff;
            background: #2b65d9;
        }

.foot {
    position: relative;
    margin-top: 40px;
    color: #ccc;
    background: #000;
    z-index: 9999;
}

.foot-cont {
    height: 160px;
    border-bottom: 1px solid #333;
}

.foot-logo {
    margin-top: 50px;
}

.foot-nav {
    width: 656px;
    margin: 48px 0 0 72px;
}

    .foot-nav .nav-list {
        margin-bottom: 16px;
    }

        .foot-nav .nav-list a {
            color: #ccc;
        }

    .foot-nav .contact span {
        margin-right: 56px;
    }

    .foot-nav .contact i {
        margin-right: 8px;
    }

    .foot-nav .cut-off {
        font-style: normal;
        font-size: 12px;
        margin: 0 16px;
        color: #333;
    }

.foot-qrcode {
    float: right;
    margin-top: 20px;
}

    .foot-qrcode .qrcode-item {
        float: left;
        width: 110px;
        height: 80px;
        margin-left: 48px;
        font-size: 12px;
        text-align: center;
    }

.copyright {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
}

.in-foot {
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #ccc;
    font-size: 12px;
    background: #000;
}
/*列表*/
.news-sort {
    background: #f7f7f7;
    padding: 8px 24px;
    margin: 32px 0 40px 0;
    overflow: hidden;
}

    .news-sort li {
        float: left;
        margin: 8px 16px;
        height: 32px;
    }

        .news-sort li a {
            display: block;
            font-size: 16px;
            height: 30px;
            padding: 0 16px;
            text-align: center;
            box-sizing: border-box;
        }

        .news-sort li.active a {
            color: #ff6600;
            border: 1px solid #ff6600;
        }

.ad img {
    display: block;
}

.get-qrcode {
    margin-top: 20px;
    text-align: center;
}
/*访谈*/

.interview-carousel {
    position: relative;
    width: 100%;
    height: 448px;
    background: #000;
    overflow: hidden;
}

    .interview-carousel .swiper-container {
        width: 100%;
        height: 100%;
        color: #fff;
        text-align: center;
    }

    .interview-carousel .swiper-slide {
        position: relative;
        height: 100%;
        opacity: 0.4;
        -webkit-transition: 300ms;
        -moz-transition: 300ms;
        -ms-transition: 300ms;
        -o-transition: 300ms;
        transition: 300ms;
    }

    .interview-carousel .swiper-slide-active {
        opacity: 1;
    }

    .interview-carousel .swiper-slide .title {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 60px;
        line-height: 60px;
        color: #fff;
        font-size: 24px;
        padding: 80px 16px 0px 16px;
        overflow: hidden;
        text-align: center;
        background: url(../images/gradient_bg.png) left bottom repeat-x;
    }

        .interview-carousel .swiper-slide .title i {
            font-style: normal;
            margin: 0 10px;
            font-size: 18px;
        }

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #333;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #fff;
}

.pagination {
    /*position: absolute;*/
    z-index: 20;
    left: 0;
    bottom: 10px;
}

.interview-carousel .icon-arrow {
    width: 50px;
    height: 70px;
    line-height: 70px;
}

    .interview-carousel .icon-arrow i {
        font-size: 28px;
    }

.interview-carousel .arrow-right {
    right: 30%;
}

.interview-carousel .arrow-left {
    left: 30%;
}

.interview-list {
    margin-left: -24px;
}

    .interview-list li {
        position: relative;
        float: left;
        width: 384px;
        height: 464px;
        margin: 0 0 64px 24px;
        padding: 16px 0;
        background: #fff;
    }

.interview-category {
    padding-bottom: 150px;
}

.video-interview,
.word-interview {
    padding-top: 100px;
}

.interview-title {
    font-size: 24px;
    margin-bottom: 40px;
    text-align: center;
}

.interview-list .photo {
    display: block;
    width: 352px;
    height: 272px;
    margin: 0 16px;
    overflow: hidden;
}

    .interview-list .photo img {
        width: 352px;
        height: 272px;
        border: 1px solid #e5e5e5;
    }

.interview-list .name {
    width: 304px;
    margin: 0 auto;
    padding: 8px;
    font-size: 16px;
    color: #333;
    border: 1px solid #E5E5E5;
    border-top: none;
    text-align: center;
}

.interview-list .news {
    width: 320px;
    max-height: 78px;
    margin: 16px auto;
    overflow: hidden;
}

    .interview-list .news a {
        font-size: 16px;
        color: #333;
    }

.interview-list .go-home {
    position: absolute;
    left: 128px;
    bottom: -16px;
    width: 128px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    background: #333;
}

.interview-author {
    color: #333;
    font-size: 16px;
    margin: 4px 0 16px 0;
}

    .interview-author .author-avatar {
        width: 32px;
        height: 32px;
        margin-right: 16px;
        border-radius: 100%;
    }

.interview-tab {
    margin-bottom: 8px;
}

    .interview-tab a {
        position: relative;
        display: inline-block;
        padding-bottom: 8px;
        margin-right: 40px;
        font-size: 18px;
        padding-left: 16px;
    }

        .interview-tab a.active {
            font-weight: 700;
            color: #333;
            font-size: 24px;
        }

            .interview-tab a.active:after {
                position: absolute;
                left: 0;
                top: 18px;
                content: '';
                width: 6px;
                height: 6px;
                border-radius: 100%;
                background: #000;
            }

/*资讯详情*/

.article-title {
    color: #333;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 42px;
    font-weight: bold;
    text-align: justify;
}

.article_info {
    margin: 24px 0 32px 0;
}

    .article_info span {
        margin-right: 48px;
        color: #999;
    }

.article_summary {
    padding: 16px 32px;
    height: 75px;
    color: #333;
    font-size: 16px;
    margin-bottom: 40px;
    overflow: hidden;
    background: url(../images/bg_summary.jpg) no-repeat center;
}

.article-content,
.article-interview {
    color: #333;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: justify;
}

    .article-content p {
        margin-bottom: 24px;
    }

        .article-content p img {
            display: block;
            margin: 30px auto;
            max-width: 840px;
        }

.interview-dl {
    padding-bottom: 24px;
    background: url(../images/bg_line.jpg)repeat-y left;
}

    .interview-dl dt {
        float: left;
        width: 88px;
        padding-left: 30px;
        margin-left: -10px;
        font-weight: bold;
    }

    .interview-dl.ask dt {
        background: url(../images/icon_ask.png) no-repeat left center;
    }

    .interview-dl.answer dt {
        background: url(../images/icon_answer.png) no-repeat left center;
    }

    .interview-dl dd {
        float: left;
        width: 700px;
    }

.key-word {
    margin: 48px 0;
}

    .key-word a {
        display: inline-block;
        padding: 0 8px;
        margin-right: 16px;
        border: 1px solid #E5E5E5;
    }

.disclaimer {
    margin: 16px 0 48px 0;
    padding: 16px;
    font-size: 12px;
    background: #f4f5f6;
}

.comment .title {
    font-size: 20px;
    color: #333;
}

.comment-content {
    margin: 16px 0 32px 0;
    border: 1px solid #E5E5E5;
}

    .comment-content .comment-input {
        width: 822px;
        height: 112px;
        color: #333;
        font-size: 14px;
        border: 0;
        padding: 8px;
        resize: none;
    }

    .comment-content .comment-control {
        padding: 10px 16px;
        background: #f4f5f6;
    }

.comment-control .use-info {
    position: relative;
    float: left;
    margin-right: 64px;
}

    .comment-control .use-info input {
        width: 140px;
        height: 24px;
        padding-left: 5px;
        background: #f4f5f6;
        border: 1px solid #ccc;
    }

.comment-input:focus,
.use-info input:focus,
.comment-control button:focus {
    outline: none;
}

.comment-control .use-info .yzm {
    position: absolute;
    right: 0;
}

.use-info .yzm img {
    height: 28px;
}

.comment-control button {
    float: right;
    width: 64px;
    height: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: none;
    background: #000;
    transition: all .2s;
}

    .comment-control button:hover {
        background: #333;
    }

.comment-list {
    margin-bottom: 80px;
}

.comment-list-item {
    padding: 16px 0;
    border-bottom: 1px dashed #E5E5E5;
}

    .comment-list-item .item-user {
        margin: 0 0 8px 0;
    }

.author-info {
    text-align: center;
    padding: 24px 0;
    border: 1px solid #E5E5E5;
    border-top: 3px solid #000;
}

    .author-info .author-avatar {
        display: block;
        width: 96px;
        height: 96px;
        margin: 0 auto 16px;
        border-radius: 100%;
    }

.relate-report .title {
    font-size: 20px;
    color: #333;
    height: 16px;
    line-height: 18px;
    padding-left: 16px;
    margin-bottom: 24px;
    border-left: 3px solid #000;
}

.relate-item {
    margin-bottom: 16px;
}

    .relate-item a,
    .recruit-item a {
        display: block;
        padding-bottom: 4px;
        color: #333;
        font-size: 16px;
        transition: all .3s;
    }

        .relate-item a:hover {
            color: #ff6600;
        }

.recruit .title {
    font-size: 20px;
    color: #333;
    height: 16px;
    line-height: 18px;
    padding-left: 16px;
    margin-bottom: 8px;
    border-left: 3px solid #000;
}

.recruit-item {
    padding: 16px 0;
    border-bottom: 1px dashed #E5E5E5;
}

    .recruit-item a .salary {
        margin-left: 8px;
        color: #ff6600;
    }

    .recruit-item .vdot {
        margin: 0 4px;
        color: #ccc;
    }
/*关于我们*/
.intro-banner {
    width: 100%;
    height: 300px;
    background: url(../images/pic_intro.jpg) no-repeat center;
}

.about, .sever, .trench, .honors, .cases {
    padding: 72px 0;
}

.intro-title {
    width: 568px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

    .intro-title .title {
        padding: 0 56px;
        display: inline-block;
        position: relative;
        z-index: 1;
    }

    .intro-title:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 1px;
        top: -12px;
        bottom: 0;
        left: 0;
        margin: auto;
        background: #E5E5E5;
    }

    .intro-title h2 {
        letter-spacing: 2px;
        font-size: 24px;
        line-height: 32px;
        font-weight: 500;
        color: #000;
    }

    .intro-title p {
        font-size: 12px;
        color: #666;
    }

.about .left {
    margin: 0 160px 0 40px;
}

.about .right {
    padding-top: 32px;
    width: 568px;
}

    .about .right .text {
        margin-top: 32px;
    }

.sever-list {
    margin: 24px 0 0 -32px;
}

    .sever-list li {
        float: left;
        width: 296px;
        height: 212px;
        padding: 60px 40px 0 40px;
        margin: 40px 0 0 32px;
        text-align: center;
        background: #fff;
        box-shadow: 0 8px 32px rgba(105,123,140,.06);
        border-radius: 2px;
    }

        .sever-list li h3 {
            font-size: 18px;
            color: #333;
            margin: 16px 0 8px 0;
        }

.trench-cont {
    margin-top: 64px;
}

    .trench-cont .side {
        float: left;
        width: 200px;
        height: 447px;
        padding: 40px 0 0 56px;
        border: 1px solid #e5e5e5;
    }

        .trench-cont .side li {
            position: relative;
            font-size: 16px;
            color: #333;
            padding: 16px 0;
            cursor: pointer;
        }

            .trench-cont .side li.active {
                font-size: 24px;
            }

.side li.active:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: none;
    height: 15px;
    border-left: 2px solid #fa6400;
}

.trench-cont .main-item {
    position: relative;
    float: left;
    width: 830px;
    height: 383px;
    padding: 60px 24px 46px 80px;
    color: #fff;
}

.trench-cont .main .top-line {
    width: 84px;
    height: 6px;
    background: #f8f9fe;
    margin-bottom: 27px;
}

.trench-cont .main h2 {
    font-size: 48px;
    line-height: 56px;
    font-weight: bolder;
    margin-bottom: 12px;
    color: #fff;
}

.trench-cont .logos {
    position: absolute;
    left: 80px;
    bottom: 64px;
}

    .trench-cont .logos li {
        position: relative;
        float: left;
        width: 200px;
        color: #fff;
        text-align: center;
    }

    .trench-cont .logos .line {
        position: absolute;
        top: 16px;
        right: 0;
        border-left: 1px solid #fff;
        height: 32px;
        opacity: .3;
    }




.cases-tab {
    margin: 32px 0;
    text-align: center;
}

    .cases-tab a {
        font-size: 16px;
        color: #666;
        margin: 0 32px;
    }

        .cases-tab a.active {
            font-size: 18px;
            color: #333;
            font-weight: bold;
        }

.case-list {
    padding-left: 16px;
    overflow: hidden;
    border-top: solid 1px #f2f5f7;
    border-left: solid 1px #f2f5f7;
}

    .case-list li {
        float: left;
        width: 130px;
        height: 80px;
        border-radius: 2px;
        background: #fff;
        border-right: solid 1px #f2f5f7;
        border-bottom: solid 1px #f2f5f7;
    }

        .case-list li img {
            display: block;
            width: 110px;
            height: 80px;
        }

.subject-list li {
    float: left;
    height: 200px;
    margin: 4px;
}

    .subject-list li img {
        width: 100%;
        height: 100%;
    }


.honor-pic {
    width: 1152px;
    margin: 0 auto;
    position: relative;
}

    .honor-pic .honor {
        height: 320px;
        width: 800px;
        position: absolute;
        left: 50%;
        margin-left: -400px;
    }

        .honor-pic .honor li {
            height: 245px;
            width: 319px;
            background-color: #ccc;
            text-align: center;
            cursor: pointer;
            font-size: 14px
        }

            .honor-pic .honor li img {
                width: 100%;
                height: 100%;
            }

            .honor-pic .honor li p {
                font-size: 14px;
                color: #484848;
                margin-top: 20px;
                font-weight: bold;
            }

            .honor-pic .honor li.roundabout-in-focus {
                cursor: default;
            }

            .honor-pic .honor li span {
                display: block;
                padding-top: 6em;
            }

    .honor-pic .invents-btn {
        width: 177px;
        height: 55px;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -90px;
        top: 540px;
    }

.round_conrol div {
    position: absolute;
    width: 34px;
    height: 34px;
    display: block !important;
    cursor: pointer;
    text-indent: -9999px;
}

#bt-previous {
    background: url(../images/btn.png) no-repeat left;
    background-position: -19px -160px;
    left: 15px;
    top: 50%;
}

#bt-next {
    background: url(../images/btn.png) no-repeat left;
    background-position: -68px -160px;
    right: 15px;
    top: 50%;
}

#bt-previous2 {
    background: url(../images/btn.png) no-repeat no-repeat left;
    left: 0;
    top: 25%;
}

#bt-next2 {
    background: url(../images/btn.png) no-repeat no-repeat left;
    right: 0;
    top: 25%;
}
/*网站导航*/
.webnavs-con {
    min-height: 550px;
}

.webnav-tab {
    padding: 30px 0;
}

    .webnav-tab a {
        float: left;
        height: 40px;
        line-height: 40px;
        margin-right: 24px;
        padding: 0 24px;
        color: #fff;
        font-size: 16px;
        color: #333;
        text-align: center;
        border: 1px solid #333;
    }

        .webnav-tab a.active {
            color: #fff;
            background-image: -webkit-linear-gradient(left,#ff8400 0,#ff6c00 100%);
            background-image: -o-linear-gradient(left,#ff8400 0,#ff6c00 100%);
            background-image: linear-gradient(to right,#ff8400 0,#ff6c00 100%);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8400 ', endColorstr='#ff6c00', GradientType=1);
            cursor: pointer;
            border: 1px solid #ff6c00;
        }

.letter-tav-item {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #fff;
}

    .letter-tav-item a {
        margin: 0 8px;
    }

        .letter-tav-item a.active {
            font-weight: bold;
            color: #ff5a00;
        }

.webnavs-con .nav-list {
    padding: 25px 20px;
    margin: 0 0 40px 0;
    background: #fff;
}

    .webnavs-con .nav-list .nav-dl {
        margin-bottom: 10px;
    }

        .webnavs-con .nav-list .nav-dl dt {
            float: left;
            width: 80px;
            padding-top: 5px;
            color: #2e3238;
        }

        .webnavs-con .nav-list .nav-dl dd {
            float: left;
            width: 1020px;
        }

            .webnavs-con .nav-list .nav-dl dd a {
                float: left;
                padding: 0 20px;
                margin: 0 20px 20px 0;
                height: 32px;
                line-height: 32px;
                border-radius: 2px;
                border: 1px solid #edeeef;
            }

.webnavs-news {
    padding: 25px 20px;
    margin: 30px 0 40px 0;
    background: #fff;
}

    .webnavs-news a {
        display: inline-block;
        width: 350px;
        margin-left: 30px;
        line-height: 35px;
        text-overflow: ellipsis;
        word-break: break-all;
        transition: .5s;
    }

        .webnavs-news a:hover {
            color: #ff5a00;
        }

/*.m-page {
    display: table;
    margin: 40px auto 80px auto;
}

    .m-page ul li {
        float: left;
    }

        .m-page ul li a {
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            margin-right: 10px;
            border-radius: 2px;
            color: #999;
            background: #f4f5f6;
            text-align: center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .m-page ul li a:hover {
                background: #333;
                color: #555;
                color: #fff;
                transition: background-color 0.3s;
            }

        .m-page ul li.on a {
            background: #333;
            color: #fff;
            transition: background-color 0.3s;
        }*/


.news-main .news-info2 {
    position: relative;
    height: 100%;
}


/*专题*/
.topic-tab {
    padding: 32px 0;
}

    .topic-tab a {
        float: left;
        color: #333;
        height: 40px;
        margin-right: 24px;
        padding: 0 16px;
        font-size: 16px;
        line-height: 40px;
        text-align: center;
    }

        .topic-tab a.active {
            color: #ff6600;
            border: 1px solid #ff6600;
        }

.topic-list {
    margin: 16px 0 0 -46px;
}

    .topic-list li {
        float: left;
    }

        .topic-list li a {
            display: block;
            width: 576px;
            height: 352px;
            color: #333;
            margin: 0 0 46px 46px;
            background: #fff;
            transition: all .2s;
        }

            .topic-list li a:hover {
                color: #ff6600;
                transition: all .2s linear;
                -o-transition: all .2s linear;
                -ms-transition: all .2s linear;
                -moz-transition: all .2s linear;
                -webkit-transition: all .2s linear;
                -webkit-box-shadow: 0 0 20px #ddd;
                -o-box-shadow: 0 0 20px #ddd;
                -ms-box-shadow: 0 0 20px #ddd;
                box-shadow: 0 0 20px #ddd;
            }

.topic-img {
    display: block;
    width: 576px;
    height: 280px;
    overflow: hidden;
}

    .topic-img img {
        width: 576px;
        height: 280px;
    }

.topic-tit {
    font-size: 16px;
    text-align: center;
    padding: 16px 40px 0 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.seach-empty {
    text-align: center;
    padding: 96px 0;
    line-height: 48px;
}

.partner {
    color: #999;
    margin-top: 32px;
}

    .partner a {
        color: #999;
        margin: 0 8px;
    }


/* 修改的样式 */
.tab-option {
    height: 56px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    background: url(../images/bg_title.png) no-repeat center bottom;
}

    .tab-option.footer {
        height: 50px;
        font-size: 16px;
        background: none;
    }

    .tab-option span {
        margin-right: 20px;
        padding-bottom: 8px;
    }

        .tab-option span.active {
            border-bottom: 2px solid #333;
        }

.poi {
    cursor: pointer;
}

.tab-box.footer div {
    display: none;
}

.tab-box.footer a {
    margin-right: 16px;
    font-size: 14px;
    color: #999;
}

.new-relate-report {
    padding-bottom: 24px;
}

    .new-relate-report h2 {
        font-size: 24px;
        color: #333;
        height: 22px;
        line-height: 24px;
        padding-left: 16px;
        margin-bottom: 16px;
        border-left: 3px solid #000;
    }


/* 商机相关 */
.sj_ad {
    padding-top: 4px;
}

    .sj_ad ul {
        width: 1221px;
    }

    .sj_ad li {
        float: left;
        margin-right: 21px;
        margin-bottom: 20px;
    }

        .sj_ad li a img {
            display: block;
        }

/* 商机搜素 */
.sj_search {
    padding-bottom: 25px;
    background: url(../images/sj_search_bgline.png) repeat-x left bottom;
}

    .sj_search .l p {
        padding: 10px 0;
    }

    .sj_search .l a {
        margin-left: 10px;
        padding: 5px 10px;
        border: 1px solid #fff;
        border-radius: 2px;
    }

        .sj_search .l a.active {
            border: 1px solid #f75c00;
            color: #f75c00;
        }

    .sj_search .search {
        margin-top: 10px;
        width: 340px;
        height: 36px;
        background-color: #ffffff;
        border-radius: 18px;
        border: solid 1px #e4e4e4;
    }

        .sj_search .search input {
            width: 280px;
            height: 36px;
            line-height: 36px;
            border: 0;
            padding: 0;
            outline: none;
            margin-left: 20px;
        }

/* 商机列表 */
.sj_list {
    padding-top: 30px;
}

    .sj_list ul {
        width: 1221px;
        line-height: normal;
    }

    .sj_list li {
        position: relative;
        float: left;
        width: 344px;
        height: 168px;
        background-color: #ffffff;
        border: solid 1px #dcdcdc;
        padding: 30px 20px;
        margin-right: 21px;
        margin-bottom: 20px;
    }

        .sj_list li:hover {
            box-shadow: 5px 5px 20px rgba(0, 0, 0, .05);
        }

            .sj_list li:hover p.job span {
                color: #276bf2 !important;
            }

        .sj_list li p.job span {
            display: inline-block;
            max-width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .sj_list li p.company,
        .sj_list li .time {
            margin-top: 10px;
        }

            .sj_list li p.company span {
                display: inline-block;
                max-width: 260px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .sj_list li p.company img {
                display: inline-block;
                margin-left: 5px;
            }

        .sj_list li .text-box {
            position: relative;
            margin-top: 5px;
            line-height: 26px;
            max-height: 78px;
            overflow: hidden;
        }

            .sj_list li .text-box .more {
                display: none;
                position: absolute;
                right: 0;
                bottom: 0;
                background-color: #ffffff;
            }

                .sj_list li .text-box .more a {
                    margin-left: 2px;
                    color: #2566e8;
                }

        .sj_list li .time span {
            margin-left: 10px;
        }

        .sj_list li .superscript {
            position: absolute;
            top: -1px;
            right: -1px;
            width: 67px;
            height: 48px;
            background: url(/lib/css/news_cfw_cn/images/sj_superscript.png) no-repeat center;
            padding-top: 2px;
            padding-right: 3px;
            font-size: 16px;
            color: #ffffff;
        }

.no-sj-list {
    padding: 65px 0 160px;
}

    .no-sj-list p {
        padding-top: 20px;
    }

    .no-sj-list .sj-send {
        margin-top: 60px;
        display: inline-block;
        width: 138px;
        height: 38px;
        line-height: 38px;
        background-color: #ff7616;
        border-radius: 4px;
        font-size: 14px;
        letter-spacing: 0px;
        color: #ffffff;
    }

/* 商机吸低内容 */
.sj-btm-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10009;
    height: 100px;
    background: #000000;
    filter: alpha(opacity=90);
    background: rgba(0, 0, 0, .9);
}

    .sj-btm-box .xf {
        position: absolute;
        top: -44px;
        left: 60px;
    }

    .sj-btm-box .text {
        position: absolute;
        top: 22px;
        left: 170px;
    }

    .sj-btm-box .send-btn {
        position: absolute;
        top: 25px;
        left: 550px;
    }

    .sj-btm-box .kefu-box {
        position: absolute;
        top: 18px;
        right: 140px;
        text-align: center;
    }

        .sj-btm-box .kefu-box p {
            padding-bottom: 8px;
            font-size: 14px;
            color: #ffffff;
        }

    .sj-btm-box .close {
        position: absolute;
        top: 8px;
        right: 38px;
    }

#btmOpen {
    position: fixed;
    left: -176px;
    bottom: 10px;
    cursor: pointer;
    z-index: 10009;
}

.sj-foot {
    padding: 30px 0 10px;
}

.share {
    display: none;
    width: 50px;
    position: fixed;
    right: 75px;
    top: 150px;
    text-align: center;
    line-height: 30px;
    z-index: 9999;
}


/* layer */
.news-layer {
    padding: 30px 60px;
    line-height: normal;
}

    .news-layer .title {
        padding-bottom: 20px;
        text-align: center;
        font-size: 20px;
        letter-spacing: 1px;
        color: #ff7616;
    }

    .news-layer .company {
        margin-top: 10px;
        line-height: 24px;
    }

        .news-layer .company img {
            display: inline-block;
            vertical-align: -4px;
            margin-left: 10px;
        }

    .news-layer .company-text {
        line-height: 24px;
    }

    .news-layer .line-title {
        position: relative;
        padding: 20px 0;
        font-size: 20px;
        font-weight: 600;
        color: #2e3238;
    }

        .news-layer .line-title .line {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            height: 1px;
            background-color: #e5e5e5;
        }

        .news-layer .line-title .text {
            position: relative;
            z-index: 2;
            padding: 0 20px;
            background-color: #fff;
        }

.must {
    margin-right: 3px;
    color: #ff7616;
}

.formitm {
    padding: 0 0 20px 0;
    display: table;
    content: '';
    clear: both;
}

    .formitm .lab {
        float: left;
        width: 70px;
        text-align: right;
    }

    .formitm .ipt-box {
        position: relative;
        float: left;
        margin-left: 10px;
    }

.u-ipt {
    height: 38px;
    line-height: 38px;
    padding: 0 0 0 10px;
    color: #2e3238;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #e2e4e7;
    transition: all .3s;
}

.ipt-box .u-ipt {
    width: 370px;
}

    .ipt-box .u-ipt.s {
        width: 280px;
    }

.formitm .ipt-box .get-code {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #276de6;
}

.u-tea {
    width: 360px;
    height: 100px;
    padding: 10px;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
    border: 1px solid #e2e4e7;
}

.btn-normal {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    background-color: #ff7616;
}

.u-checkbox, .u-radio {
    vertical-align: -2px;
    margin-right: 5px;
}

em.error {
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 20px;
    line-height: 20px;
    padding-left: 20px;
    font-size: 12px;
    color: #e84c3d;
    font-style: normal;
    background: url(/lib/images/res/icon_warn.png) no-repeat left;
}

input.error, textarea.error {
    border-color: #e84c3d !important;
}

    input.error:focus,
    textarea.error:focus {
        box-shadow: 0 0 4px rgba(232, 76, 61, 0.4);
    }

/* 发布类型 */
.type-tab {
    width: 460px;
}

    .type-tab li {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        width: 89px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border-radius: 2px;
        border: solid 1px #e5e5e5;
        color: #2e3238;
    }

        .type-tab li.active {
            border-color: #ff7616;
            color: #ff7616;
        }

.u-upload {
    width: 200px;
    height: 150px;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}

.u-upload-box {
    width: 200px;
    height: 150px;
    color: #c8cbcf;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #e2e4e7;
}

.add-rz img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

.pic-tool {
    margin-left: 20px !important;
    width: 200px;
}
