﻿@charset "gb2312";
/* CSS Document */

/***************全局***************/
html {
    font-family: "Microsoft YaHei";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    color: #333;
}

body {
    margin: 0;
    background: #f5f5f5;
}

article, aside, footer, header, nav, section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

h3, p, div {
    padding: 0;
    margin: 0;
    display: block;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #a4a4a4;
}

    a:active, a:hover {
        outline-width: 0;
        color: #f27b04;
    }

    a:hover {
        text-decoration: underline;
    }

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

button, input, optgroup, select, textarea {
    font-family: Microsoft YaHei;
    font-size: 100%;
    margin: 0;
    background-image: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

*:focus {
    outline: none;
}

select {
    padding: 3px 5px;
    margin-left: 5px;
}

label {
    margin-right: 5px;
}

img {
    border: 0 none;
    padding: 0;
    margin: 0;
    display: block;
}

em, i {
    font-style: normal;
}

/*****左右布局****/
.left {
    float: left;
}

.right {
    float: right;
}

.bg {
    background: #fff;
}

.padding {
    padding: 10px;
}

/*****圆角****/
.shadow {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.shadowlr {
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

/*****投影****/
.boxshadow {
    box-shadow: 1px 2px 10px rgba(0,0,0,0.20);
    -moz-box-shadow: 1px 2px 10px rgba(0,0,0,0.20);
    -webkit-box-shadow: 1px 2px 10px rgba(0,0,0,0.20);
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=0,strength=6) 　　　　　　 progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=90,strength=6) 　　　　　　　progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=6) 　　　　　　　progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=270,strength=6)";
    /*低于Internet Explorer 版本8*/
    *filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=0, strength=6) 　　　　　　progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=90, strength=6) 　　　　　　progid:DXImageTransform.Microsoft.Shadow(color=#000000 direction=180, strength=6) 　　　　　　progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=270, strength=6);
}

/*****边距****/
.mtpo10 {
    margin-top: 10px;
}

.mtpo15 {
    margin-top: 15px;
}

.mtpo20 {
    margin-top: 20px;
}

.mrpo10 {
    margin-right: 10px;
}

.mrpo15 {
    margin-right: 15px;
}

.mrpo20 {
    margin-right: 20px;
}

.mbpo10 {
    margin-bottom: 10px;
}

.mbpo15 {
    margin-bottom: 15px;
}

.mbpo20 {
    margin-bottom: 20px;
}

.ptop10 {
    padding-top: 10px;
}

.ptop15 {
    padding-top: 15px;
}

.ptop20 {
    padding-top: 20px;
}

.hidden {
    overflow: hidden;
}

.oncolor {
    font-weight: bold;
    color: #f27b04;
}

.blbo {
    border-bottom: 1px solid #e1e1e1;
}

/*****广告****/
.topad, .con_add {
    overflow: hidden;
}

.adxxx {
    width: 1300px;
}

.adxxxx {
    width: 810px;
}

.adxxxxx {
    width: 393px;
}

.topad a, .con_add a {
    float: left;
}

.topad a {
    margin-right: 7px;
}

    .topad a img {
        width: 214px;
        height: 68px;
    }

.con_add a {
    margin-right: 10px;
}

    .con_add a img {
        width: 196px;
        height: 63px;
    }

/*****清除float****/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
}

/*****logo****/
.logo {
    width: 200px;
}

.fenzhan {
    position: relative;
    float: left;
    margin-top: 38px;
    margin-left: 30px;
    padding-left: 30px;
    overflow: hidden;
    height: 61px;
    line-height: 63px;
    font-size: 32px;
    font-weight: bold;
    color: #071f63;
    border-left: solid 1px #e1e1e1;
}

.libg {
    background: url(/dist/img/W6.gif) 10px center no-repeat;
    text-indent: 1em;
}

.abg {
    height: 27px;
    line-height: 27px;
    background: url(../img/W6.gif) left center no-repeat;
    text-indent: 1em;
    display: block;
}

/*****全局 头 脚 内容****/
header, .container, footer {
    width: 100%;
}

header {
    background: #f27b04;
    overflow: hidden;
}

footer {
    overflow: hidden;
    background: #3d3d3d;
}

.container {
    padding: 20px 0;
}

