@charset "UTF-8";
/*底色背景*/
.item-pic {
  display: block;
}

.item-pic a {
  display: block;
}

.item-pic a img {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

.comH {
  height: 40px;
}

/*布局类*/
.wrap-layer {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}

.layer-top {
  background: #1d74b6;
  height: 35px;
}

.layer-1 {
  width: 48.4%;
  float: left;
}

.layer-2 {
  width: 48.4%;
  float: left;
  margin-left: 3.2%;
}

/*搜索*/
.search_classify {
  border-top: 2px solid #3284db;
  height: 38px;
  line-height: 38px;
  background-color: #f2f2f2;
}

.search_classify .classify li {
  float: left;
  margin-right: 50px;
}

.search_classify .classify li a {
  display: block;
  line-height: 38px;
}

.search_classify .classify li.cr a {
  color: #3284db;
}

.searchNum {
  font-size: 12px;
  color: #b1b1b1;
  display: block;
  line-height: 30px;
}

.searchNum em {
  color: #3284db;
  padding: 0 5px;
}

/*文章内容页*/
.article a {
  color: #0051b4 !important;
  text-decoration: underline;
}

/*下载*/
.attachment {
  margin-top: 20px;
}

.attachment h2 {
  margin-bottom: 20px;
  /**/
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  display: none;
}

.attachment li {
  margin-bottom: 8px;
}

.attachment li img {
  vertical-align: middle;
  padding-right: 10px;
  display: none;
}

.attachment li a {
  color: #0051b4 !important;
  text-decoration: underline;
}

/*发布分类按钮*/
.solve-defaultBtn {
  position: relative;
  margin-bottom: 10px;
  z-index: 999;
}

.solve-wraps {
  position: absolute;
  left: 0;
  top: 35px;
  min-width: 160px;
  max-width: 400px;
  border: 1px solid #eee;
  border-radius: 5px;
  background: #fafafa;
  padding: 15px;
  display: none;
}

.solve-wraps a {
  padding: 6px 8px !important;
  display: block;
  text-align: left;
  cursor: pointer;
}

.solve-wraps a:hover {
  background: #f1f1f1;
  border-radius: 5px;
}

.solve-defaultBtn:hover .solve-wraps {
  display: block;
}

/*首页*/
/*顶部信息*/
.mem-links {
  float: left;
}

.mem-links * {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 35px;
}

.mem-links a:hover {
  color: #fd8e25;
}

.mem-links .m-icon1 a {
  background: url(../img/icon1.png) 0 center no-repeat;
  padding-left: 26px;
}

.mem-links .m-icon2 {
  margin-left: 25px;
}

.mem-links .m-icon2 a {
  background: url(../img/icon2.png) 0 center no-repeat;
  padding-left: 26px;
}

.top-links {
  float: right;
  text-align: right;
}

.top-links * {
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 35px;
  vertical-align: top;
}

.top-links a:hover {
  color: #fd8e25;
}

.top-links .icon1 a {
  cursor: pointer;
  width: 25px !important;
  height: 35px !important;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 90px;
  background: url(../img/icon3.png) 0 6px no-repeat;
  overflow: hidden;
}

.top-links li {
  margin-left: 15px;
  height: 35px;
}

.top-links li em {
  font-style: normal;
  color: #ff8700;
}

.top-links .icon2 a {
  cursor: pointer;
  width: 25px !important;
  height: 35px !important;
  opacity: 1 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 90px;
  background: url(../img/icon4.png) 0 6px no-repeat;
  overflow: hidden;
}

.top-links .icon4 {
  background: url(../img/line1.png) right center no-repeat;
  padding-right: 11px;
  display: none;
}

.top-links .icon5 {
  margin-left: 6px;
  display: none;
}

.top-links .icon4 a, .top-links .icon5 a {
  color: #6ba0dc;
}

.top-links .cr a {
  color: #fff;
}

/*logo*/
.wrap-logo {
  height: 95px;
}

.wrap-logo .logo {
  float: left;
  margin-top: 12px;
}

.wrap-logo .logo a {
  display: block;
}

.wrap-logo .logo img {
  display: block;
  width: auto;
}

.wrap-logo .mod-searchs {
  position: relative;
  margin-top: 23px;
  float: right;
  width: 33.46%;
  border: 1px solid #dcdcdc;
  height: 44px;
  border-radius: 5px;
  overflow: hidden;
}

.wrap-logo .mod-searchs a {
  height: 44px;
  line-height: 100px;
  font-size: 0;
  color: transparent;
  overflow: hidden;
  display: block;
  width: 49px;
  right: 0;
  position: absolute;
  top: 0;
  background: #eaeaea url(../img/search_btn.png) center center no-repeat;
}

.wrap-logo .mod-searchs input {
  color: #146ac0;
  padding-right: 60px;
  padding-left: 10px;
  border: none;
  height: 44px;
  line-height: 44px;
  width: 100%;
  box-sizing: border-box;
}

/*导航*/
.menu-wrap {
  background: #efefef;
  height: 45px;
  position: relative;
  z-index: 99;
}

/*菜单*/
.mod-menu {
  height: 45px;
}

.mod-menu > ul > li {
  float: left;
  position: relative;
}

.mod-menu > ul > li > a {
  font-size: 16px;
  color: #1754a0;
  padding: 0 17px;
  display: block;
  height: 45px;
  line-height: 45px;
}

.mod-menu > ul > li:hover, .mod-menu > ul > li.cr {
  background: #1d74b6;
}

.mod-menu > ul > li:hover > a, .mod-menu > ul > li.cr > a {
  color: #fff;
}

.submenu {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
  position: absolute;
  min-width: 135px;
  background: url(../img/menu_bg2.png);
  padding: 10px 0 10px 0;
  left: 0;
  top: 45px;
  display: none;
  /* border-top: 1px solid #e6e6e5*/
}

.submenu > ul > li {
  line-height: 36px;
  padding: 0 10px;
  white-space: nowrap;
}

.submenu > ul > li:hover {
  background: #cbdaec;
}

.submenu > ul > li > a {
  color: #1754a0;
  font-size: 16px;
  background: url(../img/arrow_1.png) 0 center no-repeat;
  padding-left: 15px;
}

.submenu > ul > li > ul {
  padding-left: 18px;
}

.mod-menu > ul > li:hover .submenu {
  /**/
  display: block;
}

/*banner图居中*/
.mode-banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-bottom: 20px;
}

.banner-cnt {
  float: left;
  position: relative;
  right: 50%;
  width: 1920px;
}

.mode-inner {
  float: left;
  position: relative;
  left: 50%;
  width: 1920px;
}

.mode-inner img {
  max-width: none;
  display: block;
}

.ani-tits {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  top: 7%;
  animation-name: anis;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.ani-tits img {
  display: inline;
}

@keyframes anis {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

@-webkit-keyframes anis {
  0% {
    opacity: 0;
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

/*聚焦小点*/
.bx-controls {
  position: absolute;
  bottom: 10px;
  width: 100%;
  right: 0;
}

.bx-default-pager {
  text-align: center;
}

.bx-controls-direction {
  display: none;
}

.bx-controls .bx-pager-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 3px;
}

.bx-controls .bx-pager-item a {
  display: block;
  width: 9px;
  height: 9px;
  line-height: 99px;
  overflow: hidden;
  background: #FFF;
  border-radius: 9px;
}

.bx-controls .bx-pager-item a.active {
  width: 32px;
}

/*新闻列表*/
.mod-news ul li {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mod-news ul li * {
  font-size: 15px;
}

.mod-news ul li em {
  padding: 0 10px 0 0;
  color: #146ac0;
}

.mod-news ul li span {
  color: #999;
  padding-right: 10px;
}

/*新闻动态banner滚动*/
.index-roll2 {
  position: relative;
}

.index-roll2 a {
  display: block;
}

.index-roll2 img {
  display: block;
}

.index-roll2 .bx-controls {
  bottom: 0;
  padding: 12px 0;
  max-width: 100px;
  left: auto;
  right: 0;
}

.index-roll2 .bx-default-pager {
  text-align: right;
  padding-right: 15px;
}

.index-roll2 .bx-controls .bx-pager-item a.active {
  width: 9px;
  background: #fbc700;
}

.index-roll2 span {
  color: #fff;
  font-size: 16px;
  position: absolute;
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/darkbg.png) repeat-x;
  background-size: 100% 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
  bottom: 0;
  display: block;
  left: 0;
}

.defaultTitle {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 35px;
  zoom: 1;
  text-align: center;
}

.defaultTitle:after {
  display: table;
  content: "";
  clear: both;
}

.defaultTitle h3 {
  font-weight: normal;
  font-size: 25px;
  margin: 0;
  margin-bottom: -1px;
  background-color: #fff;
  float: left;
  background-color: #fff;
  color: #146ac0;
}

.defaultTitle h3.R {
  float: right;
}

.defaultTitle h3.center {
  display: inline-block;
  float: none;
}

.defaultTitle a {
  float: right;
  font-size: 12px;
  color: #fd8e25;
  line-height: 35px;
}

.grey-bg .defaultTitle h3 {
  background-color: #f3f3f3;
}

.tab_mod_01 .sys-tab {
  margin-bottom: 30px;
}

.tab_mod_01 .sys-tab ul {
  text-align: center;
}

.tab_mod_01 .sys-tab li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  border: 1px solid transparent;
  padding: 0 25px;
  cursor: pointer;
}

.tab_mod_01 .sys-tab li.hover {
  border-color: #186cae;
}

.tab_mod_01 .sys-tab li.hover span {
  color: #186cae;
}

.tab_mod_01 .sys-tab li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 18px;
  color: #666666;
  height: 25px;
  background-color: #f3f3f3;
  position: relative;
  top: 8px;
}

.tab_mod_02 .sys-tab {
  margin-bottom: 30px;
}

.tab_mod_02 .sys-tab ul {
  text-align: center;
  border-bottom: 1px solid #ccc;
  font-size: 0;
  line-height: 0;
  letter-spacing: -Npx;
  position: relative;
}

.tab_mod_02 .sys-tab a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #fd8e25;
  line-height: 32px;
  display: none;
}

