﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
  font-weight: normal;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: auto;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: auto;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
.cg_banner_listbox ul li img{
  width: 100%;
  max-width: 100%;
}
/*li按钮*/
.cg_banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
/*.cg_banner .hd ul li{ display:inline-block; *zoom:1; *display:inline; margin:0 2px;  width:30px; height:8px; line-height:8px; text-align:center; background:#fff; cursor:pointer; overflow:hidden; line-height:8px; color:#fff;}
.cg_banner .hd ul li.on{ background:#f00; color:#f00;}*/
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}
.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.cg_banner .prev:hover,
.cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cg_banner .prevStop {
  display: none;
}
.cg_banner .nextStop {
  display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 26px;
  line-height: 26px;
}
.shangxiabox {
  padding: 0 34px;
}
.shangxiabox .fh {
  float: right;
}
.shangxiabox .fh a {
  display: block;
  font-size: 14px;
  margin-top: 28px;
  text-align: center;
  color: #fff;
  width: 98px;
  height: 34px;
  line-height: 34px;
  background: #f9b110;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.shangxiabox .fh a:hover {
  background: #241616;
}
.sub_updown {
  float: left;
  width: 1000px;
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  margin-top: 10px;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 26px;
  line-height: 26px;
}
.sub_updown div a {
  display: block;
  color: #666666;
  height: 26px;
  line-height: 26px;
}
.sub_updown div a[href]:hover {
  color: #f9b110;
}
.sub_updown span {
  display: block;
  float: left;
  height: 26px;
  line-height: 26px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  padding-bottom: 58px;
}
.ql_fenye a.dy_fenyel{
  margin:0 12px;
}
.ql_fenye a.dy_fenyes{
  margin:0 12px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  padding: 2px 16px;
  border: 1px solid #ccc;
  margin: 0px 3px;
  color: #666666;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.ql_fenye a {
  color: #666666;
}
.ql_fenye a[href]:hover {
  color: #666666;
  background: #f9b110;
  border-color: #ededed;
}
.ql_fenye span {
  border: 1px solid #ededed !important;
  color: #666 !important;
  padding: 2px 16px !important;
  background: #f9b110;
  font-weight: normal !important;
}
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
a[href] * {
  cursor: pointer;
}
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
.hxq_gaba {
  display: inline-block;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/bah_10.png) no-repeat left center;
}
.hxq_w1920 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_w1200 {
  width: 1200px;
  margin: 0 auto;
}
.hxq_w1003 {
  width: 1003px;
  margin: 0 auto;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
body,
html {
  min-width: 1300px !important;
}
/*页面内容区 宽度设置*/
.widths {
  width: 1200px !important;
  margin: 0 auto;
}
/*页面内容区 宽度设置*/
/*margin*/
.mgrightno {
  margin-right: 0 !important;
}
.mgtopno {
  margin-top: 0 !important;
}
.mgbottomno {
  margin-bottom: 0 !important;
}
.mgleftno {
  margin-left: 0 !important;
}
/*padding*/
.pdleftno {
  padding-left: 0 !important;
}
.pdrightno {
  padding-right: 0 !important;
}
.pdtopno {
  padding-top: 0 !important;
}
.pdbottomno {
  padding-bottom: 0 !important;
}
/*border*/
.bdtopno {
  border-top: none !important;
}
.bdleftno {
  border-left: none !important;
}
.bdrightno {
  border-right: none !important;
}
.bdbottomno {
  border-bottom: none !important;
}
/*关键字样式*/
.qgl_mgaba {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
.ql_fenyepoa {
  padding: 10px;
}
.ql_fenyepoa a,
.ql_fenyepoa span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border: 1px solid #eee;
  padding: 0 5px;
  margin: 3px 3px !important;
}
.ql_fenyepoa a {
  color: #333;
}
.ql_fenyepoa a:hover {
  color: #f4b613;
  border-color: #f4b613;
}
.ql_fenyepoa span {
  color: #f4b613;
  border-color: #f4b613;
}
.xxy a {
  color: #f00;
}
.xxy a:hover {
  color: orangered;
}
.xxy img {
  max-width: 100%;
}
.lbimg img {
  display: block;
}
.dis {
  display: block;
}
.dib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.minh {
  min-height: 300px;
}
.container-fluid {
  width: 100%;
}
.z_l {
  float: left;
}
.z_r {
  float: right;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
/*头部*/
.header {
  background: #241616;
  height: 98px;
}
.header .logo {
  margin-top: 28px;
  float: left;
}
.header .logo a {
  display: block;
}
.header .logo a img {
  display: block;
}
.header .navlist {
  float: right;
}
.header .navlist li {
  float: left;
  position: relative;
  z-index: 2;
  margin:0 7px;
}
.header .navlist li > a {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 108px;
  height: 95px;
  padding: 0 15px;
  margin: 0 10px;
  border-bottom: 3px solid transparent;
}
.header .navlist li .zjwxl {
  display: none;
  position: absolute;
  width: 100%;
  top: 98px;
  left: 0;
  padding: 6px 0;
  background: #f9b110;
}
.header .navlist li .zjwxl a {
  display: block;
  background: #f9b110;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  padding: 4px 0;
  text-align: center;
}
.header .navlist li .zjwxl a.on {
  background: #241616;
}
.header .navlist li .zjwxl a:hover {
  background: #241616;
}
.header .navlist li.on > a {
  border-color: #f9b110;
}
.header .navlist li:hover .zjwxl {
  display: block;
}
.header .navlist li:hover > a {
  border-color: #f9b110;
}
/*头部*/
/*底部*/
.footer {
  background: #2b2b2b;
  padding-top: 32px;
}
.footer .footera img {
  display: block;
  margin: 0 auto;
}
.footer .footerb {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 14px;
  border-bottom: 1px solid #333333;
}
.footer .footerb li {
  line-height: 26px;
  display: inline-block;
  margin: 0 25px;
}
.footer .footerb li a {
  color: #666666;
  font-size: 14px;
}
.footer .footerb li a:hover {
  color: #fff;
}
.footer .footerc {
  padding: 14px 0;
  text-align: center;
  color: #575757;
  font-size: 13px;
  line-height: 30px;
}
.footer .footerc a {
  color: #575757;
}
.footer .footerc a:hover {
  color: #fff;
}
/*底部*/
/*子页框架*/
.breakbox .break {
  margin-top: 10px;
  float: right;
  text-align: right;
  color: #333333;
  font-size: 14px;
  padding-left: 26px;
  background: url(../images/zjw_2.png) no-repeat left center;
}
.breakbox .break a {
  color: #333333;
}
.breakbox .break a:hover {
  color: #ffae00;
}
.subbt {
  width: 139px;
  height: 67px;
  padding-left: 110px;
  margin: 0 auto;
  margin-top: 14px;
  background: url(../images/zjw_3.png) no-repeat center;
}
.subbt .wcb {
  display: table;
  height: 67px;
}
.subbt .wcb .cb {
  display: table-cell;
  vertical-align: middle;
}
.subbt .wcb .cb span {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.subbt .wcb .cb em {
  text-transform: capitalize;
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.sublist {
  margin-top: 46px;
  text-align: center;
}
.sublist ul {
  display: inline-block;
  background: url(../images/zjw_4.png) repeat-x left center;
}
.sublist ul li {
  display: inline-block;
  width: 173px;
  height: 52px;
  margin-right: 14px;
  background: url(../images/zjw_6.png) no-repeat center;
}
.sublist ul li a {
  display: block;
  height: 52px;
  line-height: 52px;
  color: #ffffff;
  font-size: 16px;
}
.sublist ul li.mgrightno {
  background: url(../images/zjw_6.jpg) no-repeat center;
}
.sublist ul li:hover {
  background: url(../images/zjw_5.png) no-repeat center;
}
.sublist ul li.mgrightno:hover {
  background: url(../images/zjw_5.jpg) no-repeat center;
}
.sublist ul li.on a {
  background: url(../images/zjw_5.png) no-repeat center;
}
.subContent {
  min-height: 300px;
  padding: 46px 0;
}
.about {
  color: #666666;
  font-size: 14px;
  line-height: 32px;
}
/*子页框架*/
.fwlc {
  padding: 0 38px;
}
/*新闻资讯*/
.xwzxtop {
  padding: 0 10px;
  position: relative;
  height: 212px;
  overflow: hidden;
}
.xwzxtop > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.xwzxtop .xwzxtopa {
  float: left;
  width: 349px;
}
.xwzxtop .xwzxtopb {
  width: 800px;
  float: right;
}
.xwzxtop .xwzxtopb h3 {
  line-height: 52px;
  color: #333333;
  font-size: 22px;
}
.xwzxtop .xwzxtopb .time {
  line-height: 44px;
  color: #666666;
  font-size: 14px;
  height: 44px;
  border-bottom: 1px solid #f2f2f2;
}
.xwzxtop .xwzxtopb .nr {
  color: #666666;
  font-size: 14px;
  line-height: 32px;
  margin-top: 24px;
}
.xwzxtop:hover .xwzxtopb h3 {
  color: #f9b110;
}
.xwzxbot {
  margin-top: 52px;
  border-top: 1px solid #f2f2f2;
}
.xwzxbot li {
  width: 574px;
  padding-top: 26px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.xwzxbot li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.xwzxbot li .la {
  float: left;
}
.xwzxbot li .la span {
  color: #333333;
  font-size: 26px;
  line-height: 26px;
  display: block;
}
.xwzxbot li .la em {
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  margin-top: 6px;
  display: block;
}
.xwzxbot li .lb {
  width: 466px;
  float: right;
}
.xwzxbot li .lb h3 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}
.xwzxbot li .lb .nr {
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  height: 52px;
}
.xwzxbot li:hover {
  border-color: #f9b110;
}
.xwzxbot li:hover .la span {
  color: #f9b110;
}
.xwzxbot li:hover .la em {
  color: #f9b110;
}
.xwzxbot li:hover .lb h3 {
  color: #f9b110;
}
/*新闻资讯*/
/*会展案例*/
.hzal li {
  float: left;
  width: 379px;
  margin-right: 31px;
  margin-top: 38px;
  position: relative;
}
.hzal li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.hzal li img {
  display: block;
}
.hzal li .bot {
  border: 1px solid #efefef;
  border-top: none;
  padding: 14px 11px;
  padding-bottom: 0;
}
.hzal li .bot h3 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.hzal li .bot .time {
  color: #999999;
  font-size: 13px;
}
.hzal li .bot .more {
  margin-top: 6px;
  width: 100%;
  padding: 0 11px;
  margin-left: -11px;
  line-height: 36px;
  height: 36px;
  color: #999999;
  font-size: 14px;
  border-top: 1px solid #efefef;
  background: url(../images/zjw_10.png) no-repeat 344px center;
}
.hzal li:hover .bot h3 {
  color: #f9b110;
}
/*会展案例*/
/*公司简介*/
.gsjj {
  font-size: 16px;
}
/*公司简介*/
/*企业文化*/
.qywh {
  font-size: 16px;
  padding: 0 104px;
}
/*企业文化*/
/*团队风采*/
.tdzs li {
  float: left;
  margin-right: 13px;
  margin-top: 14px;
  position: relative;
}
.tdzs li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.tdzs li img {
  display: block;
}
.tdzs li .bot {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 26px;
  z-index: 2;
  background: url(../images/zjw_16.png) no-repeat center;
}
.tdzs li .bot h3 {
  padding: 0 20px;
  padding-top: 3px;
  color: #ffffff;
  font-size: 16px;
}
/*团队风采*/
/*网站地图*/
.map {
  text-align: center;
}
.map ul {
  margin-top: 56px;
}
.map li {
  display: inline-block;
  vertical-align: top;
  margin: 0 8px;
}
.map li .d1 {
  margin-bottom: 12px;
}
.map li .d1 a {
  display: block;
  width: 106px;
  height: 41px;
  line-height: 41px;
  color: #241616;
  font-size: 16px;
  background: url(../images/zjw_18.png) no-repeat center;
}
.map li .d2 a {
  display: block;
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  padding: 11px 0;
}
.map li .d2 a:hover {
  color: #f9b110 ;
}
.map li:hover .d1 a {
  color: #fff;
  background: url(../images/zjw_18b.png) no-repeat center;
}
/*网站地图*/
/*联系方式*/
.lxfs {
  overflow: hidden;
}
.lxfs .ifbox {
  margin-top: 66px;
  width: 100%;
  height: 506px;
  position: relative;
}
.lxfs .ifbox iframe {
  position: absolute;
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  top: 0;
  z-index: 4;
  height: 506px;
}
.lxfs .ifbox .widths {
  position: relative;
  z-index: 23;
}
.lxfs .ifbox .widths .ycnr {
  position: absolute;
  width: 360px;
  padding-left: 360px;
  height: 506px;
  left: -360px;
  top: 0;
  background: url(../images/zjw_20.png) center;
}
.lxfs .ifbox .widths .ycnr .nz {
  padding-left: 52px;
  padding-top: 92px;
}
.lxfs .ifbox .widths .ycnr .nz .d1 {
  padding-left: 34px;
  line-height: 56px;
  color: #f9b110;
  font-size: 20px;
  font-weight: bold;
  background: url(../images/zjw_22.png) no-repeat left center;
}
.lxfs .ifbox .widths .ycnr .nz .d2 {
  padding-left: 34px;
  color: #ffffff;
  font-size: 16px;
  line-height: 56px;
  background: url(../images/zjw_23.png) no-repeat left center;
}
.lxfs .ifbox .widths .ycnr .nz .d3 {
  padding-left: 34px;
  line-height: 56px;
  color: #ffffff;
  font-size: 16px;
  background: url(../images/zjw_24.png) no-repeat left center;
}
/*联系方式*/
/*留言板*/
.lyb .lybtop {
  padding: 0 50px;
}
.lyb .lybtop .z_cos {
  width: 530px;
  margin-bottom: 26px;
}
.lyb .lybtop .z_cos .z_cosl {
  float: left;
  width: 72px;
  text-align: right;
  line-height: 46px;
}
.lyb .lybtop .z_cos .z_cosl em {
  display: inline-block;
  color: #ea0000;
  font-size: 16px;
  vertical-align: middle;
}
.lyb .lybtop .z_cos .z_cosl span {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.lyb .lybtop .z_cos .z_cosr {
  float: right;
  border: 1px dashed #e6e6e6;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  width: 400px;
  padding: 0 19px;
}
.lyb .lybtop .z_cos .z_cosr input {
  line-height: 46px;
  display: block;
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-family: "微软雅黑";
}
.lyb .lybtop .z_cos.z_cos1 {
  width: 100%;
}
.lyb .lybtop .z_cos.z_cos1 .z_cosr {
  float: none;
  width: auto;
  margin-left: 90px;
  height: 188px;
  padding: 10px 19px;
}
.lyb .lybtop .z_cos.z_cos1 .z_cosr textarea {
  line-height: 26px;
  display: block;
  height: 188px;
  width: 100%;
  color: #666666;
  font-size: 16px;
  resize: none;
  font-family: "微软雅黑";
}
.lyb .lybtop .z_cos2 .z_cosl {
  float: left;
  width: 72px;
  text-align: right;
  line-height: 46px;
}
.lyb .lybtop .z_cos2 .z_cosl em {
  display: inline-block;
  color: #ea0000;
  font-size: 16px;
  vertical-align: middle;
}
.lyb .lybtop .z_cos2 .z_cosl span {
  display: inline-block;
  color: #666666;
  font-size: 16px;
}
.lyb .lybtop .z_cos2 .z_cosr {
  float: left;
  border: 1px dashed #e6e6e6;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  width: 214px;
  margin-left: 18px;
  padding: 0 19px;
}
.lyb .lybtop .z_cos2 .z_cosr input {
  line-height: 46px;
  display: block;
  width: 100%;
  color: #666666;
  font-size: 16px;
  font-family: "微软雅黑";
}
.lyb .lybtop .z_cos2 img {
  float: left;
  width: 130px;
  height: 46px;
  border: 1px solid #e6e6e6;
  margin-left: 16px;
  cursor: pointer;
}
.lyb .lybtop .z_cos2 a.tj {
  float: left;
  margin-left: 26px;
  width: 180px;
  height: 48px;
  background: #f9b110;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
}
.lyb .lybtop .z_cos2 a.tj:hover {
  background: #241616;
}
.lyb .lybbot {
  margin-top: 80px;
}
.lyb .lybbot li {
  padding: 0 14px;
  padding-top: 36px;
  padding-bottom: 28px;
  border-bottom: 1px solid #f1f1f1;
}
.lyb .lybbot li .kh .khl {
  float: left;
  width: 86px;
}
.lyb .lybbot li .kh .khl img {
  display: block;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.lyb .lybbot li .kh .khr {
  float: left;
  margin-left: 20px;
  max-width: 1066px;
}
.lyb .lybbot li .kh .khr .kht {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.lyb .lybbot li .kh .khr .khb {
  position: relative;
  margin-top: 6px;
  background: #f1f1f1;
  padding: 11px 18px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  color: #666666;
  font-size: 14px;
}
.lyb .lybbot li .kh .khr .khb .zs {
  width: 5px;
  height: 9px;
  position: absolute;
  left: -5px;
  top: 18px;
  background: url(../images/zjw_25.png) no-repeat center;
}
.lyb .lybbot li .kf {
  margin-top: 28px;
}
.lyb .lybbot li .kf .kfl {
  float: right;
  width: 86px;
}
.lyb .lybbot li .kf .kfl img {
  display: block;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.lyb .lybbot li .kf .kfr {
  text-align: right;
  float: right;
  margin-right: 20px;
  max-width: 1066px;
}
.lyb .lybbot li .kf .kfr .kft {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.lyb .lybbot li .kf .kfr .kfb {
  position: relative;
  margin-top: 6px;
  background: #f1f1f1;
  padding: 11px 18px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  color: #666666;
  font-size: 14px;
}
.lyb .lybbot li .kf .kfr .kfb .zs {
  width: 5px;
  height: 9px;
  position: absolute;
  left: -5px;
  top: 18px;
  background: url(../images/zjw_25.png) no-repeat center;
}
/*留言板*/
/*招贤纳士*/
.zxns {
  padding: 0 32px;
}
.zxns .zxnstop {
  height: 64px;
  line-height: 64px;
  background: #241616;
}
.zxns .zxnstop div {
  float: left;
  text-align: center;
  background: url(../images/zjw7.jpg) no-repeat right center;
}
.zxns .zxnstop div span {
  padding-left: 36px;
  color: #efefef;
  font-size: 18px;
}
.zxns .zxnstop .d1 {
  width: 204px;
}
.zxns .zxnstop .d1 span {
  display: inline-block;
  background: url(../images/zjw_26.png) no-repeat left center;
}
.zxns .zxnstop .d2 {
  width: 236px;
}
.zxns .zxnstop .d2 span {
  display: inline-block;
  background: url(../images/zjw_27.png) no-repeat left center;
}
.zxns .zxnstop .d3 {
  width: 234px;
}
.zxns .zxnstop .d3 span {
  display: inline-block;
  background: url(../images/zjw_28.png) no-repeat left center;
}
.zxns .zxnstop .d4 {
  width: 234px;
}
.zxns .zxnstop .d4 span {
  display: inline-block;
  background: url(../images/zjw_29.png) no-repeat left center;
}
.zxns .zxnstop .d5 {
  width: 228px;
  background: none;
}
.zxns .zxnstop .d5 span {
  display: inline-block;
  background: url(../images/zjw_30.png) no-repeat left center;
}
.zxns .zxnsbot {
  border: 1px solid #f4f4f4;
  border-top: none;
  border-bottom: none;
}
.zxns .zxnsbot li {
  border-bottom: 1px solid #f4f4f4;
}
.zxns .zxnsbot li.on .zptop {
  background: #f9b110;
}
.zxns .zxnsbot li.on .zptop div span {
  color: #fff;
}
.zxns .zxnsbot li.on .zptop .d5 span {
  border: 1px solid #fff;
}
.zxns .zxnsbot li:hover .zptop {
  background: #f9b110;
}
.zxns .zxnsbot li:hover .zptop div span {
  color: #fff;
}
.zxns .zxnsbot li:hover .zptop .d5 span {
  border: 1px solid #fff;
}
.zxns .zxnsbot li .zptop div {
  float: left;
  display: table;
  height: 85px;
  text-align: center;
}
.zxns .zxnsbot li .zptop div span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 26px;
  padding-left: 36px;
  color: #666666;
  font-size: 18px;
}
.zxns .zxnsbot li .zptop .d1 {
  width: 204px;
}
.zxns .zxnsbot li .zptop .d2 {
  width: 236px;
}
.zxns .zxnsbot li .zptop .d3 {
  width: 234px;
}
.zxns .zxnsbot li .zptop .d4 {
  width: 234px;
}
.zxns .zxnsbot li .zptop .d5 {
  width: 226px;
}
.zxns .zxnsbot li .zptop .d5 span {
  cursor: pointer;
  padding: 0;
  margin-top: 22px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  display: inline-block;
  width: 123px !important;
  height: 40px !important;
  line-height: 40px;
  border: 1px solid #d5d5d5;
}
.zxns .zxnsbot li .zpbot {
  display: none;
  padding: 0 64px;
  padding-top: 24px;
  padding-bottom: 36px;
  background: #f9f9f9;
}
.zxns .zxnsbot li .zpbot .yq .yq1 {
  width: 400px;
  float: left;
}
.zxns .zxnsbot li .zpbot .yq .yq1 .qw {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}
.zxns .zxnsbot li .zpbot .yq .yq1 .nr {
  display: inline-block;
  color: #333333;
  font-size: 18px;
}
.zxns .zxnsbot li .zpbot .yq .yq2 {
  float: left;
  width: 406px;
}
.zxns .zxnsbot li .zpbot .yq .yq2 .qw {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}
.zxns .zxnsbot li .zpbot .yq .yq2 .nr {
  display: inline-block;
  color: #333333;
  font-size: 18px;
}
.zxns .zxnsbot li .zpbot .yq .yq3 {
  float: left;
}
.zxns .zxnsbot li .zpbot .yq .yq3 .qw {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
}
.zxns .zxnsbot li .zpbot .yq .yq3 .nr {
  display: inline-block;
  color: #333333;
  font-size: 18px;
}
.zxns .zxnsbot li .zpbot .xxyq {
  color: #464646;
  font-size: 16px;
  margin-top: 20px;
  min-height: 100px;
}
.zxns .zxnsbot li .zpbot .ank {
  text-align: center;
}
.zxns .zxnsbot li .zpbot .ank a {
  margin: 0 14px;
  width: 162px;
  height: 47px;
  line-height: 47px;
  color: #ffffff;
  font-size: 18px;
  display: inline-block;
}
.zxns .zxnsbot li .zpbot .ank a.a1 {
  background: url(../images/zjw_31.png) no-repeat center;
}
.zxns .zxnsbot li .zpbot .ank a.a1:hover {
  background: url(../images/zjw_32.png) no-repeat center;
}
.zxns .zxnsbot li .zpbot .ank a.a2 {
  background: url(../images/zjw_32.png) no-repeat center;
}
.zxns .zxnsbot li .zpbot .ank a.a2:hover {
  background: url(../images/zjw_31.png) no-repeat center;
}
/*招贤纳士*/
/*详细页*/
.xxybox h1 {
  text-align: center;
  color: #333333;
  font-size: 22px;
  line-height: 30px;
}
.xxybox .xxytop {
  margin-top: 22px;
  line-height: 50px;
  height: 50px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  color: #666666;
  font-size: 14px;
}
.xxybox .xxytop a {
  color: #666;
}
.xxybox .xxytop a:hover {
  color: #f9b110;
}
.xxybox .xxytop .xxytopa {
  float: left;
}
.xxybox .xxytop .xxytopb {
  float: right;
}
.xxybox .xxymid {
  color: #333333;
  font-size: 16px;
  line-height: 38px;
  padding: 32px 34px;
  border-bottom: 1px solid #efefef;
  min-height:300px;
}
.xxybox .xgtj {
  margin-top: 42px;
}
.xxybox .xgtj .xgtjbot {
  margin-top: 10px;
}
.xxybox .xgtj .xgtjbot li {
  width: 574px;
  padding-top: 26px;
  padding-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}
.xxybox .xgtj .xgtjbot li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.xxybox .xgtj .xgtjbot li .la {
  float: left;
}
.xxybox .xgtj .xgtjbot li .la span {
  color: #333333;
  font-size: 26px;
  line-height: 26px;
  display: block;
}
.xxybox .xgtj .xgtjbot li .la em {
  color: #666666;
  font-size: 14px;
  line-height: 14px;
  margin-top: 6px;
  display: block;
}
.xxybox .xgtj .xgtjbot li .lb {
  width: 466px;
  float: right;
}
.xxybox .xgtj .xgtjbot li .lb h3 {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
}
.xxybox .xgtj .xgtjbot li .lb .nr {
 height:52px;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
}
.xxybox .xgtj .xgtjbot li:hover {
  border-color: #f9b110;
}
.xxybox .xgtj .xgtjbot li:hover .la span {
  color: #f9b110;
}
.xxybox .xgtj .xgtjbot li:hover .la em {
  color: #f9b110;
}
.xxybox .xgtj .xgtjbot li:hover .lb h3 {
  color: #f9b110;
}
/*详细页*/
/*首页框架*/
/*第一层*/
.floor1 .widths {
  position: relative;
  height: 137px;
  z-index: 6;
}
.floor1 ul {
  position: absolute;
  left: 0;
  top: -82px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
  height: 137px;
  -webkit-box-shadow: 0 4px 6px #eee;
     -moz-box-shadow: 0 4px 6px #eee;
          box-shadow: 0 4px 6px #eee;
}
.floor1 ul li {
  float: left;
  width: 352px;
  border-right: 1px dashed #e8e8e8;
}
.floor1 ul li .ltop {
  padding-top: 22px;
  padding-bottom: 16px;
  text-align: center;
  border-bottom: 1px dashed #e8e8e8;
}
.floor1 ul li .ltop.xc{
  background: url(../images/xg1.png) no-repeat left top;
}
.floor1 ul li .lbot {
  padding-top: 18px;
  padding-bottom: 15px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.bdn {
  border: none !important;
}
/*第一层*/
.floor2 {
  padding-bottom: 88px;
}
.floor2 .sybt {
  width: 140px;
  height: 67px;
  margin: 0 auto;
  padding-left: 72px;
  margin-top: 14px;
  background: url(../images/zjw_38.png) no-repeat center;
  position: relative;
}
.floor2 .sybt > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.floor2 .sybt .wcb {
  display: table;
  height: 67px;
}
.floor2 .sybt .wcb .cb {
  display: table-cell;
  vertical-align: middle;
}
.floor2 .sybt .wcb .cb span {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.floor2 .sybt .wcb .cb em {
  text-transform: capitalize;
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.floor2 .sybt:hover {
  background: url(../images/zjw_38b.png) no-repeat center;
}
.floor2 .sybt:hover .wcb .cb span {
  color: #f9b110;
}
.floor2 .sybt:hover .wcb .cb em {
  color: #f9b110;
}
.floor2 .fl2rn {
  padding-top: 58px;
}
.floor2 .fl2rn .fl2rna {
  width: 598px;
  padding-left: 20px;
  float: left;
  padding-top: 10px;
}
.floor2 .fl2rn .fl2rna .f2bt span {
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  display: block;
}
.floor2 .fl2rn .fl2rna .f2bt em {
  display: block;
  color: #666666;
  font-size: 14px;
  margin-top: 6px;
}
.floor2 .fl2rn .fl2rna .nr {
  height: 120px;
  overflow: hidden;
  margin-top: 36px;
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.floor2 .fl2rn .fl2rna > a.more {
  display: block;
  width: 130px;
  height: 46px;
  border: 1px solid #e7e7e7;
  text-align: center;
  color: #666666;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 46px;
  margin-top: 54px;
}
.floor2 .fl2rn .fl2rna > a.more:hover {
  border-color: #f9b110;
  color: #f9b110;
}
.floor2 .fl2rn .fl2rnb {
  float: right;
}
.sylist {
  margin-top: 36px;
  text-align: center;
}
.sylist ul {
  display: inline-block;
  background: url(../images/zjw_4.png) repeat-x left center;
}
.sylist ul li {
  display: inline-block;
  width: 173px;
  height: 52px;
  margin-right: 14px;
  background: url(../images/zjw_6.png) no-repeat center;
}
.sylist ul li a {
  display: block;
  height: 52px;
  line-height: 52px;
  color: #ffffff;
  font-size: 16px;
}
.sylist ul li.mgrightno {
  background: url(../images/zjw_6.jpg) no-repeat center;
}
.sylist ul li:hover {
  background: url(../images/zjw_5.png) no-repeat center;
}
.sylist ul li.mgrightno:hover {
  background: url(../images/zjw_5.jpg) no-repeat center;
}
.sylist ul li.on a {
  background: url(../images/zjw_5.png) no-repeat center;
}
/*第三层*/
.floor3 {
  height: 400px;
  background: url(../images/zjw12.jpg) no-repeat center;
}
.floor3 .f3a {
  position: relative;
  padding-left: 20px;
  padding-top: 55px;
  height: 345px;
  width: 330px;
  float: left;
}
.floor3 .f3a .zs {
  position: absolute;
  right: -74px;
  bottom: -40px;
  width: 185px;
  height: 157px;
  background: url(../images/zjw_41.png) no-repeat center;
}
.floor3 .f3a img {
  display: block;
}
.floor3 .f3a .fg {
  margin-top: 40px;
  margin-left: 20px;
  width: 243px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  border: 2px solid #fff;
}
.floor3 .f3a a.more {
  margin-left: 20px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding-top: 14px;
  margin-top: 62px;
  background: url(../images/zjw13.jpg) no-repeat left top;
}
.floor3 .f3a a.more:hover {
  color: #f9b110;
}
.floor3 .f3b {
  float: right;
  margin-top: 106px;
}
.floor3 .f3b li {
  position: relative;
  margin-right: 72px;
  float: left;
}
.floor3 .f3b li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.floor3 .f3b li .ltop {
  width: 133px;
  height: 133px;
  background: url(../images/zjw_47.png) no-repeat center;
}
.floor3 .f3b li .lbot {
  color: #000000;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-top: 18px;
  line-height: 20px;
}
.floor3 .f3b li.l1 .ltop span {
  display: block;
  width: 133px;
  height: 133px;
  background: url(../images/zjw_43.png) no-repeat center;
}
.floor3 .f3b li.l2 .ltop span {
  display: block;
  width: 133px;
  height: 133px;
  background: url(../images/zjw_44.png) no-repeat center;
}
.floor3 .f3b li.l3 .ltop span {
  display: block;
  width: 133px;
  height: 133px;
  background: url(../images/zjw_45.png) no-repeat center;
}
.floor3 .f3b li.l4 {
  margin-right: 0;
}
.floor3 .f3b li.l4 .ltop span {
  display: block;
  width: 133px;
  height: 133px;
  background: url(../images/zjw_46.png) no-repeat center;
}
.floor3 .f3b li:hover .ltop {
  background: url(../images/zjw_47b.png) no-repeat center;
}
.floor3 .f3b li:hover .lbot {
  color: #f9b110;
}
.floor3 .f3b li:hover.l1 .ltop span {
  background: url(../images/zjw_43b.png) no-repeat center;
}
.floor3 .f3b li:hover.l2 .ltop span {
  background: url(../images/zjw_44b.png) no-repeat center;
}
.floor3 .f3b li:hover.l3 .ltop span {
  background: url(../images/zjw_45b.png) no-repeat center;
}
.floor3 .f3b li:hover.l4 .ltop span {
  background: url(../images/zjw_46b.png) no-repeat center;
}
/*第三层*/
/*第四层*/
.floor4 {
  margin-top: 96px;
  padding-bottom: 83px;
}
.floor4 .sybt {
  width: 140px;
  height: 67px;
  margin: 0 auto;
  padding-left: 72px;
  margin-top: 14px;
  background: url(../images/zjw_48.png) no-repeat center;
  position: relative;
}
.floor4 .sybt > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.floor4 .sybt .wcb {
  display: table;
  height: 67px;
}
.floor4 .sybt .wcb .cb {
  display: table-cell;
  vertical-align: middle;
}
.floor4 .sybt .wcb .cb span {
  display: block;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.floor4 .sybt .wcb .cb em {
  text-transform: capitalize;
  display: block;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.floor4 .sybt:hover {
  background: url(../images/zjw_48b.png) no-repeat center;
}
.floor4 .sybt:hover .wcb .cb span {
  color: #f9b110;
}
.floor4 .sybt:hover .wcb .cb em {
  color: #f9b110;
}
.floor4 .f4bot {
  margin-top: 66px;
}
.floor4 .f4bot .f2bota {
  float: left;
  position: relative;
}
.floor4 .f4bot .f2bota > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.floor4 .f4bot .f2bota img {
  display: block;
}
.floor4 .f4bot .f2bota .bot {
  position: absolute;
  width: 100%;
  height: 60px;
  line-height: 60px;
  bottom: 0;
  left: 0;
  background: url(../images/zjw_16.png) center;
}
.floor4 .f4bot .f2bota .bot h3 {
  padding: 0 20px;
  color: #ffffff;
  font-size: 16px;
}
.floor4 .f4bot .f2bota:hover .bot h3 {
  color: #f9b110;
}
.floor4 .f4bot .f2botb {
  float: right;
  width: 591px;
}
.floor4 .f4bot .f2botb li {
  float: left;
  width: 290px;
  margin-right: 11px;
  margin-top: 13px;
  position: relative;
}
.floor4 .f4bot .f2botb li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.floor4 .f4bot .f2botb li img {
  display: block;
}
.floor4 .f4bot .f2botb li .bot {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  line-height: 26px;
  z-index: 2;
  background: url(../images/zjw_16.png) no-repeat center;
}
.floor4 .f4bot .f2botb li .bot h3 {
  padding: 0 20px;
  padding-top: 3px;
  color: #ffffff;
  font-size: 16px;
}
/*第四层*/
/*第五层*/
.floor5 {
  height: 641px;
  padding-top: 66px;
  background: url(../images/zjw14.jpg) no-repeat center;
}
.floor5 .sybt {
  width: 148px;
  height: 67px;
  margin: 0 auto;
  margin-bottom: 76px;
  padding-left: 104px;
  background: url(../images/zjw_49.png) no-repeat center;
  position: relative;
}
.floor5 .sybt > a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.floor5 .sybt .wcb {
  display: table;
  height: 67px;
}
.floor5 .sybt .wcb .cb {
  display: table-cell;
  vertical-align: middle;
}
.floor5 .sybt .wcb .cb span {
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.floor5 .sybt .wcb .cb em {
  text-transform: capitalize;
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.floor5 .sybt:hover {
  background: url(../images/zjw_49b.png) no-repeat center;
}
.floor5 .sybt:hover .wcb .cb span {
  color: #f9b110;
}
.floor5 .sybt:hover .wcb .cb em {
  color: #f9b110;
}
.floor5 .f5a {
  float: left;
  width: 300px;
  position: relative;
}
.floor5 .f5a > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.floor5 .f5a img {
  display: block;
}
.floor5 .f5a .bot {
  padding: 8px 18px;
  background: #000022;
}
.floor5 .f5a .bot h3 {
  color: #ffffff;
  font-size: 16px;
}
.floor5 .f5a .bot .nr {
  margin-top: 8px;
  color: #cccccc;
  font-size: 14px;
  line-height: 26px;
}
.floor5 .f5a:hover .bot h3 {
  color: #f9b110;
}
.floor5 .f5b {
  width: 852px;
  overflow: hidden;
  float: right;
}
.floor5 .f5b .bd li {
  float: left;
  position: relative;
  width: 240px;
  margin-right: 66px;
}
.floor5 .f5b .bd li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.floor5 .f5b .bd li .la {
  display: table;
  width: 78px;
  height: 82px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.floor5 .f5b .bd li .la .nb {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.floor5 .f5b .bd li .la .nb span {
  display: block;
  color: #ffffff;
  font-size: 22px;
  line-height: 32px;
}
.floor5 .f5b .bd li .la .nb em {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  line-height: 24px;
  padding-left: 8px;
}
.floor5 .f5b .bd li .lb {
  margin-top: 22px;
}
.floor5 .f5b .bd li .lb h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.floor5 .f5b .bd li .lb .nr {
  color: #cccccc;
  font-size: 14px;
  line-height: 26px;
  margin-top: 14px;
  height: 52px;
  overflow: hidden;
}
.floor5 .f5b .bd li .lc {
  width: 35px;
  height: 36px;
  margin-top: 44px;
  background: url(../images/zjw_50.png) no-repeat center;
}
.floor5 .f5b .bd li:hover .la {
  border-color: #f9b110;
}
.floor5 .f5b .bd li:hover .la .nb span {
  color: #f9b110;
}
.floor5 .f5b .bd li:hover .la .nb em {
  color: #f9b110;
}
.floor5 .f5b .bd li:hover .lb h3 {
  color: #f9b110;
}
.floor5 .f5b .bd li:hover .lb .nr {
  color: #f9b110;
}
.floor5 .f5b .bd li:hover .lc {
  background: url(../images/zjw_50b.png) no-repeat center;
}
.floor5 a.ssmore {
  width: 213px;
  height: 50px;
  line-height: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 94px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background: #f9b110;
}
.floor5 a.ssmore:hover {
  background: #241616;
}
/*第五层*/
/*首页框架*/

/*# sourceMappingURL=zjw.css.map */