nav, .container_con {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

/*****导航-当前位置****/
/*.current{border-bottom: 1px solid #e1e1e1;}*/
.current a, .current em, .current span {
    float: left;
    height: 22px;
    font-size: 12px;
    margin-left: 0px;
    line-height: 22px;
    color: #999;
}

.current em {
    margin: 0 5px;
    color: #000005;
}

.current span.on {
    color: #F27B05;
}

.nvhm {
    width: 25px;
    background: url(../img/hz_ico.png) no-repeat -22px -102px;
    overflow: hidden;
    padding-left: 20px;
}

/*****页脚****/
#footer {
    padding-bottom: 20px;
}

    #footer ul {
        overflow: hidden;
        margin: 0 auto;
        width: 904px;
    }

        #footer ul li {
            float: left;
            position: relative;
            margin-right: 25px;
        }

            #footer ul li b {
                border: 1px solid #a4a4a4;
                height: 10px;
                position: absolute;
                top: 5px;
                right: -11px;
            }

            #footer ul li a {
                color: #a4a4a4;
            }

                #footer ul li a:hover {
                    color: #db2242;
                    text-decoration: none;
                }

    #footer p {
        text-align: center;
        color: #a4a4a4;
        line-height: 25px;
        margin-top: 10px;
    }

/*************返回顶部************/
.scrolltop {
    position: fixed;
    bottom: 190px;
    left: 50%;
    margin-left: 570px;
    width: 37px;
}

    .scrolltop .toQQ, .scrolltop .toTop {
        display: block;
        width: 37px;
        height: 40px;
    }

    .scrolltop .toTop {
        background: url(/dist/img/scrolltop.png) -43px 0 no-repeat !important;
        visibility: hidden;
        text-indent: -999%;
        overflow: hidden;
    }

        .scrolltop .toTop:hover {
            background-position: 0px 0px !important;
        }

    .scrolltop .toQQ {
        background: url(/dist/img/scrolltop.png) -43px -120px no-repeat !important;
        position: relative;
    }
/*.scrolltop a.toQQ:hover{background-position: 0 -120px !important;}*/
.toqqlist {
    width: 95px;
    height: 185px;
    overflow: hidden;
    position: absolute;
    background: #fff;
    top: 0px;
    right: 37px;
    padding: 20px;
    font-size: 16px;
    border: solid 1px #fe6c49;
    display: none;
}

    .toqqlist a {
        background: url(/dist/img/qq.png) top right no-repeat;
        overflow: hidden;
        display: block;
        height: 25px;
        line-height: 25px;
        font-size: 16px;
        margin-bottom: 7px;
    }
/*************返回顶部************/