.tab_mod_02 .sys-tab li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 30px;
  margin-bottom: -1px;
  background-color: #fff;
  cursor: pointer;
  font-size: 25px;
  line-height: normal;
  letter-spacing: normal;
}

.tab_mod_02 .sys-tab li.hover {
  color: #146ac0;
}

.tab_mod_02 .sys-tab li.hover a {
  display: block;
}

.tab_mod_02 .mod-news-2 .item, .tab_mod_02 .zwhDesc .item {
  margin-top: 21px;
}

.tab_mod_02 .mod-news-2 .item-date, .tab_mod_02 .zwhDesc .item-date {
  padding: 5px 0;
}

.tab_mod_02 .mod-news-float .item {
  width: 50%;
  float: left;
  overflow: hidden;
}

.tab_mod_02 .mod-news-float .item .item-tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 25px;
  line-height: 25px;
  padding-right: 30px;
}

.tab_mod_02 .mod-news-float .item-desc {
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  padding-right: 30px;
}

/*政策法规与专题专栏*/
.grey-bg {
  background: #f3f3f3;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*新聞列表*/
.mod-news-2 .item-cell, .zwhDesc .item-cell {
  height: 100%;
  overflow: hidden;
  padding-bottom: 3.2%;
}

.mod-news-2 .item-cnt, .zwhDesc .item-cnt {
  width: 58.5%;
  float: right;
}

.mod-news-2 .item-pic, .zwhDesc .item-pic {
  width: 38.04%;
  float: left;
}

.mod-news-2 .item-pic img, .zwhDesc .item-pic img {
  display: block;
}

.mod-news-2 .item-tit *, .zwhDesc .item-tit * {
  font-size: 16px;
  color: #146ac0;
}

.mod-news-2 .item-desc, .zwhDesc .item-desc {
  max-height: 100px;
  overflow: hidden;
}

.mod-news-2 .item-desc *, .zwhDesc .item-desc * {
  font-size: 14px;
  color: #666;
}

.mod-news-2 .item-date, .zwhDesc .item-date {
  color: #999;
  font-size: 14px;
  padding-bottom: 2%;
  padding-top: 2%;
}

.mod-news-2 .item-desc *, .zwhDesc .item-desc * {
  font-size: 14px;
}

.mod-news-2 .detail, .zwhDesc .detail {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}

/*专题专栏*/
.mod-news-3 .item-cell {
  position: relative;
}

.mod-news-3 .item-cnt {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(26, 106, 192, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc146ac0,endColorstr=#cc146ac0);
}

.mod-news-3 .item-pic img {
  display: block;
}

.mod-news-3 .item-tit {
  font-size: 16px;
  color: #fff;
  padding: 4px 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mod-news-3 .item-tit a {
  color: #fff;
}

.mod-news-3 .item-tit a:hover {
  color: #faffcf;
}

/*产品库*/
.mod-tab1 {
  position: relative;
}

.mod-tab1 ul {
  background-color: #fff;
  z-index: 999;
  border-bottom: 1px solid #1c70b3;
  zoom: 1;
}

.mod-tab1 ul:after {
  display: table;
  clear: both;
  content: "";
}

.mod-tab1 ul li {
  width: 18.62%;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  float: left;
  text-align: center;
  padding: 3% 0;
  margin-right: 1.16%;
  margin-bottom: -1px;
  background-color: #fff;
}

.mod-tab1 ul li span {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin: 0 auto;
}

.mod-tab1 ul li em {
  text-align: center;
  display: block;
  padding-top: 10%;
  font-size: 20px;
}

.mod-tab1 ul li.hover {
  border: 1px solid #1c70b3;
  border-bottom: 1px solid #fff;
}

.mod-tab1 ul li.hover em {
  color: #146ac0;
}

.mod-tab1 ul li span img {
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-property: all;
}

.mod-tab1 ul li.hover span img {
  margin-top: -60px;
}

.k-infos {
  border: 1px solid #1c70b3;
  border-top: none;
  padding: 20px 0 20px 0;
}

.mod-expert {
  height: 100%;
  overflow: hidden;
}

.mod-expert .item-cell {
  width: 169px;
  padding: 0 15px;
  float: left;
  text-align: center;
}

.mod-expert .item-pic img {
  margin: 0 auto;
  height: 115px;
  width: 115px;
  border: 5px solid #fff;
  border-radius: 115px;
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.06), 2px 0 2px rgba(0, 0, 0, 0.06), 0 -2px 2px rgba(255, 255, 255, 0.06), 0 2px 2px rgba(0, 0, 0, 0.06);
}

.mod-expert .item-tit * {
  font-size: 18px;
  font-weight: bold;
}

.mod-expert .item-tit {
  padding-top: 6px;
}

.mod-expert .item-desc {
  height: 122px;
}

.mod-expert .item-desc * {
  color: #666;
  font-size: 14px;
  line-height: 28px;
}

.mod-expert .item-desc span {
  display: block;
  padding: 5px 0;
}

.mod-expert .item-pic {
  position: relative;
}

.mod-expert .item-more a {
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  width: 110px;
  font-size: 13px;
  background: #fd8e25;
  color: #fff;
}

span.vip-ico {
  position: absolute;
  background: url("../img/auth.png") no-repeat;
  width: 40px;
  height: 40px;
  display: block;
  right: 10px;
  top: 0px;
}

/*协同创新平台*/
.mod-creat .item-cell {
  border: 1px solid #e5e5e5;
  margin-bottom: 24px;
  text-align: center;
  padding: 0 10px 10px 10px;
}

.mod-creat .item-pic {
  text-align: center;
}

.mod-creat .item-cell .item-pic span {
  display: block;
  height: 90px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mod-creat .item-pic img {
  height: auto;
  width: 90px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -45px;
  transition-duration: 500ms;
  transition-timing-function: ease;
  transition-property: all;
}

.mod-creat .item-tit * {
  font-size: 16px;
  color: #333;
}

.mod-creat .item-tit {
  text-align: center;
  padding: 10px 0;
}

.mod-creat .item-desc {
  height: 40px;
  overflow: hidden;
  line-height: 20px;
}

.mod-creat .item-desc a {
  color: #666;
}

.mod-creat .item-cell:hover .item-pic span img {
  top: -100%;
  transform: scale(1.02, 1.02);
}

.mod-creat .item-cell:hover * {
  color: #fd8e25;
}

/*会员产品&服务*/
.mod-service {
  width: 102.36%;
}

.mod-service .item-cell {
  width: 30.76%;
  background: #fafafa;
  float: left;
  position: relative;
  margin-right: 2.3%;
  margin-bottom: 2.3%;
}

.mod-service .item-pic {
  position: relative;
  margin-bottom: 10px;
  padding-top: 57.5%;
}

.mod-service .item-pic a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mod-service .item-pic a span {
  display: block;
  width: 100%;
  height: 100%;
}

.mod-service .item-pic img {
  display: block;
  width: 100%;
  height: 100%;
}

.mod-service .item-pic em {
  position: absolute;
  right: 20px;
  bottom: 0;
  margin-bottom: -11%;
  width: 22%;
  display: block;
}

.mod-service .item-pic em img {
  border-radius: 100%;
  box-sizing: border-box;
  border: 3px solid #ececec;
}

.mod-service .item-desc {
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}

.mod-service .item-desc * {
  color: #999;
}

.mod-service .item-desc font {
  color: #eb3d3c;
}

.mod-service .item-cnt {
  padding: 0 5% 5% 5%;
}

.mod-service .item-tit {
  margin-bottom: 10px;
  height: 24px;
  padding-right: 26%;
  overflow: hidden;
}

.mod-service .item-tit * {
  font-size: 16px;
  color: #000;
}

.mod-service *:hover {
  color: #146ac0;
}

.mod-service .item-more {
  text-align: left;
}

.mod-service .item-more a {
  color: #fd8e25;
}

.view-mores {
  text-align: center;
  padding-top: 20px;
}

.view-mores a {
  background: #eb3d3c;
  width: 22.75%;
  color: #fff;
  font-size: 18px;
  height: 55px;
  line-height: 55px;
  border-radius: 55px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*在线留言与入会申请开始*/
.guest-bg {
  background: url(../img/guest_bg.jpg) center 0 no-repeat;
  height: 360px;
}

.guest-bg .wrap-layer {
  overflow: visible;
}

.guest-bg .defaultTitle h3 {
  background-color: #e2e2e2;
}

.modlay-bor {
  border: 3px solid #f3f3f3;
  border-radius: 10px;
  margin-top: 45px;
  min-height: 260px;
  width: 55.1%;
  float: left;
}

.r-lay {
  float: right;
  width: 39.3%;
}

.p-titles {
  text-align: center;
  margin-top: -23px;
}

.p-titles span {
  font-size: 28px;
  color: #146ac0;
  background: #e2e2e2;
  padding: 0 20px;
}

.guest-frm {
  padding: 0 5%;
  margin-top: 20px;
  position: relative;
  top: 5px;
}

.guest-frm ul {
  position: relative;
  display: block;
}

.guest-frm li {
  width: 48%;
  margin-bottom: 10px;
}

.guest-frm li input {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  padding: 0 10px;
  height: 35px;
  line-height: 35%;
  background: #1d74b6;
  border: none;
}

.guest-frm li.gue-tarea {
  position: absolute;
  right: 0;
  top: 0;
}

.guest-frm li.gue-tarea textarea {
  height: 170px;
  width: 100%;
  color: #fff;
  background: #1d74b6;
  border: none;
  box-sizing: border-box;
  padding: 10px;
}

.guest-frm li.gue-yzm {
  box-sizing: border-box;
  padding-right: 110px;
  position: relative;
}

.guest-frm li a {
  position: absolute;
  right: 0;
  top: 0;
}

.guest-frm li a img {
  height: 35px;
  width: 100px;
}

.gues-btn {
  text-align: center;
  position: relative;
  top: 20px;
  clear: both;
}

.gues-btn a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 18px;
  margin: 0 10px;
  width: 104px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: #fd8e25;
  color: #fff;
}

.gues-btn span {
  background: #e2e2e2;
}

.gues-btn a.bt1 {
  background: #20ab68;
}

.gues-btn a.bt3 {
  background: #1d74b6;
}

.quk-links {
  padding: 0 5%;
  margin-top: 10px;
  position: relative;
  top: 5px;
}

.quk-links .item-cell {
  width: 40%;
  padding: 0 4%;
  float: left;
  height: 65px;
  padding-bottom: 15px;
  padding-top: 15px;
}

.quk-links .item-1, .quk-links .item-2 {
  border-bottom: 1px solid #aec5d9;
}

.quk-links .item-1, .quk-links .item-3 {
  border-right: 1px solid #aec5d9;
}

.quk-links .item-pic {
  width: 50%;
  float: left;
}

.quk-links .item-tit {
  float: left;
  width: 50%;
}

.quk-links .item-tit * {
  font-size: 16px;
}

.quk-links .item-tit a {
  padding-top: 20%;
  display: block;
}

.quk-links .item-3 .item-tit a {
  padding-top: 5%;
}

/*在线留言与入会申请结束*/
/*专题专栏*/
.topic {
  margin-top: 25px;
  width: 55.1%;
  max-width: 615px;
  float: left;
}

.topic .mod-news {
  margin-top: 12px;
}

.topic .bx-wrapper {
  position: relative;
}

.topic .bx-pager {
  display: none;
}

.topic .bx-controls-direction {
  display: block;
}

.topic .bx-controls {
  bottom: 0;
  position: static;
}

.topic .bx-prev {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  font-size: 0px;
  line-height: 0;
  width: 30px;
  height: 50px;
  background: url(../img/ar_l.png) center center no-repeat rgba(255, 255, 255, 0.5);
}

.topic .bx-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  right: 0;
  font-size: 0px;
  line-height: 0;
  width: 30px;
  height: 50px;
  background: url(../img/ar_r.png) center center no-repeat rgba(255, 255, 255, 0.5);
}

/*合作平台*/
.corlinks-wrap, .corlinks-wrap2 {
  position: relative;
  overflow: hidden;
}

.corlinks-wrap .scrollWrap, .corlinks-wrap2 .scrollWrap {
  margin: 0 30px;
}

.corlinks-wrap .bx-controls, .corlinks-wrap2 .bx-controls {
  display: block;
}

.corlinks-wrap .item-cell, .corlinks-wrap2 .item-cell {
  float: left;
  width: 190px;
  text-align: center;
  font-size: 0;
  line-height: 0;
  letter-spacing: -Npx;
}

.corlinks-wrap .item-cell .item-pic, .corlinks-wrap2 .item-cell .item-pic {
  display: inline-block;
  border: 1px solid #e0e0e0;
}

.corlinks-wrap .bx-controls, .corlinks-wrap2 .bx-controls {
  position: static;
}

.corlinks-wrap .bx-default-pager, .corlinks-wrap2 .bx-default-pager {
  display: none;
}

.corlinks-wrap .bx-controls-direction, .corlinks-wrap2 .bx-controls-direction {
  display: block;
}

.corlinks-wrap .bx-prev, .corlinks-wrap2 .bx-prev {
  top: 50%;
  margin-top: -13px;
  left: 0;
  display: block;
  line-height: 190px;
  overflow: hidden;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../img/ar_l.png) center 0 no-repeat;
}

.corlinks-wrap .bx-next, .corlinks-wrap2 .bx-next {
  top: 50%;
  margin-top: -13px;
  right: 0;
  display: block;
  line-height: 190px;
  overflow: hidden;
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../img/ar_r.png) center 0 no-repeat;
}

