﻿@charset "UTF-8";

/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

fieldset,
img,
input,
button,
select {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul,
ol {
    list-style: none;
}

input,
button {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "微软雅黑";
}

button {
    cursor: pointer;
}

select,
input {
    vertical-align: middle;
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0;
}

/*防止拖动*/
textarea {
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

body {
  font: 14px/150% "微软雅黑" !important;
  color: #000;
  background-color: #f9f9f9;
  /* padding-top: 120px; */
  padding-top: 80px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}

em,
i {
    font-style: normal;
    text-decoration: none;
}

.inner {
    width: 1170px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* index */
.header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header_top {
    background-color: #f5f5f5;
}

.header_top h3 {
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #666;
}

.header_top p {
    float: right;
}

.header_top p a {
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #fe7324;
}

.header_bottom a {
    float: left;
    margin: 14px 0;
    display: block;
}

.header_bottom a img {
    height: 52px;
}

.header_search {
    float: left;
    margin: 23px 0 23px 122px;
    padding: 0 13px;
    border: 1px solid #a9a9a9;
    border-radius: 30px;
}

.header_search input {
    float: left;
    width: 186px;
    font-size: 12px;
    line-height: 32px;
    color: #a9a9a9;
}

.header_search img {
    float: right;
    height: 18px;
    margin: 7px 0;
    cursor: pointer;
}

.number {
    float: right;
}

.number img {
    float: left;
    height: 25px;
    margin: 28px 13px 0 0;
}

.number h3 {
    float: left;
    font-size: 14px;
    line-height: 80px;
    color: #333;
}

    .number h3 span {
        color: #003f97;
        font-weight: bold;
    }

.nav {
    background-color: #003f97;
}

.nav_list {
    float: left;
    width: 180px;
    position: relative;
}

.nav_list h2 {
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background-color: #b9090f;
    cursor: pointer;
}

.nav_list h2 img {
    margin-right: 14px;
}

.nav_list_ul {
    width: 180px;
    position: absolute;
    top: 50px;
    left: 0;
    background: rgba(255, 255, 255, .8);
    z-index: 99;
    display: block;
}

.nav_list2 .nav_list_ul {
    display: none;
}

.nav_list_ul li {
    position: relative;
    border-left: 1px solid #b6aab7;
    border-right: 1px solid #b6aab7;
}

.nav_list_ul li h3 {
    font-size: 15px;
    line-height: 59px;
    color: #333;
    border-bottom: 1px solid #b6aab7;
    text-align: center;
    cursor: pointer;
}

.nav_list_ul li:last-child h3 {
    border-bottom: none;
}

.nav_list_info {
    width: 600px;
    position: absolute;
    right: -600px;
    background: rgba(255, 255, 255, .8);
    z-index: 99;
    display: none;
}

.nav_list_ul li .nav_list_info1 {
    top: 0;
}

.nav_list_ul li .nav_list_info2 {
    bottom: 0;
}

.nav_list_info a {
    float: left;
    display: block;
    width: 180px;
    text-align: center;
    font-size: 15px;
    line-height: 59px;
    color: #333;
    margin-left: 20px;
}

.nav_a {
    float: left;
   /* width: 990px;*/
}

.nav_a a {
    float: left;
    width: 140px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.banner {
    width: 100%;
    height: 479px;
    position: relative;
    overflow: hidden;
}

.banner .inner {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -585px;
}

.banner-btn {
    display: none;
}

.banner-btn a {
    display: block;
    line-height: 82px;
    position: absolute;
    top: 200px;
    width: 82px;
    height: 82px;
    overflow: hidden;
    z-index: 4;
}

.prevBtn {
    left: 0px;
}

.nextBtn {
    right: 0px;
}

.banner-img {
    font-size: 0;
    *word-spacing: -1px;
    /* IE6、7 */
    letter-spacing: -3px;
    position: relative;
}

.banner-img li {
    width: 33.33%;
    height: 479px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    /* IE6、7 */
    vertical-align: top;
    letter-spacing: normal;
    word-spacing: normal;
    font-size: 12px;
    position: relative;
}

.banner-img li img {
    width: 100%;
    height: 479px;
}

.banner i {
    width: 82px;
    height: 82px;
    cursor: pointer;
    display: block;
}

.banner .nextBtn i {
    background: url(../images/6.png) no-repeat center;
    -webkit-background-size: 82px 82px;
    background-size: 82px 82px;
}

.banner .prevBtn i {
    background: url(../images/5.png) no-repeat center;
    -webkit-background-size: 82px 82px;
    background-size: 82px 82px;
}

.banner-circle {
    position: absolute;
    left: 50%;
    bottom: 36px;
    height: 13px;
    text-align: center;
    font-size: 0;
    border-radius: 10px;
}

.banner-circle li {
    border-radius: 10px;
    margin: 2px 11px;
    display: inline-block;
    display: -moz-inline-stack;
    vertical-align: middle;
    zoom: 1;
}

.banner-circle li a {
    display: block;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .4);
    overflow: hidden;
}

.banner-circle .selected a {
    background: #e53b51;
}

.banner_img_con {
    width: 460px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -350px;
}

.banner_img_con h3 {
    color: #fff;
    font-size: 39px;
    line-height: 60px;
    text-align: center;
}

.banner_img_con button {
    color: #fff;
    width: 205px;
    border-radius: 30px;
    background-color: #e75d7a;
    display: block;
    margin: 60px auto 0;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
}

.notice {
    width: 290px;
    height: 479px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, .8);
}

.notice_tit h3 {
    float: left;
    width: 50%;
    font-size: 16px;
    line-height: 46px;
    color: #fff;
    text-align: center;
    background: rgba(71, 60, 95, .9);
    cursor: pointer;
}

.notice_tit h3.on {
    background: rgba(15, 2, 37, .9);
}

.notice_news {
    padding: 5px 10px;
    display: none;
}

.notice_news.active {
    display: block;
}

.notice_news a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice h2 {
    font-size: 15px;
    line-height: 46px;
    color: #fff;
    font-weight:bold;
    letter-spacing:5px;
    text-align: center;
    background: #ff6600;
}

.login {
  list-style: none;
  display: block;
  padding: 18px 9px 0;
}

.login li {
    list-style: none;
    display: block;
    width: 50%;
    height: 88px;
    float: left;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 18px;
}

  .login li:nth-child(2n+1) {
    padding-right: 9px;
  }

  .login li:nth-child(2n) {
    padding-left: 9px;
  }


  .login li .login_a {
    display: block;
    text-indent: 10px;
    font-size: 12px;
    line-height: 36px;
    color: #fff;
    background-color: #00a0e9;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    text-align: left;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .login li .login_a img {
    position: absolute;
    right: 6px;
    bottom: 6px;
  }

.Finance {
    padding: 38px 0;
    background-color: #fff;
}

.Finance2 {
    background-color: #f5f5f5;
}

.title {
    box-sizing: border-box;
    padding: 0 19px;
    background-color: #f9f9f9;
}

.title_w {
    background-color: #fff;
    margin-bottom: 10px;
}

.title h4 {
    float: left;
    font-size: 12px;
    line-height: 54px;
    margin-right: 27px;
    color: #333;
    font-weight: bold;
}

.title h3 {
    float: left;
    padding: 0 23px;
    font-size: 18px;
    line-height: 54px;
    color: #ce3136;
    font-weight: bold;
    background: url(../images/39.png) no-repeat left center;
    -webkit-background-size: 4px 20px;
    background-size: 4px 20px;
}

.title_nav {
    float: left;
    width: 960px;
    padding: 15px 0;
}

.title_nav a {
    float: left;
    font-size: 12px;
    line-height: 22px;
    padding: 0 12px;
    color: #666;
    border-radius: 30px;
    border: 1px solid #666;
    margin-right: 12px;
}

.title_nav a:hover {
    color: #fff;
    background-color: #ce3136;
    border-color: #ce3136;
}

.title_nav a.on {
    color: #fff;
    background-color: #ce3136;
    border-color: #ce3136;
}

.title>a {
    float: right;
    font-size: 12px;
    line-height: 54px;
    color: #a0a0a0;
    font-weight: bold;
}

.Finance_div {
    padding-top: 20px;
    border: 1px solid #f9f9f9;
}

.Finance_div2 {
    background-color: #fff;
}

.Finance_div a {
    float: left;
    width: 170px;
    margin-left: 22px;
    position: relative;
}

.Finance_div a img {
    width: 100%;
    height: 131px;
}

.Finance_div a p {
    font-size: 12px;
    line-height: 48px;
    text-align: center;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Finance_div a i {
    position: absolute;
    bottom: 49px;
    right: 0;
    width: 40px;
    height: 32px;
    background: url(../images/51.png) no-repeat top center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.activity {
    padding: 30px 0;
    background-color: #f5f5f5;
}

.activity .inner {
    position: relative;
    background-color: #fff;
}

.activity_ul {
    float: left;
    width: 730px;
    background-color: #fff;
    padding-top: 30px;
}

.activity_ul li {
    float: left;
    width: 210px;
    padding-bottom: 20px;
    margin-left: 28px;
}

.activity_ul li img {
    width: 100%;
    height: 150px;
    margin-bottom: 6px;
}

.activity_ul li h3 {
    font-size: 14px;
    line-height: 25px;
    color: #333;
}

.activity_ul li p {
    font-size: 12px;
    line-height: 25px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.activity_ul li a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    color: #666;
    border-radius: 4px;
    border: 1px solid #666;
    width: 58px;
    text-align: center;
    margin: 14px auto 0;
}

.activity_ul li a:hover {
    color: #fff;
    background-color: #ce3136;
    border-color: #ce3136;
}

.supply_ul {
    background-color: #fff;
    border: 1px solid #f5f5f5;
}

.supply_ul li {
    padding: 16px;
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-right: 1px dashed #f5f5f5;
    border-bottom: 1px dashed #f5f5f5;
    overflow: hidden;
}

.supply_ul_left {
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    position: relative;
}

.supply_ul_left>img {
    width: 100%;
    height: 100%;
}

.supply_ul_left i {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

.supply_ul_left i img {
    width: 100%;
    height: 100%;
}

.supply_ul_right {
    float: left;
    width: 284px;
}

.supply_ul_right h3 {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
}

.supply_ul_right h3 i {
    float: left;
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.supply_ul_right h3 a {
    float: right;
    font-size: 12px;
    line-height: 22px;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    margin: 4px 0;
    color: #ff6600;
}

.supply_ul_right p {
    font-size: 12px;
    line-height: 30px;
    color: #666;
}

.supply_ul_right p i {
    float: left;
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.supply_ul_right p span {
    float: right;
    color: #999;
}

.friendship_con {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 0 18px;
}

.friendship_con p {
    font-size: 12px;
    line-height: 58px;
}

.footer {
    background-color: #4d4d4d;
}

.footer_top {
    padding-left: 190px;
}

.footer_top a {
    font-size: 16px;
    line-height: 76px;
    color: #fff;
    margin: 0 20px;
}

.footer_center {
    border-top: 1px solid #eee;
    padding: 33px 0;
    text-align: center;
}

.footer_center p {
    font-size: 14px;
    line-height: 24px;
    color: #ccc;
}

.footer_bottom {
    background-color: #313131;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    color: #ccc;
}

.calendar {
    display: none;
    width: 424px;
    box-sizing: border-box;
    padding: 0 20px;
}

.calendar-title {
    position: relative;
    height: 34px;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    line-height: 34px;
    padding: 10px 0;
}

.calendar-title a.title {
    display: inline-block;
    font-size: 14px;
    /*text-indent: 56px;*/
    color: #333;
    position: absolute;
    top: 12px;
    right: 44px;
}

#backToday {
    position: absolute;
    left: 70%;
    top: 8px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background-color: rgb(255, 128, 142);
    font-size: 18px;
    display: none;
}

.calendar-title .arrow {
    position: absolute;
    top: 10px;
    right: 36px;
    width: 114px;
}

.calendar-title .arrow span {
    color: #ddd;
    font-size: 26px;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.calendar-title .arrow span:hover {
    color: #888;
}

.calendar-title .arrow-prev {
    float: left;
}

.calendar-title .arrow-next {
    float: right;
}

.calendar-week,
.calendar-date {
    overflow: hidden;
}

.calendar-week .item,
.calendar-date .item {
    float: left;
    font-size: 12px;
    width: 54px;
    height: 36px;
    line-height: 36px;
    color: #999;
    text-align: center;
    position: relative;
}

.calendar-week {
    font-size: 16px;
    line-height: 36px;
    color: #989898;
    background-color: #f9f9f9;
}

.calendar-date {}

.calendar-date .item {
    border-radius: 50%;
    cursor: pointer;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
}

.calendar-date .item:hover,
.calendar-date .item-curMonth:hover {
    background-color: #f0f0f0;
}

.calendar-date .item-curMonth {
    color: #333;
}

.calendar-date .item-curDay,
.calendar-date .item-curDay:hover {
    /*color: #fff;
  background-color: rgb(255, 128, 142);*/
}

.calendar-today {
    display: none;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 90px;
    height: 48px;
    padding: 6px 10px;
    background-color: rgb(255, 128, 142);
    border-radius: 5px;
}

.calendar-today .triangle {
    position: absolute;
    top: 50%;
    left: -16px;
    margin-top: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent rgb(255, 128, 142) transparent transparent;
}

.calendar-today p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.calendar_time {
    width: 440px;
    /*height: 402px;*/
    overflow: hidden;
    /*background-color: #fff;*/
    box-sizing: border-box;
    padding: 0 15px 0 15px;
    position: absolute;
    top: 0;
    right: 0;
}

.calendar_time>h2 {
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 18px;
    line-height: 54px;
    color: #333;
    z-index: 9;
}

.calendar_time>a {
    position: absolute;
    top: 16px;
    left: 180px;
    font-size: 12px;
    line-height: 25px;
    color: #ce3136;
    z-index: 9;
    border-radius: 30px;
    border: 1px solid #ce3136;
    padding: 0 12px;
}

/* 日历 红点 添加class名  item_spot */
.calendar-date .item.item_spot::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #ec060f;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
}

/* 日历 重大活动 添加class名  item_spot2 */
.calendar-date .item.item_spot2::after {
    content: "重大活动";
    display: block;
    width: 54px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    border-radius: 4px;
    background-color: #eb6100;
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -27px;
}

/* 供需平台 */
.banner_ad {
    width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden;
}

.banner_ad img {
    width: 1920px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.banner_ad_con {
    position: relative;
    margin: 45px auto 0;
    background: rgba(0, 0, 0, .5);
    width: 248px;
    border: 1px solid #fff;
    padding: 12px 0;
    text-align: center;
}

.banner_ad_con h3 {
    font-size: 30px;
    line-height: 50px;
    color: #fff;
    font-weight: bold;
}

.banner_ad_con p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.Route h3,
.Route a {
    float: left;
    font-size: 12px;
    line-height: 42px;
    color: #333;
    padding: 0 2px;
}

.tit {
    border: 1px solid #f5f5f5;
    border-top: 1px solid #ce3136;
    padding: 0 24px;
    background-color: #fff;
}

.tit h3 {
    float: left;
    font-size: 16px;
    line-height: 44px;
    color: #ce3136;
    font-weight: bold;
}

.tit_search {
    float: right;
    margin: 8px 0;
    border: 1px solid #eb6100;
}

.tit_search input {
    float: left;
    width: 198px;
    font-size: 12px;
    color: #333;
    line-height: 26px;
    box-sizing: border-box;
    padding: 0 10px;
}

.tit_search button {
    float: right;
    width: 49px;
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background-color: #eb6100;
}

.tit>a {
    float: right;
    font-size: 13px;
    line-height: 28px;
    margin: 8px 20px;
    border-radius: 2px;
    background-color: #00a0e9;
    padding: 0 15px;
    color: #fff;
}

.tit>a img {
    float: left;
    margin: 5px 7px 0 0;
}

.demand {
    margin-top: 10px;
    padding-bottom: 40px;
}

.demand_ul {
    float: left;
    width: 880px;
}

.demand_ul>li {
    background-color: #fff;
    padding: 14px 20px;
    border: 1px solid #f5f5f5;
    margin-bottom: 10px;
}

.demand_ul_top {
    background-color: #f9f4f4;
    padding-right: 12px;
}

    .demand_ul_top h3 {
        float: left;
        font-size: 15px;
        line-height: 36px;
        color: #fff;
        min-width: 80px;
        text-align: center;
        background-color: #003f97;
        padding: 0 15px;
    }

.demand_ul_top a {
    float: right;
    font-size: 12px;
    line-height: 36px;
    color: #999;
    font-weight: bold;
}

.demand_ul>li>ol {
    margin-top: 16px;
    overflow: hidden;
}

.demand_ul>li>ol>li {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 30px;
    overflow: hidden;
}

.demand_ul>li>ol>li img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.ol_right {
    float: left;
    width: 279px;
}

.ol_right p {
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.ol_right p span {
    color: #333;
}

.ol_right a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #ff6600;
}

.demand_right {
    float: right;
    width: 278px;
}

.Other {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    padding: 15px 17px 12px 8px;
    margin-bottom: 10px;
}

.Other h2 {
    font-size: 17px;
    line-height: 33px;
    color: #ff6600;
    padding-left: 11px;
    font-weight: bold;
    background: url(../images/14.png) no-repeat 85px center;
}

.Other_a a {
    float: left;
    font-size: 12px;
    line-height: 28px;
    width: 53px;
    text-align: center;
    background-color: #00a0e9;
    border-radius: 2px;
    color: #fff;
    margin: 6px 0 6px 9px;
}

.mechanism {
    text-align: center;
    margin-top: 10px;
}

.mechanism img {
    width: 210px;
    height: 210px;
}

.mechanism p {
    font-size: 12px;
    line-height: 37px;
    color: #333;
}

.mechanism p a {
    color: #333;
}

/* 活动广场 */
.activity2 {
    padding: 10px 0 36px 0;
}

.activity2 .inner {
    background-color: #f9f9f9;
}

.activity_left {
    float: left;
    width: 730px;
    overflow: hidden;
    background-color: #fff;
    padding-bottom: 30px;
}

.activity_left .activity_ul {
    float: none;
}

.page {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.page a {
    display: inline-block;
    font-size: 12px;
    line-height: 28px;
    min-width: 20px;
    text-align: center;
    color: #999;
    border: 1px solid #999;
    padding: 0 6px;
    margin: 0 4px;
}

.page a.on {
    background-color: #ce3136;
    color: #fff;
    border-color: #ce3136;
}

.page .page_c {
    border: 0;
    padding: 0 5px;
}

.activity2 .calendar {
    background-color: #fff;
    height: 336px;
    overflow: hidden;
}

.Recommend h2 {
    font-size: 17px;
    line-height: 70px;
    color: #333;
    padding: 0 28px;
}

.Recommend_con {
    background-color: #fff;
    padding: 12px 20px 11px 30px;
}

.Recommend_con a {
    display: block;
    font-size: 12px;
    line-height: 33px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Recommend_con a span {
    float: left;
    display: block;
    font-size: 12px;
    line-height: 14px;
    width: 14px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background-color: #bfbfbf;
    margin: 9px 12px 0 0;
}

.Recommend_con a span.orange {
    background-color: #f19149;
}

.Recommend_con a img {
    float: left;
    display: block;
    width: 14px;
    margin: 9px 12px 0 0;
}

/* 企业展示 */
.enterprise {
    padding-bottom: 20px;
    background-color: #fff;
    margin: 10px auto 48px;
    border: 1px solid #f5f5f5;
}

.enterprise_ul {
    padding: 0 10px 20px;
}

.enterprise_ul li {
    float: left;
    width: 49%;
    margin-top: 10px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #f5f5f5;
    padding: 13px 16px;
    margin-right: 2%;
}

.enterprise_ul li:nth-child(2n) {
    margin-right: 0;
}

.enterprise_ul li>img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.enterprise_ul_right {
    float: left;
    width: 418px;
}

.enterprise_ul_right p {
    font-size: 12px;
    line-height: 24px;
    color: #666;
}

.enterprise_ul_right p span {
    color: #333;
}

.enterprise_ul_right a {
    float: left;
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    width: 100px;
    border-radius: 4px;
    background-color: #22ac38;
    text-align: center;
}

.enterprise_ul_right a img {
    margin-right: 3px;
}

/* 一站式服务 */
.title_t {
    margin-top: 10px;
    padding-bottom: 14px;
}

.title_nav2 {
    float: right;
    width: 988px;
    border: 1px solid #f5f5f5;
    padding: 10px 0 0 10px;
}

.title_nav2 a {
    margin-bottom: 7px;
}

.tit2 {
    margin-top: 0;
    border-top: 0;
}

.tit2 .tit_search {
    float: left;
}

.tit2 .tit_search input {
    width: 450px;
    line-height: 38px;
    font-size: 14px;
}

.tit2 .tit_search button {
    width: 70px;
    line-height: 38px;
    font-size: 14px;
}

.service {
    float: left;
    background-color: #fff;
    width: 880px;
    box-sizing: border-box;
    padding: 9px 9px 18px;
}

.service_ul {
    margin-bottom: 18px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}

.service_ul li {
    overflow: hidden;
    padding: 11px 14px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.service_ul li>img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.service_ul_center {
    float: left;
    width: 580px;
}

.service_ul_center p {
    font-size: 12px;
    line-height: 25px;
    color: #999;
}

.service_ul_center p span {
    color: #333;
    width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service_ul_center p i {
    font-size: 12px;
    line-height: 25px;
    color: #d02626;
}

.service_ul_center p a {
    font-size: 12px;
    line-height: 25px;
    color: #ff8042;
}

.service_ul_right {
    float: right;
    width: 100px;
}

.service_ul_right a {
    display: block;
    width: 100%;
    border-radius: 4px;
    background-color: #eb6100;
    margin-top: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
}

.service_ul_right a img {
    margin: -2px 5px 0 0;
}

.service_ul_right a:last-child {
    background-color: #22ac38;
}

/* 产业集群 */
.industrial_cluster {
    padding-bottom: 50px;
    overflow: hidden;
}

.industrial_cluster .industrial_list {
    width: 1185px;
}

.industrial_list li {
    float: left;
    width: 380px;
    height: 249px;
    background: #fff;
    margin: 15px 15px 0 0;
    overflow: hidden;
}

.industrial_top {
    position: relative;
    border: 1px solid #f5f5f5;
    height: 118px;
}

.industrial_top img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.industrial_top span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4D000000, endColorstr=#4d000000);
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 118px;
    font-weight: bold;
    -webkit-text-stroke: 1px #000;
}

.industrial_middle {}

.industrial_middle .industrial_middle_item {
    float: left;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    width: 99px;
    height: 78px;
    padding-left: 90px;
    background: url(../images/industry_icon05.png) no-repeat 33px center;
}

.industrial_middle div:first-child {
    border-left: 1px solid #eee;
    width: 98px;
    background-image: url(../images/industry_icon04.png);
}

.industrial_middle .industrial_middle_item h4 {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
}

.industrial_middle .industrial_middle_item p {
    font-size: 14px;
    line-height: 20px;
}

.industrial_middle .industrial_middle_item p span {
    font-size: 18px;
    font-weight: bold;
    color: #ff8042;
}

.industrial_bottom a {
    float: left;
    width: 125px;
    height: 48px;
    border: 1px solid #eee;
    border-left: none;
    background: #f19149 no-repeat 18px center;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    text-indent: 44px;
}

.industrial_bottom a:first-child {
    width: 126px;
    border-left: 1px solid #eee;
}

.industrial_bottom a.menu01 {
    background-image: url(../images/industry_icon01.png);
}

.industrial_bottom a.menu02 {
    background-image: url(../images/industry_icon02.png);
}

.industrial_bottom a.menu03 {
    background-image: url(../images/industry_icon03.png);
}

/* 活动详情 */
.activity_details {
    padding: 10px 0 50px;
    overflow: hidden;
}

.activity_details_left {
    float: left;
    width: 760px;
    padding: 20px;
    background: #fff;
}

.activity_details_title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.activity_details_tips {
    margin-top: 10px;
}

.activity_details_tips li {
    line-height: 24px;
    color: #666;
}

.activity_details_tips span {
    color: #333;
}

.activity_details .demand_ul_top,
.activity_details_content {
    margin-top: 10px;
}

.activity_details_content,
.activity_details_content * {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.activity_details_right {
    float: right;
    width: 360px;
}

.activity_details_right .qrcode {
    background: #fff;
    text-align: center;
    padding: 30px 0 15px;
}

.activity_details_right .qrcode img {
    width: 220px;
    height: 220px;
}

.activity_details_right .qrcode span {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-top: 10px;
}

.activity_details_right .online {
    background: #fff;
    padding: 12px 20px;
    margin-top: 10px;
}

.activity_details_right .online a {
    display: block;
    height: 46px;
    background: #22ac38 url(../images/wechat.jpg) no-repeat left center;
    line-height: 46px;
    color: #fff;
    text-align: center;
    text-indent: 56px;
    font-size: 18px;
}

.activity_details_right .Other {
    border: 0;
    margin-top: 10px;
    padding: 10px 20px;
}

.activity_details_right .Other h2 {
    padding-left: 0;
    font-size: 18px;
}

.activity_details_right .Recommend_con {
    padding: 0;
}

/* 供需详情 */
.demand_details_left {
    float: left;
    width: 840px;
    padding: 10px 20px;
    background: #fff;
}


.demand_details_left ol {
    margin: 15px 0 20px;
    overflow: hidden;
}

.demand_details_left ol li {
    width: 100%;
    overflow: hidden;
}

.demand_details_left ol li img {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px;
}

.demand_details_left ol li h3 {
    line-height: 24px;
    font-weight: bold;
}

.demand_details_left ol li p {
    float: left;
    width: 48%;
    font-size: 14px;
    line-height: 26px;
}

.demand_details_left .ol_right {
    float: none;
    width: auto;
    margin-left: 110px;
    overflow: hidden;
}

.demand_details_info {
    border: 1px solid #eee;
    border-top: 0;
    min-height: 92px;
    padding: 10px;
    margin-bottom: 20px;
}

.demand_details_info,
.demand_details_info * {
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}

.demand_details_left .bidding {
    display: block;
    border-radius: 3px;
    width: 140px;
    height: 35px;
    background: #22ac38 url(../images/icon_bidding.png) no-repeat 27px center;
    font-size: 16px;
    color: #fff;
    text-indent: 52px;
    line-height: 35px;
    margin: 0 auto;
}

/* 服务机构详情 */
.service_details {
    padding: 10px 0 50px;

}

.service_details .activity_details_left {
    width: 880px;
    background: none;
    padding: 0;
}

.service_details_content {
    background: #fff;
    padding: 20px;
}

.service_details .activity_details_title {
    padding-bottom: 13px;
}

.service_details_item {
    padding: 15px 20px;
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
}

.service_details_list {
    width: 900px;
    overflow: hidden;
}

.service_details_list li {
    float: left;
    width: 395px;
    margin: 15px 50px 0 0;
}

.service_details_list li .left {
    float: left;
    width: 58px;
    height: 58px;
    border: 1px solid #dcdcdc;
}

.service_details_list li img {
    width: 100%;
    height: 100%;
}

.service_details_list li .middle {
    float: left;
    margin-left: 10px;
}

.service_details_list li .middle h4 {
    font-size: 15px;
    line-height: 30px;
}

.service_details_list li .middle p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.service_details_list li .right {
    float: right;
}

.service_details_list li .right a {
    display: block;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    width: 78px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #ff6600;
    margin: 4px 0;
}

.service_details_list li .right span {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.service_details .activity_details_right {
    width: 280px;
}

.service_details .activity_details_right div:first-child {
    margin-top: 0;
}

.service_details .contact_info {
    margin-top: 5px;
}

.service_details .contact_info li {
    line-height: 24px;
    color: #666;
}

.service_details .contact_info li span {
    color: #333;
}

.service_details .contact_info li a {
    color: #ff6600;
}

.service_details .map {
    margin: 5px auto 0;
}

.service_details .map,
.service_details .map img {
    width: 240px;
    height: 180px;
}

.notice_main .Recommend_con a,
.service_details .Recommend_con a {
    line-height: 30px;
}

/* 服务详情 */
.enterprise_service {
    padding: 10px 0 50px;
    overflow: hidden;
}

.enterprise_service_left {
    float: left;
    width: 840px;
    background: #fff;
    padding: 20px;
    min-height: 793px;
}

.enterprise_service_pic {
    float: left;
    width: 180px;
    height: 180px;
}

.enterprise_service_info {
    padding: 0 0 0 190px;
}

.enterprise_service_info h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.enterprise_service_info ul li {
    line-height: 25px;
    color: #666;
}

.enterprise_service_info ul li span {
    color: #333;
}

.enterprise_service_info ul li .red {
    color: #c00;
}

.enterprise_service_info .star {
    font-size: 0;
    overflow: hidden;
}

.enterprise_service_info .star img {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    padding-top: 6px;
}

.enterprise_service .activity_details_right {
    width: 280px;
}

.enterprise_service .activity_details_right div:first-child {
    margin-top: 0;
}

.enterprise_service .mechanism img {
    display: block;
    width: 180px;
    height: 180px;
    margin: 0 auto;
}

.service_tab {
    margin-top: 20px;
}

.service_tab_head {
    background: #f9f4f4;
    overflow: hidden;
}

.service_tab_head li {
    float: left;
    width: 110px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: #facd89;
    margin-right: 1px;
    cursor: pointer;
}

.service_tab_head li.on {
    background: #ff9900;
}

.service_tab_wrap {
    padding-top: 15px;
}

.service_tab_detail .item {
    margin-bottom: 30px;
}

.service_tab_detail .item h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #ff6600;
}

.service_tab_detail .item p {
    font-size: 14px;
    color: #999;
    line-height: 25px;
}

.service_tab_wrap {}

.service_tab_wrap .list {
    height: 480px;
    margin-bottom: 20px;
}

.service_tab_wrap .list li {
    height: 39px;
    border-bottom: 1px dashed #eee;
    line-height: 39px;
    font-size: 14px;
    overflow: hidden;
}

.service_tab_wrap .list li a {
    float: left;
    color: #333;
}

.service_tab_wrap .list li span {
    float: right;
    font-size: 12px;
    color: #999;
}

.service_tab_wrap .list li a:hover {
    color: #ff9900;
}

.evaluate_list {
    height: 480px;
    margin-bottom: 20px;
}

.evaluate_list li {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px dashed #eee;
    height: 60px;
}

.evaluate_list li p {
    position: absolute;
    display: block;
    line-height: 30px;
}

.evaluate_list li p .star {
    font-size: 0;
    overflow: hidden;
}

.evaluate_list li p .star img {
    display: inline-block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    padding-top: 6px;
}

.evaluate_list li p.evaluate {
    left: 0;
    top: 0;
}

.evaluate_list li p.time {
    right: 0;
    top: 0;
}

.evaluate_list li p.content {
    left: 0;
    top: 30px;
}

/* 通知公告 */
.search_bar {
    width: 1130px;
    background: #fff;
    padding: 10px 20px;
    overflow: hidden;
    margin: 10px auto 0;
}

.search_bar .tit_search {
    float: left;
    margin: 0;
}

.notice_main {
    padding-bottom: 15px;
    overflow: hidden;
}

.notice_main .h380 {
    height: 380px;
}

.notice_main .h285 {
    height: 285px;
}

.notice_main .news_box:nth-child(2n) {
    float: right;
}

.news_box {
    float: left;
    background: #fff;
    width: 580px;
    padding: 15px 20px;
    margin-top: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

.news_box .news_list {
    margin-top: 10px;
}

.news_box .news_list li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    overflow: hidden;
}

  .news_box .news_list li a {
    float: left;
    color: #333;
    width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

.news_box .news_list li span {
    float: right;
    font-size: 12px;
    color: #999;
}

.news_box .news_list li a:hover {
    color: #ff9900;
}

.notice_details {
    float: left;
    width: 840px;
    padding: 15px 20px;
    background: #fff;
    margin-top: 10px;
    min-height: 400px;
}

.notice_details h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
}

.notice_details .info {
    background: #f9f9f9;
    height: 30px;
    line-height: 30px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}

.notice_details .info a {
    color: #ff6600;
    text-decoration: underline;
}

.notice_details_content {
    margin-top: 15px;
}

.notice_details_content,
.notice_details_content * {
    font-size: 14px;
    line-height: 25px;
    color: #666;
    text-align: justify;
}

.notice_main .activity_details_right {
    width: 280px;
}

.policy_elucidation {
    background: #fff;
    padding: 10px;
    margin-top: 10px;
}

.declaration_btn {
    display: block;
    margin-top: 10px;
}

.policy_elucidation a {
    display: block;
    height: 46px;
    background: #22ac38 url(../images/policy_elucidation.jpg) no-repeat left center;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    text-align: center;
    text-indent: 56px;
}

.policy_column {
    float: left;
    background: #fff;
    width: 200px;
    margin-top: 10px;
}

.policy_column h3 {
    height: 50px;
    background: #c00;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.policy_column_list a {
    display: block;
    box-sizing: border-box;
    height: 42px;
    border: 1px solid #f5f5f5;
    border-top: 0;
    line-height: 42px;
    text-align: center;
    color: #666;
}

.policy_column_list a:first-child {
    border-top: 1px solid #f5f5f5;
}

    .policy_column_list a:hover {
        color: #003f97;
    }

    .policy_column_list a.active {
        border-bottom: 2px solid #003f97;
        color: #003f97;
        background: url(../images/policy_column_list_arrow.png) no-repeat center bottom;
    }

.policy_info_list {
    float: right;
    width: 930px;
    padding: 15px 15px 30px;
    background: #fff;
    margin-top: 10px;
    min-height: 420px;
}

.policy_info_list .news_list {
    margin: 5px 0 20px;
    min-height: 400px;
}

.policy_info_list .news_list li {
    height: 39px;
    border-bottom: 1px dashed #eee;
    line-height: 39px;
    font-size: 14px;
    overflow: hidden;
}

    .policy_info_list .news_list li a {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow-wrap: break-word;
        float: left;
        color: #333;
        overflow: hidden;
        display: block;
        width: 820px;
    }

.policy_info_list .news_list li span {
    float: right;
    font-size: 12px;
    color: #999;
}

.policy_info_list .news_list li a:hover {
    color: #ff9900;
}

.no-list {
  text-align: center;
  padding: 0;
  color: #999;
  min-height:200px;
}