/*****导航菜单****/
nav ul li {
    width: 120px;
    float: left;
}

    nav ul li.oth {
        width: 100px;
    }

    nav ul li.on {
        background: #f29e04;
        color: #fff;
    }

    nav ul li.olast {
        position: relative;
    }

        nav ul li.olast img {
            position: absolute;
            top: 0;
            right: 0;
            width: 20px;
            height: 20px;
        }
    /*nav ul li.olast a,nav ul li.olast a:hover{background-color: #f95e01;}
nav ul li.olast a{ position: relative; text-align: left;width: 93px; padding-left: 7px;}
nav ul li.olast a img{ width: 20px;position: absolute; right: 5px; top: 10px;}*/
    nav ul li a {
        display: block;
        color: #fff;
        text-align: center;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

        nav ul li a:hover {
            background: #f29e04;
            color: #fff;
        }

        nav ul li a.navon, nav ul li a.navon:hover {
            background-color: #f95e01;
        }

.con_left {
    width: 274px;
}

.con_right {
    width: 816px;
}


/*****行业目录****/
/*.side_nav{margin-bottom: -1px;}*/
.side_nav_title {
    background: #f27b04 url(../img/hz_ico.png) no-repeat -340px -77px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-indent: 51px;
}

.side_nav dl {
    overflow: hidden;
}

    .side_nav dl:hover {
        background: #fbfbfb;
    }

.side_nav dd {
    border-bottom: 1px dashed #dedede;
    padding: 10px 26px;
}

    .side_nav dd a {
        color: #333;
        height: 26px;
        line-height: 26px;
        display: inline-block;
        width: 108px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .side_nav dt a:hover, .side_nav dd a:hover {
            text-decoration: underline
        }

        .side_nav dd a.more {
            color: #f60
        }

            .side_nav dd a.more:after {
                content: ">>";
            }

    .side_nav dd span {
        display: inline-block;
        width: 1px;
        height: 13px;
        background-color: #d4d4d4;
        margin: 0 5px;
    }


/*****内容标题****/
.con_bankuai {
}

.con_title {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 10px 10px 0;
}

    .con_title h6 {
        font-size: 16px;
        color: #444;
        padding-left: 10px;
    }

        .con_title h6.jp {
            background: url(../img/hz_ico.png) no-repeat -340px -57px;
            padding-left: 45px;
        }

        .con_title h6 .gy {
            background: url(../img/hz_ico.png) no-repeat -23px -22px;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: text-top;
            margin-right: 10px;
            margin-left: 5px;
        }

        .con_title h6 .newjr {
            background: url(../img/hz_ico.png) no-repeat -261px -22px;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: text-top;
            margin-right: 10px;
            margin-left: 5px;
        }

        .con_title h6 .jjvip {
            background: url(../img/hz_ico.png) no-repeat -68px -22px;
            width: 20px;
            height: 20px;
            display: inline-block;
            vertical-align: text-top;
            margin-right: 10px;
            margin-left: 5px;
        }

        .con_title h6.qy {
            background: url(../img/hz_ico.png) no-repeat -340px -118px;
            padding-left: 45px;
        }

        .con_title h6.tj {
            background: url(../img/hz_ico.png) no-repeat -340px -21px;
            padding-left: 45px;
        }

    .con_title .more {
        float: right;
        color: #666;
        font-size: 14px;
        font-weight: normal;
    }

    .con_title h6 span {
        font-size: 14px;
        font-weight: normal;
        margin-left: 20px;
        display: inline-block;
        color: red;
    }


.con_bankuai_con {
    padding: 10px;
    overflow: hidden;
}

/*****首页-商业机会****/
.con_syjh, .con_ad_syjh {
    width: 218px;
    overflow: hidden;
    margin-right: 10px;
    float: left;
    height: 134px;
}

.con_ad_syjh {
    width: 164px;
}

    .con_ad_syjh img {
        width: 164px;
        height: 134px;
    }

.con_syjh li a {
    height: 26px;
    line-height: 26px;
    display: block;
    width: 218px;
    overflow: hidden;
}

/*****首页-企业精品****/
.con_qyjp li {
    margin: 5px 15px 0 5px;
    float: left;
}

.con_qyjp li, .con_qyjp a, .con_qyjp a img, .con_qyjp a span {
    width: 181px;
}

    .con_qyjp a img {
        height: 167px;
    }

    .con_qyjp a span {
        height: 35px;
        line-height: 35px;
        overflow: hidden;
        display: block;
        text-align: center;
    }


/*****首页-企业/推荐/资讯/论坛****/
.con_qy, .con_tj {
    width: 403px;
    height: 337px;
    overflow: hidden;
}

    .con_tj con_qyjp {
        width: 375px;
    }

    .con_tj .con_qyjp li, .con_tj .con_qyjp a, .con_tj .con_qyjp a img, .con_tj .con_qyjp a span {
        width: 111px;
    }

    .con_tj .con_qyjp li {
        margin: 5px 15px 0 5px;
    }

    .con_tj .con_qyjp a img {
        height: 98px;
    }

    .con_tj .con_qyjp a span {
        height: 35px;
        line-height: 35px;
    }


.con_ul li {
    padding: 10px 0;
}

.con_ul a {
    font-size: 16px;
}

.con_ul span {
    display: block;
    margin-top: 5px;
    color: #666666;
    height: 25px;
    overflow: hidden;
}

.con_ul a.title {
    color: #333;
}

.con_qy.con_other {
    height: 273px;
    overflow: hidden;
}

.con_bankuai_con.con_other {
    padding: 10px 15px;
}

.con_other li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

li.blli {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    background: url(/dist/img/e_icon9.png) bottom repeat-x;
    font-size: 12px;
}

.con_other li span.middot {
    background: url("../img/W6.gif?v=20220901") no-repeat center;
    width: 10px;
    height: 30px;
    display: block;
    float: left;
    text-indent: -999%;
    overflow: hidden;
}

.con_other em {
    color: #999;
    float: right;
}

.con_other li a {
    white-space: nowrap;
    width: 180px;
    overflow: hidden;
    float: left;
    margin-left: 5px;
    text-overflow: ellipsis;
}

/*分页*/
.xxxpage {
    padding: 10px 20px 20px 10px;
    text-align: center;
}

    .xxxpage span {
        margin-right: 16px;
        color: #666;
        font-size: 12px;
    }

    .xxxpage a {
        padding: 4px 10px;
        background: #fbfbfb;
        border: 1px solid #e8e8e8;
        color: #666;
        font-size: 12px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-right: 10px;
    }

    .xxxpage input {
        width: 50px;
        height: 22px;
        background: #FBFBFB;
        border: 1px solid #F27B05;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        color: #F27B05;
    }

    .xxxpage .tzhuan {
        padding: 5px 13px;
        background: #F27B05;
        color: #fff;
        font-size: 12px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        margin-left: 10px;
        border: none;
    }


.gyxxleft {
    width: 860px;
}

.gyxxright {
    width: 230px;
}

.gyxxad img {
    width: 230px;
    height: 120px;
}

.con_other.con_qgxx li {
    padding: 0 10px;
}

.con_other.con_qgxx .bot, .con_other.con_qgxx .name, .con_other.con_qgxx .title {
    margin-right: 10px;
}

.con_other.con_qgxx .time {
    color: #999999;
    float: right;
    width: 250px;
    text-align: left;
}

    .con_other.con_qgxx .time.newstime {
        width: auto;
        text-indent: 0;
    }

    .con_other.con_qgxx .time span {
        width: 150px;
        margin-right: 10px;
        display: inline-block;
    }

.con_qgxx em {
    float: none;
}
/*.con_other.con_qgxx .em{ width: 88px;}*/


.side_nav ul {
    padding: 10px;
    overflow: hidden;
}

.side_nav li {
    width: 140px;
    float: left;
    height: 27px;
    overflow: hidden;
}

.fl_nav .flleft {
    float: left;
    padding: 19px 10px 15px 20px;
    font-weight: bold;
}

.fl_nav ul {
    float: left;
    padding: 15px;
    width: 990px;
}


.con_jdk ul {
    display: block;
    overflow: hidden;
    padding: 10px 10px;
    border-bottom: 1px dashed #dedede;
}

.bgcalss {
    background: #fbfbfb; /*background: url(/dist/img/e_icon9.png) bottom repeat-x;*/
}

.con_jdk_title {
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    font-size: 16px;
    margin-bottom: 7px;
}

.con_jdk li {
    display: block;
    float: left;
    height: 100px;
    overflow: hidden;
}

    .con_jdk li.jd1 {
        width: 550px;
    }

        .con_jdk li.jd1 div {
            line-height: 25px;
        }

    .con_jdk li.jd2, .con_jdk li.jd3, .con_jdk li.jd4 {
        width: 90px;
    }

.qyxx1 a, .qyxx1 span, .qyxx3 a {
    display: inline-block;
    margin-right: 10px;
}

.qyxx3 a {
    color: #151515
}

.vip_ico {
    width: 18px;
    height: 19px;
    display: inline-block;
    background: url(../img/hz_ico.png) -22px -64px;
    vertical-align: sub;
    margin-left: 10px;
}

.vip1_ico {
    width: 18px;
    height: 19px;
    display: inline-block;
    background: url(../img/hz_ico.png) -69px -64px;
    vertical-align: sub;
    margin-left: 10px;
}

.qyxx1 a {
    font-size: 14px;
    font-weight: bold;
    width: 550px;
    /* overflow: hidden; */
}

.red {
    color: red;
}

.gray {
    color: #999999;
}

.qyxx2 {
    width: 550px;
    height: 45px;
    overflow: hidden;
    margin-top: 5px;
    font-size: 12px;
}

.qyxx3 {
    width: 550px;
    overflow: hidden;
    margin-top: 7px;
    font-size: 12px;
}

.con_jdk li.jd2, .con_jdk li.jd3 {
    line-height: 75px;
    height: 75px;
}

    .con_jdk li.jd2 img {
        margin-top: 19px;
    }

.con_jdk li.jd4 img {
    margin-top: 26px;
}

.con_jdk_title li.jd1, .con_jdk_title li.jd3, .con_jdk_title li.jd2, .con_jdk_title li.jd4, .con_jdk_title li.jd0, .con_jdk_title li.jd6 {
    height: auto;
    line-height: normal;
    padding: 0;
}

.con_jdk li.jd4 {
    line-height: 100px;
}

    .con_jdk li.jd4 a {
        width: 58px;
        height: 24px;
        line-height: 24px;
        color: #fff;
        display: inline-block;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        font-size: 12px;
        background: #1882DB url(../img/hz_ico.png) -153px -63px;
        padding-left: 32px;
    }

        .con_jdk li.jd4 a:hover {
            background: #249BFF url(../img/hz_ico.png) -153px -63px;
        }

.con_jdk li.jd6 {
    width: 580px;
}

.con_jdk li.jd0 {
    width: 110px;
    padding: 0 10px 0 0;
    height: 90px;
}

.con_jdk_title li.jd0 {
    padding: 0;
    height: auto;
}

.con_jdk li.jd0 img {
    width: 98px;
    height: 98px;
}

.con_jdk.con_jdkcp li.jd2, .con_jdk.con_jdkcp li.jd4 {
    padding-top: 15px;
}

.con_jdk.con_jdkcp li.jd6 {
    height: 90px;
}

.con_jdk.con_jdkcp .con_jdk_title li.jd6 {
    height: auto;
}

.con_jdkcp .con_jdk_title li.jd6, .con_jdkcp .con_jdk_title li.jd2, .con_jdkcp .con_jdk_title li.jd4 {
    padding: 0;
}

.con_jdkcp .con_jdk_title li.jd0 {
    width: 120px;
}

.con_jdkcp .qyxx2 {
    width: 500px;
    padding: 3px 0;
    line-height: 21px;
}

.qylist .qyxx1 a {
    width: auto;
}

.qylist .qyxx1 .span1 {
    font-size: 14px;
    color: #2A2A2A;
}

.qylist .qyxx1 .span2 {
    border: 1px solid #F27B05;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 0px 11px;
    font-size: 12px;
    line-height: 21px;
    color: #F27B05;
}

.qylist .qyxx3 {
    margin-top: 5px;
}

.qylist li.jd2, .qylist li.jd3 {
    line-height: inherit;
}

.qylist li.jd3 {
    position: relative;
    left: -90px;
    top: 40px;
    width: 135px;
}

.qylist li.jd1 {
    width: 505px;
}

.qylist li.jd4 {
    line-height: 95px;
}

    .qylist li.jd4 a {
        background: #1882DB url(../img/hz_ico.png) -12px -128px;
    }

        .qylist li.jd4 a:hover {
            background: #249BFF url(../img/hz_ico.png) -12px -128px;
        }

.qylist .qyxx2 span, .qylist .qyxx3 span {
    color: #666;
}

/*****友情链接****/
.con_yqlj ul {
    padding: 5px 0 5px 10px;
}

.con_yqlj strong, .con_yqlj a {
    float: left;
    margin-right: 10px;
    line-height: 27px;
    height: 27px;
}

.con_yqlj strong {
    font-size: 16px;
    margin-right: 0;
    color: #333333;
    margin-right: 25px;
}

    .con_yqlj strong i {
        width: 18px;
        height: 18px;
        display: inline-block;
        background: url(../img/hz_ico.png) no-repeat -214px -24px;
        vertical-align: sub;
        margin-right: 5px;
    }


.error {
    background: #fbfbfb;
    padding-top: 50px;
    padding-bottom: 50px;
}

.errorbg {
    background: url(/dist/img/404.jpg) top center no-repeat;
    height: 207px;
}

.error .tzsy {
    font-size: 16px;
    text-align: center;
    line-height: 35px;
    padding: 20px 0;
}

.error .fhsy {
    text-align: center;
}

    .error .fhsy a {
        background-color: #f95e01;
        padding: 7px 20px;
        display: inline-block;
        color: #fff;
        line-height: normal;
        margin-left: 20px;
    }