.corlinks-wrap .item-pic a img, .corlinks-wrap2 .item-pic a img {
  width: 180px;
  height: 85px;
}

/*广告*/
.ad-l {
  float: left;
  width: 47.2%;
}

.ad-r {
  float: right;
  width: 47.2%;
}

/*理事单位*/
.corlinks-wrap2 {
  position: relative;
}

.corlinks-wrap2 .bx-controls {
  display: block;
}

.corlinks-wrap2 .item-cell a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 150px;
  height: 60px;
}

/*底部*/
.footer {
  background: #efefef;
  padding-top: 40px;
}

.fr-tit {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding-bottom: 2px;
}

.mod-copy {
  background: #1855a0;
  margin-top: 30px;
  line-height: 25px;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}

.mod-copy .bom_links {
  float: left;
  overflow: hidden;
}

.mod-copy .copyRight {
  float: right;
  color: #fff;
}

.mod-copy .bom_links li {
  float: left;
  margin-left: -1px;
}

.mod-copy .bom_links li a {
  color: #fff;
  float: left;
  background: url(../img/line1.png) no-repeat left center;
  padding: 0 10px 0 11px;
}

.code-wrap {
  width: 42.5%;
  float: left;
}

.code-wrap .item-pic {
  width: 22%;
  float: left;
}

.code-wrap .item-cnt {
  float: left;
  width: 75%;
  margin-left: 3%;
}

.code-wrap .item-tit {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  padding-bottom: 5px;
}

.mod-bomlink {
  width: 50.3%;
  float: right;
}

.mod-bomlink li {
  float: left;
  margin-top: 5px;
  margin-right: 24px;
  background: url(../img/dot.png) 0 8px no-repeat;
  padding-left: 16px;
}

.mod-bomlink li a:hover {
  text-decoration: underline;
}

/*内页样式*/
.inner_banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.inner_banner .scoller {
  font-size: 0;
  line-height: 0;
}

.inner_banner .pic {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  left: 50%;
}

.inner_banner .pic img {
  display: block;
  height: auto;
  position: relative;
  left: -50%;
  width: auto;
  max-width: inherit;
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.lc {
  border-bottom: 1px solid #e5e5e5;
}

.lc ul {
  padding: 25px 0;
}

.lc ul li {
  float: left;
  color: #1754a0;
  padding-right: 15px;
  font-size: 14px;
}

.lc ul li a {
  float: left;
  color: #1754a0;
  padding-right: 20px;
  background: url(../img/lc_arrow.png) no-repeat right center;
}

.content_l {
  width: 245px;
  float: left;
  border-right: 1px solid #e5e5e5;
}

.subNav .navTit {
  display: none;
}

.subNav ul li {
  margin-bottom: 1px;
}

.subNav ul li a {
  display: block;
  /*margin-right:-1px;*/
  padding: 0 15px;
  height: 40px;
  border-right: 1px solid #e5e5e5;
  background-color: #ffffff;
  border-color: #fff;
  color: #999;
}

.subNav ul li a span {
  display: block;
  line-height: 40px;
  color: #666;
  font-size: 16px;
  background: url(../img/subnav_arrow_active.png) no-repeat right center;
}

.subNav ul li a span em {
  font-style: normal;
  color: #ff6600;
}

.subNav ul li.active a, .subNav ul li a:hover {
  background-color: #f9f9f9;
}

.subNav ul li.active a span, .subNav ul li a:hover span {
  background: url(../img/subnav_arrow.png) no-repeat right center;
  color: #1754a0;
}

.subNav .company {
  background-color: #efefef;
  padding: 15px 0;
  margin-bottom: 1px;
}

.subNav .company img {
  display: block;
  margin: 0 auto;
  width: 87px;
  height: 87px;
  border-radius: 100%;
  margin-bottom: 15px;
}

.subNav .company h2 {
  font-weight: normal;
  font-size: 16px;
  color: #1754a0;
  text-align: center;
}

.subNav ul li ul li {
  margin-bottom: 0;
}

.subNav ul li ul li a {
  padding-left: 60px;
}

.subAd {
  margin-top: 20px;
}

.subAd a {
  display: block;
  margin-bottom: 20px;
}

.content_r {
  padding-left: 300px;
}

.subTitle {
  font-size: 30px;
  font-weight: normal;
  color: #1754a0;
  text-align: center;
  position: relative;
}

.subTitle span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: -40px;
  background-color: #fff;
}

.blockTitle {
  font-weight: normal;
  color: #1754a0;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 40px;
}

.newsList li {
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsList li .time {
  color: #ff6500;
  padding-right: 10px;
}

.detailBtn {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #1dbc9c;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
  float: right;
}

.detailBtn:hover {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #1dbc9c;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
}

.fengcai, .projectKu, .serviceRec {
  width: auto;
}

.fengcai .item-cell, .projectKu .item-cell, .serviceRec .item-cell {
  width: 100% !important;
  margin: 30px 0 0 0 !important;
  float: none;
}

.fengcai .item-cnt, .projectKu .item-cnt, .serviceRec .item-cnt {
  padding: 0;
}

.fengcai .item-pic, .projectKu .item-pic, .serviceRec .item-pic {
  position: relative;
  padding: 0;
  margin-bottom: 10px;
  padding-top: 57.5%;
}

.fengcai .item-pic img, .projectKu .item-pic img, .serviceRec .item-pic img {
  width: 100%;
}

.fengcai .item-pic a, .projectKu .item-pic a, .serviceRec .item-pic a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fengcai .item-pic a span, .projectKu .item-pic a span, .serviceRec .item-pic a span {
  display: block;
  width: 100%;
  height: 100%;
}

.fengcai .item-pic a span img, .projectKu .item-pic a span img, .serviceRec .item-pic a span img {
  height: 100%;
}

.fengcai .item-pic em, .projectKu .item-pic em, .serviceRec .item-pic em {
  position: absolute;
  display: block;
  width: 28%;
  bottom: 0;
  margin-bottom: -14%;
  right: 7%;
}

.fengcai .item-pic em img, .projectKu .item-pic em img, .serviceRec .item-pic em img {
  border-radius: 100%;
  box-sizing: border-box;
  border: 3px solid #ececec;
}

.fengcai .item-more, .projectKu .item-more, .serviceRec .item-more {
  text-align: right;
}

.fengcai .item-more a, .projectKu .item-more a, .serviceRec .item-more a {
  display: inline-block;
  text-align: center;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  width: 110px;
  font-size: 13px;
  background: #fd8e25;
  color: #fff;
}

.fengcai .item-tit, .projectKu .item-tit, .serviceRec .item-tit {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 10px;
}

.fengcai .item-tit a, .projectKu .item-tit a, .serviceRec .item-tit a {
  color: #000;
}

.fengcai .item-tit a:hover, .projectKu .item-tit a:hover, .serviceRec .item-tit a:hover {
  color: #1754a0;
}

.fengcai .item-desc, .projectKu .item-desc, .serviceRec .item-desc {
  margin-bottom: 10px;
}

.fengcai .item-desc *, .projectKu .item-desc *, .serviceRec .item-desc * {
  color: #999;
}

.fengcai .item-desc a, .projectKu .item-desc a, .serviceRec .item-desc a {
  display: block;
  height: 50px;
  line-height: 25px;
  overflow: hidden;
  color: #999;
}

.fengcai .item-desc a:hover, .projectKu .item-desc a:hover, .serviceRec .item-desc a:hover {
  color: #1754a0;
}

.zwhDesc {
  margin-top: 20px;
}

.zwhDesc .item-cell {
  padding-bottom: 0;
}

.zwhDesc .item-pic {
  width: 28%;
  margin-right: 24px;
}

.zwhDesc .item-cnt {
  width: auto;
  float: none;
}

.zwhDesc .item-desc {
  max-height: inherit;
  display: block !important;
  line-height: 25px;
}

.hympList .item-cell {
  border: 1px solid #ededed;
  text-align: center;
  height: 100px;
  margin-top: 47px;
  margin-bottom: 20px;
}

.hympList .item-cell .item-pic img {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  border: 5px solid #ececec;
  margin-top: -47px;
}

.hympList .item-cell .item-cnt {
  font-size: 15px;
}

.hympList .item-cell .item-cnt a {
  display: block;
  height: 40px;
  color: #1f6dba;
}

.hympList .item-cell:hover {
  border: 1px solid #1f6dba;
}

.hympList .item-cell:hover a {
  color: #666666;
}

.detailBtn_02 {
  display: inline-block;
  text-align: center;
  color: #999;
  background-color: #fff;
  height: 54px;
  line-height: 54px;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 55px;
  padding: 0 90px;
}

.hympSearch {
  position: relative;
  margin-bottom: 40px;
  float: right;
  width: 392px;
}

.hympSearch input {
  color: #146ac0;
  padding-left: 10px;
  border: 1px solid #ddd;
  height: 33px;
  line-height: 35px;
  display: block;
  width: 300px;
}

.hympSearch a.searchBtn {
  width: 80px;
  height: 35px;
  line-height: 35px;
  background-color: #1754a0;
  color: #fff;
  text-align: center;
  line-height: 35px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.hymp_logo img {
  vertical-align: middle;
  width: 72px;
  height: 72px;
  border: 4px solid #ececec;
  border-radius: 80px;
}

.hymp_logo span {
  vertical-align: middle;
  font-size: 22px;
  color: #1754a0;
  padding-left: 15px;
}

.company_logo {
  background-color: #ebf1f5;
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.company_logo .pic {
  display: table-cell;
  overflow: hidden;
}

.company_logo .pic img {
  display: block;
  width: 100%;
  height: 342px;
}

.company_logo .logoArea {
  overflow: hidden;
  display: table-cell;
  font-size: 0;
  line-height: 0;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}

.company_logo .logoArea .logo {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

.company_logo .logoArea img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.hympDetail2 .hymp_logo {
  text-align: center;
}

.hympDetail2 .logo {
  text-align: center;
  margin-bottom: 26px;
}

.hympDetail2 .detail-article .companyLogo {
  position: relative;
  float: left;
  margin-right: 30px;
}

.hympDetail2 .detail-article .companyLogo img {
  display: block;
  max-width: 100%;
  width: 512px;
  height: 380px;
}

.hympDetail2 .detail-article .companyLogo .logo {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  background-color: #ebf1f5;
  padding: 10px;
}

.hympDetail2 .detail-article .desc {
  overflow: hidden;
}

.hympDetail2 .detail-article .desc h1 {
  margin: 0;
  font-size: 30px;
}

.hympDetail2 .detail-article .desc p {
  font-size: 16px;
}

.detail-article-title {
  font-size: 22px;
  color: #0083c9;
  font-weight: normal;
  margin: 25px 0;
}

.detail-article p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.companyNews li {
  height: 70px;
  line-height: 70px;
  position: relative;
  font-size: 16px;
}

.companyNews li a {
  display: block;
  height: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 110px;
  color: #666;
  padding-left: 26px;
}

.companyNews li .time {
  display: block;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 110px;
}

.companyNews li a:hover {
  color: #fff;
  background-color: #1d70b4;
}

.companyNews li a:before {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  position: absolute;
  left: 10px;
  top: 32px;
  background-color: #666;
  content: "";
}

.companyNews li a:hover:before {
  background-color: #fff;
}

.hymp_detail_pro .item-cell {
  margin-bottom: 20px;
}

.hymp_detail_pro a {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 25px;
  overflow: hidden;
}

.hyfcList .item {
  margin-bottom: 24px;
}

.hyfcList .pic a {
  display: block;
}

.hyfcList .pic img {
  display: block;
  width: 100%;
}

.hyfcList h3 {
  font-weight: normal;
  font-size: 16px;
}

.hyfcList h3 a {
  display: block;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.hyfcList h3 a:hover {
  color: #146ac0;
}

.hyfcList .desc {
  font-size: 14px;
  color: #999;
  height: 50px;
  overflow: hidden;
  line-height: 25px;
}

.hyfcList .con {
  padding: 0 10px 10px 10px;
  border: 1px solid #dcdcdc;
  border-top: none;
}

.article .article-title {
  font-size: 30px;
  color: #1754a0;
  text-align: center;
  font-weight: normal;
}

.article .source {
  padding: 25px 0;
  text-align: center;
}

.article .source li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 20px;
}

.article p {
  font-size: 14px;
  color: #555;
  line-height: 25px;
}

.enrolSubmit {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #0083c9;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
  padding: 0 40px;
}

.enrolSubmit:hover {
  color: #fff;
}

.activityEnrol .formPanel input, .activityEnrol .formPanel textarea, .activityEnrol .dropselectbox h4, .activityEnrol .dropselectbox ul {
  border-color: #f1f1f1;
}

.activityEnrol .formPanel .people {
  font-size: 0;
  line-height: 0;
}

.activityEnrol .formPanel .people input {
  width: 100px;
}

.activityEnrol .formPanel .people select {
  width: 100px;
}

.activityEnrol .addPeople {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #ff8700;
  text-align: center;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
}

.activityEnrol .reducePeople {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #ff8700;
  text-align: center;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 16px;
}

.projectKu .item-tit, .serviceRec .item-tit {
  height: 45px;
  line-height: normal;
  white-space: normal;
  padding-right: 35%;
}

.projectKu .item-tit em, .serviceRec .item-tit em {
  display: block;
  font-size: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 24px;
  line-height: 24px;
}

.projectKu .item-tit a, .serviceRec .item-tit a {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1f6dba;
  font-size: 14px;
}

.projectKu .item-desc, .serviceRec .item-desc {
  position: relative;
  height: auto;
}

.projectKu .item-desc .area, .serviceRec .item-desc .area {
  position: absolute;
  right: 0;
  top: 0;
}

.projectKu .item-desc ul li, .serviceRec .item-desc ul li {
  line-height: 25px;
}

.projectKu .item-desc .desc, .serviceRec .item-desc .desc {
  line-height: 25px;
  height: 75px;
  overflow: hidden;
}

.btnGroup {
  margin-top: 25px;
  text-align: right;
}

.btnGroup .currentMenu {
  float: left;
  line-height: 35px;
  color: #1f6dba;
  font-size: 18px;
}

.btnGroup a {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #1dbc9c;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
  margin-left: 10px;
}

.btnGroup .bg1 {
  background-color: #0c86d4;
}

.projectSpec table {
  border: 1px solid #e5e5e5;
  border-bottom: none;
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
}

.projectSpec table td {
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  position: relative;
}

.projectSpec table td ul {
  height: 35px;
  overflow: hidden;
  padding-right: 60px;
}

.projectSpec table td ul li {
  display: inline-block;
  line-height: 35px;
  padding: 0 15px;
}

.projectSpec table td ul li a {
  color: #1f6dba;
}

.projectSpec table td ul li a.cr {
  color: #fd8e25;
}

.projectSpec table td .allShow {
  height: auto;
}

.projectSpec table td .check li {
  height: 25px;
  padding: 5px 0;
  margin-left: 15px;
}

.projectSpec table td .check li a {
  display: block;
  height: 23px;
  border: 1px solid #e5e5e5;
  padding: 0 10px;
  line-height: 23px;
}

.projectSpec table td .more {
  user-select: none;
  display: block;
  width: 60px;
  text-align: center;
  cursor: pointer;
  background: url(../img/arrow_down.png) no-repeat right center;
  height: 35px;
  line-height: 35px;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
}

.projectSpec table td .keySearch {
  float: right;
  padding: 0;
  margin: 0;
  height: 25px;
  background-color: #f5f5f5;
  border-radius: 25px;
  margin-top: 5px;
  position: relative;
}

.projectSpec table td .keySearch input {
  display: block;
  margin: 0;
  padding: 0;
  margin-right: 30px;
  border: none;
  height: 25px;
  line-height: 25px;
  padding-left: 15px;
  background: transparent;
}

.projectSpec table td .search {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0px;
  right: 0;
  background: url("../img/searcha.png") no-repeat center center;
}

.projectSpec .title {
  width: 100px;
  padding-left: 10px;
  text-align: left;
  background-color: #efefef;
  line-height: 35px;
  color: #666;
}

.project_detail_banner img, .product_detail_banner img {
  height: 300px;
}

.project_detail, .supply_detail, .supply_detail_img, .product_detail {
  overflow: hidden;
}

.project_detail .company_name, .supply_detail .company_name, .supply_detail_img .company_name, .product_detail .company_name {
  float: right;
}

.project_detail .company_name .company_name_inner, .supply_detail .company_name .company_name_inner, .supply_detail_img .company_name .company_name_inner, .product_detail .company_name .company_name_inner {
  background-color: #1e79b9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px;
  max-width: 100%;
  font-size: 0;
  line-height: 0;
  height: 70px;
}

.project_detail .company_name .recIco, .supply_detail .company_name .recIco, .supply_detail_img .company_name .recIco, .product_detail .company_name .recIco {
  text-align: right;
  overflow: hidden;
}

.project_detail .company_name .recIco img, .supply_detail .company_name .recIco img, .supply_detail_img .company_name .recIco img, .product_detail .company_name .recIco img {
  display: block;
  float: right;
  width: 32px;
  height: 39px;
}

.project_detail .company_name .seek, .supply_detail .company_name .seek, .supply_detail_img .company_name .seek, .product_detail .company_name .seek {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #1dbc9c;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
  float: right;
  margin-top: 25px;
}

.project_detail .wrapImg, .supply_detail .wrapImg, .supply_detail_img .wrapImg, .product_detail .wrapImg {
  display: block;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: table;
}

.project_detail .wrapImg .pic, .supply_detail .wrapImg .pic, .supply_detail_img .wrapImg .pic, .product_detail .wrapImg .pic {
  display: table-cell;
  height: 100%;
  padding-right: 10px;
}

.project_detail .wrapImg img, .supply_detail .wrapImg img, .supply_detail_img .wrapImg img, .product_detail .wrapImg img {
  display: block;
  height: 70px;
  width: 70px;
  max-width: inherit;
  border-radius: 100%;
}

.project_detail .wrapImg span, .supply_detail .wrapImg span, .supply_detail_img .wrapImg span, .product_detail .wrapImg span {
  display: table-cell;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  vertical-align: middle;
}

.project_detail .wrapImg a, .supply_detail .wrapImg a, .supply_detail_img .wrapImg a, .product_detail .wrapImg a {
  color: #fff;
}

.project_detail .company_type, .supply_detail .company_type, .supply_detail_img .company_type, .product_detail .company_type {
  float: left;
  font-size: 0;
  line-height: 0;
  margin-top: 25px;
}

.project_detail .company_type li, .supply_detail .company_type li, .supply_detail_img .company_type li, .product_detail .company_type li {
  margin-bottom: 10px;
}

.project_detail .company_type font, .supply_detail .company_type font, .supply_detail_img .company_type font, .product_detail .company_type font {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 22px;
}

.project_detail .company_type li span, .supply_detail .company_type li span, .supply_detail_img .company_type li span, .product_detail .company_type li span {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/labelbgl.png) no-repeat left center;
  margin-right: 5px;
}

.project_detail .company_type li span em, .supply_detail .company_type li span em, .supply_detail_img .company_type li span em, .product_detail .company_type li span em {
  display: block;
  font-style: normal;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 12px;
  color: #fff;
  background: url(../img/labelbgr.png) no-repeat right center;
  min-width: 55px;
}

.project_detail .company_type li h3, .supply_detail .company_type li h3, .supply_detail_img .company_type li h3, .product_detail .company_type li h3 {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  vertical-align: middle;
}

.expertList .cell, .expertDetail .cell, .newspic .cell {
  overflow: hidden;
  padding: 25px;
  border-top: 1px solid #f1f1f1;
}

.expertList .cell:after, .expertDetail .cell:after, .newspic .cell:after {
  display: table;
  content: "";
  clear: both;
}

.expertList .pic, .expertDetail .pic, .newspic .pic {
  float: left;
  font-size: 0;
  line-height: 0;
  margin-right: 20px;
  position: relative;
}

.expertList .pic a, .expertDetail .pic a, .newspic .pic a {
  display: block;
  padding: 8px;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
}

.expertList .pic img, .expertDetail .pic img, .newspic .pic img {
  display: block;
  width: 178px;
  min-width: 178px;
  max-width: 100%;
  border-radius: 100%;
}

.expertList .text, .expertDetail .text, .newspic .text {
  overflow: hidden;
  position: relative;
  text-align: left;
}

.expertList .text h3, .expertDetail .text h3, .newspic .text h3 {
  font-size: 20px;
  font-weight: normal;
  color: #1754a0;
  line-height: 35px;
}

.expertList .text p, .expertDetail .text p, .newspic .text p {
  color: #7a7a7a;
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 30px;
}

.expertList .type li, .expertDetail .type li, .newspic .type li {
  margin-bottom: 5px;
}

.expertList .type li span, .expertDetail .type li span, .newspic .type li span {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/labelbgl.png) no-repeat left center;
  margin-right: 5px;
}

.expertList .type li span em, .expertDetail .type li span em, .newspic .type li span em {
  display: block;
  font-style: normal;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 12px;
  color: #fff;
  background: url(../img/labelbgr.png) no-repeat right center;
  min-width: 55px;
}

.expertList .type font, .expertDetail .type font, .newspic .type font {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  color: #1754a0;
}

.expertList .detail, .expertDetail .detail, .newspic .detail {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #1dbc9c;
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
}

ul.type li {
  margin-bottom: 5px;
}

ul.type li span {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/labelbgl.png) no-repeat left center;
  margin-right: 5px;
}

ul.type li span em {
  display: block;
  font-style: normal;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 12px;
  color: #fff;
  background: url(../img/labelbgr.png) no-repeat right center;
  min-width: 55px;
}

ul.type font {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 22px;
  color: #1754a0;
}

.expertDetail .cell {
  border: none;
  padding: 0;
}

.expertDetail .text .blockTitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
}

.expertDetail .btnGroup {
  position: absolute;
  right: 0;
  top: 35px;
  margin: 0;
}

.expertDetail .btnGroup a {
  width: 70px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.expertDetail .btnGroup .message {
  background-color: #0c85d4;
}

.expertDetail ul.list li {
  color: #7a7a7a;
  font-size: 14px;
  line-height: 30px;
  padding-left: 15px;
  background: url(../img/dotExpert.jpg) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.activity .cell {
  margin-bottom: 24px;
}

.activity .pic a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60.3921%;
}

.activity .pic img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.activity .type {
  height: 50px;
  overflow: hidden;
}

.activity .type li {
  margin-bottom: 3px;
  white-space: nowrap;
}

.activity .type li span {
  display: inline-block;
  vertical-align: middle;
  background: url(../img/labelbgl.png) no-repeat left center;
  margin-right: 5px;
}

.activity .type li span em {
  display: block;
  font-style: normal;
  font-size: 12px;
  height: 22px;
  line-height: 22px;
  padding: 0 8px;
  color: #fff;
  background: url(../img/labelbgr.png) no-repeat right center;
  min-width: 55px;
}

.activity .type font {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 22px;
  color: #1754a0;
}

.activity .con {
  position: relative;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}

.activity .con h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 10px;
}

.activity .con .enroll {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #1dbc9c;
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  border-radius: 5px;
  border-radius: 3px;
  width: 60px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.activity .con .un {
  background-color: #ccc;
  cursor: default;
}

/**************商户页面****************/
.business {
  line-height: 35px;
}

.business .layer-top {
  background-color: #eeeced;
}

.business .wrap-logo {
  height: auto;
}

.business .mem-links {
  font-size: 0;
  line-height: 0;
}

.business .mem-links * {
  color: #666;
  font-size: 14px;
  line-height: 35px;
}

.business .mem-links .login {
  margin-left: 25px;
}

.business .mem-links .login li {
  margin: 0 10px;
}

.business .top-links {
  text-align: left;
}

.business .top-links * {
  color: #666;
}

.business .top-links .block {
  float: left;
  margin-left: 15px;
  position: relative;
}

.business .top-links .block h3 {
  font-weight: normal;
  font-size: 13px;
  padding-right: 20px;
  padding-left: 20px;
  background: url(../img/arrow_down.png) no-repeat right center;
}

.business .top-links .block .all {
  padding: 0;
}

.business .top-links .block ul {
  position: absolute;
  left: 0;
  top: 35px;
  min-width: 100%;
  text-align: center;
  background-color: #eeeced;
}

.business .top-links .block ul li {
  margin: 0;
}

.business .wrap-logo {
  padding: 25px 0;
}

.spec-search {
  margin-left: 70px;
  color: #666;
  float: left;
  overflow: hidden;
}

.spec-search .searchType {
  margin-left: -21px;
}

.spec-search .searchType li {
  float: left;
  line-height: 30px;
  padding: 0 20px 0 21px;
  background: url(../img/vline.png) no-repeat left center;
}

.spec-search .searchType li:hover {
  color: #ee9a14;
  cursor: pointer;
}

.spec-search .searchType .hover {
  color: #ee9a14;
}

.spec-search .inpBox input {
  float: left;
  width: 400px;
  height: 36px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  border: 2px solid #1c70b3;
}

.spec-search .inpBox .seaBtn {
  float: left;
  width: 105px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 15px;
  text-align: center;
  background-color: #1c70b3;
  font-weight: bold;
}

.spec-search .list a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  line-height: 30px;
  margin-right: 15px;
}

.shareType ul {
  float: left;
  border: 1px solid #1c71b4;
  border-radius: 3px;
}

.shareType ul li {
  float: left;
}

.shareType ul li a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #1c71b4;
  padding: 0 15px;
  text-align: center;
}

.shareType ul .cr a {
  background: #1c71b4;
  color: #fff;
}

.shareType .book {
  float: left;
}

.shareType .book a {
  color: #1c71b4;
  float: left;
  line-height: 32px;
  margin: 0 25px;
}

.chooseType {
  margin-bottom: 10px;
}

.chooseType .totalNum {
  text-align: right;
  font-size: 12px;
  color: #666;
  line-height: 30px;
}

.chooseType .totalNum span {
  color: #ed9b11;
}

.chooseType .typeList {
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 25px;
}

.chooseType .typeList h3 {
  float: left;
  line-height: 25px;
}

.chooseType .typeList ul {
  height: 25px;
  overflow: hidden;
}

.chooseType .typeList .allShow {
  height: auto;
}

.chooseType .typeList li {
  float: left;
  padding: 0 26px 0 25px;
  font-weight: bold;
  background: url(../img/vline.png) no-repeat right center;
  line-height: 25px;
}

.chooseType .typeList li a {
  display: block;
}

.chooseType .typeList .cr a {
  color: #1c71b4;
}

.chooseType .typeList .more {
  position: absolute;
  top: 25px;
  right: 5px;
  padding-right: 20px;
  background: url(../img/arrow_down.png) no-repeat right center;
  line-height: 25px;
  cursor: pointer;
}

.chooseType .rang {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-top: none;
  height: 35px;
}

.chooseType .rang .area, .chooseType .rang .time {
  float: left;
  border-right: 1px solid #e5e5e5;
  color: #666;
  text-align: center;
}

.chooseType .rang .area {
  width: 125px;
  font-size: 0;
  line-height: 0;
}

.chooseType .rang .area h3 {
  font-weight: normal;
  padding-right: 20px;
  background: url(../img/arrow_down.png) no-repeat right center;
  cursor: pointer;
}

.chooseType .rang .time {
  width: 140px;
  font-size: 0;
  line-height: 0;
}

.chooseType .rang .area h3, .chooseType .rang .time span, .chooseType .rang .time em {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 14px;
  line-height: 35px;
}

.chooseType .rang .time em.up {
  width: 10px;
  height: 14px;
  padding: 0 10px;
  background: url(../img/rang_up.png) no-repeat center center;
  position: relative;
  cursor: pointer;
}

.chooseType .rang .time em.up:after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background: url(../img/vline.png) no-repeat 0 center;
}

.chooseType .rang .time em.down {
  width: 10px;
  height: 14px;
  padding: 0 9px;
  background: url(../img/rang_down.png) no-repeat center 1px;
  cursor: pointer;
}

.chooseType .rang label {
  line-height: 35px;
  float: right;
  padding-right: 20px;
}

.chooseType .rang label input {
  margin-top: -1px;
  vertical-align: middle;
}

.businessList .list, .supplyList .list {
  width: 80%;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.businessList .row, .supplyList .row {
  margin: 0 -5px 0 -5px;
}

.businessList .item, .supplyList .item {
  border: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.businessList .item:hover, .supplyList .item:hover {
  border-color: #1c70b3;
}

.businessList .item .top, .supplyList .item .top {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}

.businessList .item .top h2, .supplyList .item .top h2 {
  font-size: 15px;
  color: #555;
  height: 70px;
  overflow: hidden;
  line-height: 20px;
}

.businessList .item .top li, .supplyList .item .top li {
  color: #666;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.businessList .item .top li span, .supplyList .item .top li span {
  color: #ed9b11;
}

.businessList .item .bom, .supplyList .item .bom {
  padding: 20px;
}

.businessList .item .bom h2, .supplyList .item .bom h2 {
  font-size: 15px;
  color: #333;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 15px;
}

.businessList .item .bom li, .supplyList .item .bom li {
  float: left;
  width: 31%;
  margin: 0 1%;
  text-align: center;
}

.businessList .item .bom li a, .supplyList .item .bom li a {
  display: block;
  border: 1px solid #1c70b3;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  color: #1c71b4;
  font-weight: bold;
  background-color: #f1f8fe;
}

.businessList .rec, .supplyList .rec {
  border: 1px solid #1c70b3;
  overflow: hidden;
}

.businessList .rec .tit, .supplyList .rec .tit {
  text-align: center;
  color: #1c71b4;
  padding: 20px 0;
  font-size: 16px;
}

.businessList .rec .item, .supplyList .rec .item {
  border: none;
  border-bottom: 1px solid #e5e5e5;
}

.businessList .rec .item .top, .supplyList .rec .item .top {
  padding: 0;
  border: none;
}

.businessList .rec .item .top ul, .supplyList .rec .item .top ul {
  padding: 20px;
}

.businessList .rec .item .top ul li, .supplyList .rec .item .top ul li {
  color: #1c71b4;
}

.businessList .rec .item .top h2, .supplyList .rec .item .top h2 {
  background-color: #f1f8fe;
  text-align: center;
}

.businessList .rec .item .top h2 em, .supplyList .rec .item .top h2 em {
  font-weight: normal;
  font-style: normal;
  display: block;
}

.businessList .rec .item .top h2 span, .supplyList .rec .item .top h2 span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.businessList .rec .item .top h2:after, .supplyList .rec .item .top h2:after {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  content: "";
  height: 100%;
  vertical-align: middle;
}

.supplyList .item .bom h2 {
  margin: 0;
}

.supply_detail .company_name_inner {
  border-radius: 8px;
}

.serviceRec .item-tit em {
  font-size: 14px;
  color: #1f6dba;
  height: 20px;
  line-height: 20px;
}

.serviceRec .item-tit a {
  font-size: 16px;
  color: #000;
  height: 24px;
  line-height: 24px;
}

.download li {
  font-size: 0;
  line-height: 0;
  position: relative;
  margin: 10px 0;
}

.download .ico {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 35px;
}

.download .pdf {
  background: url(../img/pdf.png) no-repeat left center;
  background-size: auto;
}

.download a {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 35px;
  padding-left: 40px;
  padding-right: 30px;
  background: url(../img/down.gif) no-repeat right center;
}

.newspic .cell {
  padding: 25px 0;
}

.newspic .pic a {
  border-radius: 0;
  padding: 2px;
  display: block;
}

.newspic .pic img {
  display: block;
  border-radius: 0;
  width: 200px;
  min-width: 200px;
  height: auto;
}

.newspic .text p {
  line-height: 25px;
}

.newspic .desc {
  min-height: 50px;
}

.newspic .detail {
  position: static;
  margin-top: 10px;
}

.newsInfo {
  min-height: 300px;
}

.newsInfo .source {
  border-top: 1px solid #EBEBEB;
}

.newsInfo .source ul {
  text-align: center;
  word-break: keep-all;
}

.newsInfo .source li {
  display: inline-block;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.newsInfo h3 {
  font-size: 25px;
  text-align: center;
  padding: 0 0 25px 0;
}

.newsInfo .content {
  margin: 30px 0 0 0;
  min-height: 300px;
}

.newsInfo .content p, .newsInfo .content div {
  padding: 0 0 1em 0;
  line-height: 25px;
  font-size: 14px;
  color: #555;
}

.newsInfo .content p {
  text-indent: 2em;
}

.newsInfo .content a, .newsInfo .content a * {
  color: #0051b4 !important;
  text-decoration: underline;
}

.lMessage .form {
  display: inline-block;
}

.lMessage .getVer {
  display: inline-block;
  margin-top: 1px;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  background-color: #1dbc9c;
  padding: 0 10px;
  border-radius: 3px;
  color: #fff;
}

.lMessage .action-btn {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  margin-left: 100px;
  width: 160px;
  margin-top: 40px;
  text-align: center;
  background-color: #1c71b4;
  cursor: pointer;
}

.purchaseList .core, .searchList .core {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

.purchaseList .title, .searchList .title {
  position: relative;
  margin-bottom: 10px;
}

.purchaseList .title h3, .searchList .title h3 {
  font-size: 18px;
}

.purchaseList .title h3 a, .searchList .title h3 a {
  color: #000000;
  font-weight: normal;
  display: block;
  line-height: 25px;
  padding-right: 200px;
}

.purchaseList .title h3 em, .searchList .title h3 em {
  background-color: #ff0000;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  padding: 0 5px;
  margin-left: 5px;
}

.purchaseList .title .time, .searchList .title .time {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 25px;
  font-size: 14px;
  color: #999999;
}

.purchaseList .title .time em, .searchList .title .time em {
  padding: 0 5px;
}

.purchaseList .desc, .searchList .desc {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  height: 56px;
  margin-bottom: 30px;
  overflow: hidden;
  padding-left: 8px;
}

.purchaseList .info, .searchList .info {
  font-size: 14px;
  color: #999999;
  padding-left: 8px;
}

.purchaseList a.detail, .searchList a.detail {
  display: block;
  position: absolute;
  right: 0;
  bottom: 20px;
  text-align: center;
  font-size: 16px;
  color: #3284db;
  border: 1px solid #3284db;
  border-radius: 5px;
  width: 138px;
  height: 38px;
  line-height: 38px;
}

.purchaseList a.detail:hover, .searchList a.detail:hover {
  background-color: #3284db;
  color: #fff;
}

.searchList .core {
  padding: 15px 0;
}

.searchList .desc {
  margin-bottom: 0;
}

.searchList .desc a {
  color: #3284db;
}

/*中型设备*/
@media screen and (max-width: 1300px) {
  .mod-menu > ul > li > a {
    padding: 0 15px;
  }
}

/*小型设备*/
@media screen and (max-width: 992px) {
  .businessList .list, .supplyList .list {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 768px) {
  /*留言*/
  .lMessage .action-btn {
    width: 100%;
    margin-left: 0;
  }
  .content_l {
    float: none;
    width: auto;
    border: none;
  }
  .content_r {
    padding: 0;
  }
  .subTitle {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .subTitle span {
    position: static;
    font-size: 25px;
  }
  .lc {
    display: none;
  }
  .subNav {
    position: fixed;
    width: 100%;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #efefef;
    max-height: 30px;
    overflow: hidden;
    transition: all 450ms ease-in-out;
  }
  .showNav .subNav {
    background-color: white;
    max-height: calc(100vh - 50px);
    max-height: -webkit-calc(100vh - 50px);
  }
  .subNav ul {
    padding: 0 20px 20px 20px;
    max-height: calc(100vh - 110px);
    max-height: -webkit-calc(100vh - 110px);
    overflow: auto;
  }
  .member .subNav ul {
    max-height: calc(100vh - 266px);
    max-height: -webkit-calc(100vh - 266px);
  }
  .subNav ul li {
    margin: 0;
  }
  .subNav ul li a, .subNav ul li a:hover, .subNav ul li.active a {
    border: none;
    margin: 0;
    background: none;
  }
  .subNav .navTit {
    display: block;
    color: #000;
    line-height: 30px;
  }
  .subNav .navTit h3 {
    float: left;
    padding-left: 15px;
    font-size: 15px;
  }
  .subNav .navTit em {
    float: right;
    padding-right: 15px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .member .subNav ul li ul {
    padding: 0;
  }
  .subAd {
    overflow: hidden;
  }
  .subAd:after {
    display: table;
    content: "";
    clear: both;
  }
  .subAd a {
    float: left;
    width: 50%;
  }
  .subAd a img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .hympDetail2 .detail-article .companyLogo {
    float: none;
    margin-right: 0;
  }
  .hympDetail2 .detail-article .companyLogo img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .company_logo {
    display: block;
  }
  .company_logo .pic {
    display: block;
  }
  .company_logo .pic img {
    height: auto;
    margin: 0 auto;
  }
  .company_logo .logoArea {
    display: block;
    padding: 10px;
  }
  .scrollWrap {
    margin-left: -9px;
  }
  .project_detail_banner img, .product_detail_banner img {
    height: auto;
  }
  .project_detail .company_name, .supply_detail .company_name, .supply_detail_img .company_name, .product_detail .company_name {
    float: none;
  }
  .project_detail .company_name .seek, .supply_detail .company_name .seek, .supply_detail_img .company_name .seek, .product_detail .company_name .seek {
    float: none;
    display: block;
    position: fixed;
    right: 10px;
    top: 45%;
    width: 40px;
    text-align: center;
    height: 40px;
    padding: 5px 5px 5px 9px;
    line-height: 20px;
    letter-spacing: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .guest-bg {
    background: #e2e2e2;
    height: auto;
    padding-top: 1px;
    padding-bottom: 45px;
  }
  .topic {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .topic .mod-news-3 .item-pic img {
    width: 100%;
  }
  .modlay-bor {
    width: 100%;
    float: none;
    margin-bottom: 70px;
  }
  .r-lay {
    margin-bottom: 10px;
  }
  .tab_mod_02 .mod-news-float .item {
    width: 100%;
    float: none;
  }
  .tab_mod_02 .mod-news-float .item .item-tit {
    padding: 0;
  }
  .tab_mod_02 .mod-news-float .item-desc {
    display: block;
    padding: 0;
  }
  .hympSearch {
    width: 100%;
    margin-bottom: 30px;
  }
  .hympSearch input {
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    padding-right: 80px;
  }
}

.searchList .page {
  border-top: none;
  margin-top: 30px;
}

/*表单提示框*/
.red {
  color: #F00;
}

.hymp_detail_pro .item-pic {
  position: relative;
  padding-top: 58%;
  width: auto !important;
}

.hymp_detail_pro .item-pic img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hymp_detail_pro .item-cnt {
  margin-top: 10px;
}

/*手机设备*/
@media screen and (max-width: 480px) {
  .inner_banner .pic img {
    height: 110px;
  }
  .solve-wraps {
    width: 100%;
    box-sizing: border-box;
  }
  /*首页*/
  .layer-1, .layer-2 {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .layer-2 {
    margin-top: 20px;
  }
  .mode-inner img {
    max-width: 140%;
    position: relative;
    left: -20%;
  }
  .mode-inner .ani-tits {
    z-index: 99;
  }
  .mode-inner .ani-tits img {
    max-width: 70%;
    position: static;
  }
  .banner-cnt, .mode-inner {
    position: static;
    width: auto;
  }
  .slider li {
    overflow: hidden;
  }
  .mode-banner {
    height: auto;
  }
  .mode-banner .bx-controls {
    bottom: 20px;
  }
  .defaultTitle {
    margin-bottom: 20px;
  }
  .defaultTitle h3 {
    font-size: 20px;
    height: 32px;
  }
  .defaultTitle a {
    line-height: 30px;
  }
  .tab_mod_02 .sys-tab li {
    font-size: 20px;
    padding: 0 15px;
  }
  /*要闻*/
  .zwhDesc .item-pic {
    float: none;
    width: auto;
  }
  .mod-news-2 .item-desc, .zwhDesc .item-desc {
    display: none;
  }
  .mod-news-3 .item-tit {
    height: 24px;
    overflow: hidden;
  }
  .mod-news-3 .item-tit * {
    font-size: 14px;
  }
  .mod-tab1 ul li {
    width: 18%;
  }
  .mod-tab1 ul li em {
    font-size: 12px;
  }
  .mod-tab1 ul li span {
    width: 40px;
    height: 40px;
  }
  .mod-tab1 ul li.hover span img {
    margin-top: -40px;
  }
  .mod-expert .item-cell {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .mod-service {
    width: 100%;
  }
  .mod-service .item-cell {
    width: 100%;
    margin: 0 0 24px 0;
  }
  .mod-service .item-cnt {
    padding: 0;
  }
  .mod-service .item-cnt .item-desc {
    margin-bottom: 10px;
    line-height: 20px;
  }
  .mod-service .item-tit {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: no-wrap;
    text-overflow: ellipsis;
    padding-right: 0;
    padding-top: 5px;
  }
  .mod-service .item-more a {
    width: 55%;
    font-size: 14px;
    line-height: 35px;
    height: 35px;
  }
  .view-mores a {
    width: 180px;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
  }
  .guest-frm li {
    width: 100%;
  }
  .guest-frm li.gue-tarea {
    position: static;
  }
  .guest-frm li.gue-tarea textarea {
    height: 100px;
  }
  .ad-l, .ad-r {
    float: none;
    width: auto;
  }
  .corlinks-wrap2 {
    margin-right: 0;
  }
  .corlinks-wrap2 .item-cell {
    text-align: left;
  }
  .code-wrap, .mod-bomlink {
    float: none;
    width: auto;
    overflow: hidden;
  }
  .mod-bomlink {
    margin-top: 30px;
    clear: both;
  }
  /*商户供求*/
  .shareType {
    margin-top: 20px;
  }
  .shareType ul {
    width: 100%;
    float: none;
  }
  .shareType ul li {
    width: 50%;
  }
  .chooseType .rang {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 35px;
    position: relative;
  }
  .chooseType .rang .R {
    position: absolute;
    top: 35px;
    right: 0;
  }
  /*专家库*/
  .expertList .cell, .expertDetail .cell, .newspic .cell {
    padding: 25px 0;
    text-align: center;
  }
  .expertList .cell .pic, .expertDetail .cell .pic, .newspic .cell .pic {
    display: inline-block;
    float: none;
    margin: 0 auto;
  }
  .expertList .detail, .expertDetail .detail, .newspic .detail {
    position: static;
    display: block;
  }
  .expertDetail .btnGroup {
    float: none;
    display: block;
  }
  .expertDetail .btnGroup .message {
    position: fixed;
    right: 10px;
    top: 45%;
    width: 40px;
    text-align: center;
    height: 40px;
    padding: 5px 5px 5px 9px;
    line-height: 20px;
    letter-spacing: 5px;
    background-color: #0c85d4;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    margin: 0;
  }
  .projectSpec table td .keySearch input {
    width: 130px;
  }
  .activityEnrol span.tit {
    display: block;
    text-align: left;
  }
  .activityEnrol .formPanel .people {
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
  }
  .activityEnrol .formPanel .people input, .activityEnrol .formPanel select {
    width: 100% !important;
  }
  .enrolSubmit {
    display: block;
  }
  #float_ad {
    width: 30%;
  }
  .fengcai .item-cell, .projectKu .item-cell, .serviceRec .item-cell {
    background-color: #fafafa;
  }
  .fengcai .item-cnt, .projectKu .item-cnt, .serviceRec .item-cnt {
    padding: 5px;
  }
  /*搜索列表*/
  .search_classify .classify li {
    margin-right: 18px;
  }
  .purchaseList .title h3 a, .searchList .title h3 a, .searchList .title h3 a {
    padding-right: 10px;
  }
  .purchaseList .title .time, .searchList .title .time, .searchList .title .time {
    display: block;
    position: static;
  }
  .purchaseList .desc, .searchList .desc, .searchList .desc, .purchaseList .info, .searchList .info, .searchList .info {
    padding-left: 0;
  }
  .purchaseList .desc, .searchList .desc, .searchList .desc {
    height: auto;
  }
  .hymp_logo img {
    display: block;
    margin: 0 auto;
  }
  .hymp_logo span {
    text-align: center;
    display: block;
    font-size: 16px;
    padding: 0;
  }
}
