﻿@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;
}
/*清除内外边距*/
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: 400px;
}
/*首页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: 458px;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*li按钮*/
.cg_banner .hd {
  width:30px;
  height: 263px;
  overflow: hidden;
  position: absolute;left: 50%;
  z-index: 1;
  background-image: url(../images/banner1.jpg);
  background-repeat: no-repeat;
  background-position: center 122px;
  margin-left: -591px;
  padding-top: 195px;
  overflow: hidden;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
.cg_banner .hd ul li {
  width: 10px;
  height: 10px;
  background-image: url(../images/banner2.png);
  margin-top: 20px;
  margin-left: 15px;
  letter-spacing: -0.015em;
  writing-mode: vertical-lr;
  direction: ltr;
  word-break: keep-all;
  font-family: !Open !Sans !important;
  
}
.cg_banner .hd em{
  display: block;
  width: 30px;
  font-size: 26px;
  height: 30px;
  color: #fff;
  font-weight: bold;
    letter-spacing: -0.015em;
    writing-mode: vertical-lr;
    direction: ltr;
    word-break: keep-all;
    font-family: !Open !Sans !important;
  overflow: hidden;
}
.cg_banner .hd span{
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
    letter-spacing: -0.015em;
    writing-mode: vertical-lr;
    direction: ltr;
    word-break: keep-all;
    font-family: !Open !Sans !important;
}
.cg_banner .hd ul li.on {
  background-image: url(../images/banner3.png);
}
/*前/后按钮代码*/
.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;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
  height: 130px;
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #f8f8f8;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 42px;
  line-height: 42px;
  display: inline-block;
  margin-right: 40px;
}
.sub_updown div a {
  display: block;
  color: #333;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}
.sub_updown div a[href]:hover {
  color: #1558a0;
}
.sub_updown div a[href]:hover span{
  background: #c60000;
}
.sub_updown span {
  display: block;
  float: left;
  height: 42px;
  width: 100px;
  background: #1558a0;
  line-height: 42px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  height: 110px;
  padding-top: 50px;
}
.ql_fenye a{
  width: 40px;
  height: 40px;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
}
.ql_fenye .a2{
  display:inline-block;
  width: 40px;
  height: 40px;
  background: #1558a0;
  color:#fff;
  text-align: center;
  line-height: 40px;
  vertical-align: middle;
  margin-right: 20px;
}
.ql_fenye span.a2{
  background: #c60000;
}
.ql_fenye a.a1{
  width: 100px;
  height: 40px;
  background: #1558a0;
  color:#fff;
  text-align: center;
  vertical-align: middle;
  margin-right: 20px;
}
.ql_fenye a[href]:hover{
  background: #c60000;
}
/*选中需要全部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;
}
a[href] img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/*此文件放置共用函数、变量等*/
/* 手机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: 1080px;
  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*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
/*height*/
.cg_height5 {
  height: 5px;
}
.cg_height10 {
  height: 10px;
}
.cg_height15 {
  height: 15px;
}
.cg_height20 {
  height: 20px;
}
.cg_height25 {
  height: 25px;
}
.cg_height30 {
  height: 30px;
}
.cg_height35 {
  height: 35px;
}
.cg_height40 {
  height: 40px;
}
.cg_height45 {
  height: 45px;
}
.cg_height50 {
  height: 50px;
}
.cg_height55 {
  height: 55px;
}
.cg_height60 {
  height: 60px;
}
.cg_height65 {
  height: 65px;
}
.cg_height70 {
  height: 70px;
}
.cg_height75 {
  height: 75px;
}
.cg_height80 {
  height: 80px;
}
.cg_height85 {
  height: 85px;
}
.cg_height90 {
  height: 90px;
}
.cg_height95 {
  height: 95px;
}
.cg_height100 {
  height: 100px;
}
.cg_height105 {
  height: 105px;
}
.cg_height110 {
  height: 110px;
}
.cg_height115 {
  height: 115px;
}
.cg_height120 {
  height: 120px;
}
.cg_height125 {
  height: 125px;
}
.cg_height130 {
  height: 130px;
}
.cg_height135 {
  height: 135px;
}
.cg_height140 {
  height: 140px;
}
.cg_height145 {
  height: 145px;
}
.cg_height150 {
  height: 150px;
}
/*margin*/
.cg_margin_rightno {
  margin-right: 0 !important;
}
.cg_margin_topno {
  margin-top: 0 !important;
}
.cg_margin_bottomno {
  margin-bottom: 0 !important;
}
.cg_margin_leftno {
  margin-left: 0 !important;
}
/*padding*/
.cg_padding_leftno {
  padding-left: 0 !important;
}
.cg_padding_rightno {
  padding-right: 0 !important;
}
.cg_padding_topno {
  padding-top: 0 !important;
}
.cg_padding_bottomno {
  padding-bottom: 0 !important;
}
/*border*/
.cg_border_topno {
  border-top: none !important;
}
.cg_border_leftno {
  border-left: none !important;
}
.cg_border_rightno {
  border-right: none !important;
}
.cg_border_bottomno {
  border-bottom: none !important;
}
/*关键字样式*/
.ql_subpag_about a {
  font-weight: bold;
  color: #000;
}
.ql_subpag_about a:hover {
  color: #666;
}
.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*/
/*头部*/
.top{
  width: 100%;
  height: 119px;
  background: #fff;
}
.top1{
  width:1080px;
  height: 119px;
  margin: 0 auto;
  background-image: url(../images/top1.png);
  background-position: right bottom;
  background-repeat: no-repeat;
}
.top1-zj1{
  width: 1080px;
  height: 26px;
  padding-top: 8px;
  overflow: hidden;
}
.ql_top{
  float: right;
}
.ql_top a{
  font-size: 13px;
  color: #6b6b6b;
}
.ql_top a:hover{
  color: #1558a0;
}
.sss{
  width: 11px;
  height: 12px;
  cursor: pointer;
  float: right;
  margin-top: 8px;
  margin-right: 7px;
  position: relative;
}
.sousuo {
  position: absolute;
  right: -7px;
  top: -7px;
  width: 145px;
  height: 22px;
  float: right;
  background-image: url(../images/ss1.png);
  margin-top: 3px;
  padding-left: 10px;
  display: none;
}
.sousuo input{
  width: 120px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  color: #cbcbcb;
}
.sousuo em{
  display: block;
  float: right;
  width: 11px;
  height: 12px;
  background-image: url(../images/ss.png);
  margin-top: 5px;
  margin-right:7px;
  cursor: pointer;
}
.top1-zj2{
  width: 1080px;
  height: 85px;
}
.logo{
  display: block;
  width: 167px;
  height: 58px;
  float: left;
  margin-top: 10px
}
.nav{
  width: 830px;
  height: 45px;
  float: right;
  margin-top: 13px;
}
.nav>ul>li{
  width: 115px;
  height: 45px;
  display: inline-block;
  margin: 0px;
  text-align: center;
  line-height: 45px;
  position: relative;
}
.nav>ul>li>a{
  font-size: 17px;
  color: #323232;
}
.nav>ul>li:hover{
  background: #1558a0;
}
.nav>ul>.on a{
  color: #fff;
}
.nav>ul>li:hover a{
  color: #fff;
}
.nav>ul>.on{
  background: #1558a0;
}
.nav>ul>li:hover .sub{
  display: block;
}
.sub{
  width: 115px;
  min-height: 45px;
  position: absolute;left: 0px;top: 45px;
  z-index: 9;
  display: none;
}
.sub ul li{
  width: 115px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #1558a0;
}
.sub ul .on{
  background: #c60000;
}
.sub ul li:hover{
  background: #c60000;
}
.sub ul li a{
  font-size: 14px;
  color: #fff;
}
/*END*/
/*首页*/
.w1080{
  width: 1080px;
  margin: 0 auto;
}
.jj{
  width: 100%;
  height: 458px;
  margin-top: 105px;
  background: #f8f8f8;
}
.jj1{
  width: 1080px;
  height: 458px;
  margin: 0 auto;
}
.jj1-zj1{
  width: 540px;
  height: 427px;
  float: left;
   position: relative;
}
.jj1-zj1 img{
  width: 100%;
  height: 100%;
  margin-top: -50px;
}
.jj1-zj1 a{
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;left: 240px;top: 195px;
}
.jj2-zj1{
  width: 517px;
  height: 397px;
  float: left;
  margin-left: 20px;
  margin-top: -50px;
}
.jj-bt{
  width: 305px;
  height: 65px;
  margin-top: -10px;
}
.jj-bt h2 a.yw{
  font-size: 27px;
  color: #1558a0;
  text-transform: uppercase;
  float: left;
  font-weight: bold;
}
.jj-bt h2 a.yw:hover{
  color: #c60000;
}
.jj-bt h2 span{
  font-size: 27px;
  color: #9a9a9a;
  font-weight: normal;
  margin-top: -10px;
  float: right;
}
.jj-bt h2 a{
  font-size: 18px;
  color: #7e7e7e;
  float: left;
  font-weight: normal;
  margin-top: 10px;
}
.jj2{
  width: 520px;
  height: 350px;
  font-size: 14px;
  color: #404040;
  line-height: 40px;
  padding-right: 10px;
  margin-top: 20px;
}
.jj2-zj1>a{
  display: block;
  width: 40px;
  height: 14px;
  margin-top: 10px;
}
.jj2-zj1>a:hover img{
  left: 20px;
}
.lm{
  width: 100%;
  height: 311px;
}
.lm1{
  height: 311px;
}
.lm1 ul{
  width: 1245px;
}
.lm1 ul li{
  width: 240px;
  height: 311px;
  float: left;
  margin-right: 45px;
  text-align: center;
}
.lm1 ul li>a{
  display: inline-block;
  width: 104px;
  height: 104px;
  margin-top: 60px;
}
.lm1 ul li .lm-tu{
  background-image: url(../images/lm1.png);
}
.lm1 ul li .lm-tu1 {
  background-image: url(../images/lm2.png);
}
.lm1 ul li .lm-tu2 {
  background-image: url(../images/lm3.png);
}
.lm1 ul li .lm-tu3 {
  background-image: url(../images/lm4.png);
}

.lm1 ul li:hover .lm-tu {
  background-image: url(../images/lm1_1.png);
}
.lm1 ul li:hover .lm-tu1 {
  background-image: url(../images/lm2_2.png);
}
.lm1 ul li:hover .lm-tu2 {
  background-image: url(../images/lm3_3.png);
}
.lm1 ul li:hover .lm-tu3 {
  background-image: url(../images/lm4_4.png);
}
.lm1 ul li h2{
  margin-top: 17px;
}
.lm1 ul li h2 a{
  font-size: 20px;
  color: #272727;
}
.lm1 ul li:hover h2 a{
  color: #1558a0;
}
.lm2{
  width: 100%;
  height: 55px;
  margin-top: 12px;
  font-size: 14px;
  color: #515151;
}
.hz{
  width: 100%;
  height: 390px;
  margin-top: 20px;
}
.hz1{
  height: 390px;
}
.hz-bt{
  width: 437px;
  height: 95px;
  margin: 0 auto;
  background-image: url(../images/hz1.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.hz-bt h2{
  width: 100%;
  margin-top: 42px;
  float: left;
  margin-bottom: 7px;
}
.hz-bt h2 a{
  text-transform: uppercase;
  font-size: 27px;
  color: #1558a0;
}
.hz-bt h2 a:hover{
  color: #c60000;
}
.hz-bt>a{
  font-size: 18px;
  color: #565656;
}
.hz2{
  width: 1080px;
  height: 249px;
  margin-top: 40px;
  overflow: hidden;
}
.hz2 ul{
  width: 138px;
}
.hz2 ul li{
  width: 348px;
  height: 249px;
  float: left;
  position: relative;
  margin-right: 18px;
}
.hjz2 ul li hz-tu{
  width: 100%;
  height: 100%;
}
.hz2-zj1{
  width: 348px;
  height: 60px;
  background-image: url(../images/hz3.png);
  text-align: center;
  line-height: 60px;
  position: absolute;bottom: 0px;
  z-index: 9;
}
.hz2-zj1 h3 a{
  font-size: 17px;
  color: #fff;
  font-weight: normal;
}
.hz2-zj2{
  width: 348px;
  height: 249px;
  position: absolute;top: 0px;left: 0px;
  z-index: 99;
  background-image: url(../images/hz4.png);
  text-align: center;
  display: none;
  cursor: pointer;
}
.hz2-zj2>a{
  display: block;
  width: 34px;
  height: 34px;
  margin: 88px auto;
  margin-bottom: 13px;
}
.hz2-zj2 h3 a{
  font-size: 17px;
  color: #fff;
  font-weight: normal;
}
.hz2 ul li:hover .hz2-zj1{
  display: none;
}
.hz2 ul li:hover .hz2-zj2 {
  display: block;
}
.xw{
  width: 1080px;
  height: 443px;
  margin: 0 auto;
}
.xw-bt{
  width: 1080px;
  height: 133px;
}
.xwbt1{
  width: 241px;
  height: 93px;
  float: left;
 padding-top: 40px;
}
.xw1{
  width: 1080px;
  height: 279px;
  float: left;
  position: relative;
}
.xw1 .bd{
  overflow: hidden;
}
.xw1 .bd ul{
  width: 1094px;
}
.xw1 .bd ul li{
  width: 273px;
  height: 199px;
  float: left;
  padding: 40px;
  background-image: url(../images/xw1.png);
  margin-right: 14px;
}
.xw1 .bd ul li span{
  font-size: 21px;
  color: #323232;
  font-weight: bold;
}
.xw1 .bd ul li h3{
  display: block;
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.xw1 .bd ul li h3 a{
  font-size: 18px;
  color: #323232;
}
.xw1-zj1{
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 14px;
  color: #272727;
}
.xw1 .bd ul li>a{
  margin-top: 30px;
  float: left;
}
.xw1 .bd ul li:hover span{
  color: #1558a0;
}
.xw1 .bd ul li:hover h3 a {
  color: #1558a0;
}
.xw1 a.prev{
  display: block;
  width: 40px;
  height: 14px;
  position: absolute;top: 115px;left: -100px;
  background-image: url(../images/xw3.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.xw1 a.prev:hover{
  background-image: url(../images/xw3_3.png);
}
.xw1 a.next {
  display: block;
  width: 40px;
  height: 14px;
  position: absolute;
  top: 115px;
  right:-100px;
  background-image: url(../images/xw2.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.xw1 a.next:hover{
  background-image: url(../images/xw2_2.png);
}
.zlhb{
  width: 100%;
  min-height: 108px;
  background:#f8f8f8;
}
.zlhb1{
  width: 1080px;
  height: 108px;
  margin: 0 auto;
}
.zlhb1 h2{
  display: block;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  height: 53px;
  line-height: 53px;
}
.zlhb1 h2 a{
  font-size: 19px;
  color: #1558a0;
  font-weight: normal;
}
.zlhb1 h2 a img{
  vertical-align: middle;
}
.zlhb2{
  width: 100%;
  min-height: 54px;
  line-height: 53px;
  font-size: 14px;
  color: #4c4c4c;
  overflow: hidden;
}
.zlhb2 a{
font-size: 14px;
color: #4c4c4c;
font-weight: normal;
}
.zlhb2 a:hover{
  color: #1558a0;
}
.zlhb2 ul li{
  min-width: 210px;
  float: left;
  margin-right: 30px;
}
/*END*/
/*底部*/
.bot{
  width: 100%;
  min-height: 235px;
  background: #262422;
}
.bot1{
  width: 1080px;
  min-height: 139px;
  margin: 0 auto;
  padding-top: 35px;
  overflow: hidden;
}
.ewm{
  width: 147px;
  height: 174px;
  float: left;
  text-align: center;
  margin-left: 100px;
}
.ewm1{
   margin-left: 21px;
}
.ewm span{
  display: block;
  font-size: 15px;
  color: #f8f8f8;
  line-height: 16px;
  margin-top: 9px;
}
.ewm img{
  
}
.xx{
  width: 664px;
  height: 115px;
  float: left;
  line-height: 40px;
  border-right: 1px solid #484848;
}
.xx span{
  font-size: 15px;
  color: #888;
}
.xx span img{
  vertical-align: middle;
  margin-right: 10px;
}
.xx p{
  font-size: 15px;
  color: #f8f8f8;
}
.xxx{
  width: 197px;
  height: 115px;
  font-size: 13px;
  color: #595959;
  line-height: 40px;
  float: right;
}
.bot2{
  width: 100%;
  min-height: 61px;
  background: #303030;
}
.bot2-zj1{
  width: 1080px;
  min-height: 61px;
  margin: 0 auto;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 20px;
}
.bot2-zj1 a{
  color: #9b9b9b;
}
.bot2-zj1 a:hover{
  color: #fff;
}
.bot2-zj1 img{
  vertical-align: middle;
}
.bot2-zj2{
  width: 1080px;
  font-size: 12px;
  color: #9b9b9b;
}
.zlhbb{
  background: #efefef;
}
/*END*/
/*查看留言*/
.ckly{
  width: 1080px;
  height: 280px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.ckly-bt{
  margin-top: 50px;
  background-image: url(../images/ckly1.png);
}
.ckly1{
  width: 1080px;
  min-height: 40px;
  margin-top: 50px;
  text-align: center;
}
.ckly1 ul li{
  display: inline-block;
  width: 130px;
  height: 35px;
  margin-right: 20px;
  text-align: center;
  line-height: 35px;
  background-image: url(../images/ckly2.png);
}
.ckly1 ul li h2 a{
  font-size: 18px;
  color: #1558a0;
  font-weight: normal;
}
.ckly1 ul li:hover a{
  color: #fff;
}
.ckly1 ul li:hover{
   background-image: url(../images/ckly2_2.png);
}
.ckly1 ul .on{
  background-image: url(../images/ckly2_2.png);
}
.ckly1 ul .on h2 a{
  color: #fff;
}
.mbx{
  width: 1080px;
  height: 21px;
  position: absolute;top: 30px;
  font-size: 14px;
  color: #999;
}
.mbx a{
  font-size: 14px;
  color: #999;
}
.mbx a:hover{
  color: #1558a0;
}
.mbx img{
  vertical-align: middle;
}
.kk{
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.ckly2{
  width: 1080px;
  min-height: 400px;
  margin: 0 auto;
}
.ckly3{
  width: 1080px;
  min-height: 350px;
  border-bottom: 1px solid #f8f8f8;
  overflow: hidden;
  margin-top: 30px;
}
.ckly-sj{
  width: 140px;
  height: 40px;
  margin: 0 auto;
  background: #f8f8f8;
  border-radius: 5px;
  font-size: 12px;
  color: #999;
  text-align: center;
  line-height: 40px;
}
.ckly4{
  width: 540px;
  min-height: 100px;
  float: left;
  margin-top: 25px;
  overflow: hidden;
}
.tx{
  width: 100px;
  height: 100px;
  float: left;
}
.ckly4-zj1{
  width: 420px;
  min-height: 100px;
  float: right;
}
.ckly4-zj1 p{
  font-size: 16px;
  color: #1558a0;
}
.ckly4-zj2{
  width: 359px;
  min-height:30px;
  border: 1px solid #f8f8f8;
  margin-top: 10px;
  padding-left: 28px;
  padding-right: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ckly5{
  width: 867px;
  min-height: 152px;
  float: right;
  margin-top: 10px;
  overflow: hidden;
}
.ckly5-zj1{
  width: 746px;
  min-height: 152px;
  float: left;
}
.ckly5-zj1 p{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #1558a0;
  line-height: 40px;
  text-align: right;
}
.ckly5-zj2{
  width: 686px;
  min-height: 91px;
  background: #1558a0;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.txx{
  width: 100px;
  height: 100px;
  float: right;
}
/*END*/
/*在先留言*/
.zxly{
  width: 1080px;
  height: 610px;
  margin: 0 auto;
}
.zxly1{
  width: 1080px;
  height: 62px;
  margin-top: 20px;
}
.xm{
  width: 310px;
  height: 60px;
  border: 1px solid #eeeeee;
  float: left;
  padding-left: 30px;
  line-height: 60px;
}
.xm span{
  font-size: 16px;
  color: #333;
}
.xm input{
  width: 250px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  color: #999;
}
.dh{
  margin-left: 27px;
}
.zz{
  width:679px;
  float: left;
  margin-left: 27px;
}
.zxly2{
  width: 1050px;
  height: 150px;
  margin-top: 30px;
  border: 1px solid #eeeeee;
  padding-left: 30px;
}
.zxly2 span{
  font-size: 16px;
  color: #333;
  float: left;
  margin-top: 20px;
}
.zxly2 textarea{
  width: 980px;
  height: 110px;
  line-height: 30px;
  margin-top: 18px;
  font-size: 14px;
  color: #999;
  resize: none;
}
.yzm span{
  float: left;
}
.yzm input{
  width: 90px;
  float: left;
}
.yzm a{
  display: block;
  width: 151px;
  height: 58px;
  float: right;
  border: 1px solid #eeeeee;
}
.anniu{
  display: block;
  width: 340px;
  height: 60px;
  background: #1558a0;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.anniu:hover{
  background: #c60000;
}
/*END*/
/*联系我们*/
.lxwm{
  width: 1080px;
  height: 500px;
  margin: 0 auto;
}
.lxwm1{
  width: 490px;
  height: 412px;
  float: left;
  padding-right: 50px;
}
.lxwm1-zj1{
  width: 490px;
  height: 111px;
}
.lxwm2{
  width: 490px;
  height: 288px;
}
.lxwm2 em{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 17px;
  vertical-align: middle;
}
.lxwm2 span{
  font-size: 14px;
  color: #333;
}
.lxwm2 p{
  font-size: 14px;
  color: #666;
 margin-top: 12px;
}
.lxwm2 .p2{
  line-height: 30px;
}
.lxwm3{
  width: 175px;
  height: 144px;
}
.lxwm3 em{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 17px;
  vertical-align: middle;
}
.lxwm3 span{
  font-size: 14px;
  color: #333;
}
.lxwm3>img{
  margin-left: 40px;
}
.lxwm4{
  width: 540px;
  height: 412px;
  float: left;
}
.lxwm4 iframe{
  width: 100%;
  height: 100%;
}
/*END*/
/*网站地图*/
.wzdt{
  width: 1080px;
  min-height: 300px;
  margin: 0 auto;
}
.wzdt1{
  width:1080px;
  height: 50px;
  background: #1558a0;
}
.wzdt1 li{
  width: 154px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 50px;
}
.wzdt1 li a{
  font-size: 16px;
  color: #fff;
  font-weight:bold;
}
.wzdt2{
  width: 1080px;
  min-height: 255px;
}
.wzdt2 ul{
  width: 154px;
  min-height: 200px;
  float: left;
}
.wzdt2 ul li{
  width: 154px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.wzdt2 ul li a{
font-size: 14px;
color: #666;
font-weight: bold;
}
.wzdt2 ul li a:hover{
  color: #1558a0;
}
/*END*/
/*合作企业*/
.hzqy{
  width: 1080px;
  min-height: 350px;
  margin: 0 auto;
}
.hzqy ul{
  width: 1088px;
}
.hzqy ul li{
  width: 265px;
  height: 145px;
  float: left;
  border: 1px solid #fff;
  margin-right: 5px;
  margin-bottom: 30px;
}
.hzqy ul li img{
  display: block;
  width: 265px;
  height: 104px;
}
.hzqy1{
  width: 265px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 00px;
}
.hzqy1 h3 a{
  font-size: 0px;
  color: #fff;
}
.hzqy ul li:hover{
  border: 1px solid #eeeeee;
   box-shadow:-5px 0 5px #eeeeee,
   /*左边阴影*/

   5px 0 5px #eeeeee,
   /*右边阴影*/

   0 -5px 5px #eeeeee,
   /*顶部阴影*/

   0 5px 5px #eeeeee;
   /*底边阴影*/
}
.hzqy-bt{
  background-image: url(../images/hzqy3.png);
}
/*END*/
/*合作案例*/
.all{
  background: #f8f8f8;
}
  .hzal{
    width: 1080px;
    min-height: 300px;
    margin: 0 auto;
  }
   .hzal ul{
     width: 1095px;
   }
 .hzal ul li{
   width: 348px;
   height: 350px;
   float: left;
   position: relative;
   border: 1px solid #eeeeee;
   margin-right: 15px;
   margin-bottom: 30px;
 }
  .hzal ul li img{
    display: block;
    width: 348px;
    height: 249px;
  }
  .al1{
    width: 348px;
    height: 100px;
    background: #fff;
    text-align: center;
    line-height: 30px;
  }
    .al1 span{
      font-size: 14px;
      color: #333;
      margin-top: 15px;
      display: inline-block;
    }
.al1 h3 a{
  font-size: 16px;
  color: #333;
}
.al2{
  display: block;
  width: 59px;
  height: 59px;
  position: absolute;left: 50%;bottom: -28px;
  margin-left: -30px;
  display: none;
}
  .hzal ul li a.al2 img {
  width: 59px;
  height: 59px;
}
 .hzal ul li:hover{
   border: 1px solid #eeeeee;
   box-shadow:-5px 0 5px #eeeeee,
   /*左边阴影*/

   5px 0 5px #eeeeee,
   /*右边阴影*/

   0 -5px 5px #eeeeee,
   /*顶部阴影*/

   0 5px 5px #eeeeee;
   /*底边阴影*/
 }
  .hzal ul li:hover .al2{
    display: block;
  }
/*END*/
/*案例详情*/
.alxx{
  width: 1080px;
  min-height: 500px;
  margin: 0 auto;
}
.alxx h1{
  display: block;
  width: 100%;
  min-height: 40px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: center;
}
.alxx1{
  width: 100%;
  height: 43px;
  border-top: #f8f8f8;
  border-bottom: #f8f8f8;
  text-align: center;
  font-size: 12px;
  color: #999;
  line-height: 43px;
}
.alxx1 a{
  font-size: 12px;
  color: #999;
}
.alxx1 a:hover{
  color: #1558a0;
}
.alxx1 img{
  vertical-align: middle;
}
.alxx2{
  width: 1080px;
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.alxx2-tu{
  width: 500px;
  height: 196px;
  margin: 0 auto;
  border: 4px solid #1558a0;
}
.alxx2-z{
  width: 794px;
  min-height: 300px;
  margin-top: 50px;
  padding-left: 286px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.alxx2-z strong{
  font-size: 16px;
  color: #333;
}
.alxx2-z span{
  font-size: 14px;
  color: #666;
  font-weight: bold;
}
/*END*/
/*项目详细*/
.xmxx-tu{
  width: 700px;
  height: 501px;
  margin: 0 auto;
}
.ywly-bt{
  background-image: url(../images/ywly1.png);
}
/*END*/
/*地产运营*/
.dcyy{
  width: 1080px;
  min-height: 390px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.dcyy h1 a{
  font-size: 30px;
  color: #1558a0;
}
.dcyy h1 a:hover{
  color: #c60000;
}
.dcyy1{
  width: 1080px;
  min-height: 150px;
  margin-top: 35px;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}
.dcyy1 ul{
  width: 1085px;
  text-align: center;
}
.dcyy1 ul li{
  width: 262px;
  height: 89px;
  /* float: left; */
  display: inline-block;
  position: relative;
  margin-right: -1px;
  text-align: center;
  font-size: 20px;
  padding-right: 10px;
  font-weight: bold;
  color: #333;
  padding-top: 60px;
  margin-bottom: 30px;
}
.dcyy1 ul li a {
    color:#000;
}
.dcyy1 ul li:hover{
  color: #1558a0;
}
.dcyy1 ul li a:hover {
  color: #1558a0;
}
.dcyy1 ul li em{
  position: absolute;right: 0px;top:20px;
}
.dcyy1 ul .l4{
  width: 222px;
  padding-right: 50px;
}
.l1{
  background-image: url(../images/dcyy1.png);
  background-position: center;
  background-repeat: no-repeat;
}
.l1:hover{
  background-image: url(../images/dcyy1_1.png);
}
.l1.on{
  background-image: url(../images/dcyy1_1.png);
}
.l2:hover {
  background-image: url(../images/dcyy2_2.png);
}
.l3:hover {
  background-image: url(../images/dcyy3_3.png);
}
.l4:hover {
  background-image: url(../images/dcyy4_4.png);
}
.l2 {
  background-image: url(../images/dcyy2.png);
  background-position: center;
  background-repeat: no-repeat;
}
.l3 {
  background-image: url(../images/dcyy3.png);
  background-position: center;
  background-repeat: no-repeat;
}
.l4 {
  background-image: url(../images/dcyy4.png);
  background-position: center;
  background-repeat: no-repeat;
}
.dcyy2{
  width: 1080px;
  min-height:200px;
  margin-top: 30px;
  font-size: 14px;
  color: #666;
  line-height: 35px;
}
/*END*/
/*酒店运营*/
.jdyy1{
  width: 1080px;
  min-height: 115px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 25px;
  margin-bottom: 15px;
}
/*空间装饰*/
.jdyy1 img{
  margin-top: 15px;
  margin-bottom: 15px;
}
.jdyy1 span{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.kjzs1{
  width: 1080px;
  min-height: 500px;
}
.kjzs1 h1{
  text-align: right;
}
.kjzs1-zj1{
  width: 1080px;
  min-height:320px;
  overflow: hidden;
}
.kjzs1-zj1 img{
  float: left;
}
.kjzs1-z{
  width: 464px;
  height: 230px;
  float: left;
  padding-top: 90px;
  font-size: 14px;
  color: #333;
  padding-left: 38px;
  padding-right: 38px;
  line-height: 30px;
}
.kjzs1-z span{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
/*商业顾问*/
.sygw ul{
  width: 1127px;
}
.sygw ul li{
  width: 205px;
  background-position: center;
  background-repeat: no-repeat;
}
.sygw ul .l4{
  width: 222px;
}
.sygw ul .l1{
  background-image: url(../images/sygw1_1.png);
}
.sygw ul .l1:hover{
  background-image: url(../images/sygw1.png);
}
.sygw ul .l2:hover {
  background-image: url(../images/sygw2_2.png);
}
.sygw ul .l5:hover {
  background-image: url(../images/sygw3_3.png);
}
.sygw ul .l3:hover {
  background-image: url(../images/sygw4_4.png);
}
.sygw ul .l4:hover {
  background-image: url(../images/sygw5_5.png);
}
.sygw ul .l2 {
  background-image: url(../images/sygw2.png);
}
.sygw ul .l5 {
  background-image: url(../images/sygw3.png);
}
.sygw ul .l3 {
  background-image: url(../images/sygw4.png);
}
.sygw ul .l4 {
  background-image: url(../images/sygw5.png);
}
.sygw1{
  width: 1080px;
  min-height: 200px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
.sygw1 span{
  font-size: 16px;
  color: #1558a0;
  font-weight: bold;
}
/*核心团队*/
.gsjj-bt{
  background-image: url(../images/gsjj1.png);
}
.hxtd{
  width: 1080px;
  min-height:600px;
  margin: 0 auto;
  margin-bottom: 40px;
  overflow: hidden;
}
.hxtd-z{
  width: 529px;
  min-height: 400px;
  float: left;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 30px;
}
.hxtd-z p{
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.hxtd-tu{
  width: 440px;
  height: 480px;
  float: left;
  margin-top: 76px;
}
.gsjj1{
  width: 600px;
  min-height: 424px;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 20px;
}
.gsjj-tu{
  width: 449px;
  height: 424px;
  float: right;
  margin-top: 20px; 
}
.qywh1{
  width: 1080px;
  height: 62px;
}
.qywh2{
  width: 1080px;
  height: 350px;
  margin-top: 30px;
}
.qy1{
  width: 372px;
  height: 500px;
  border-right: 1px solid #f0f0f0;
  float: left;
}
.qy2{
  width: 288px;
  height: 500px;
  float: left;
  border-right: 1px solid #f0f0f0;
  padding-left: 40px;
  padding-right: 40px;
}
.qy2 div{
  width: 100%;
  min-height: 55px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.qy2 div span{
  font-size: 16px;
  color: #1558a0;
  font-weight: bold;
}
.qy3{
  width: 268px;
  height: 500px;
  float: left;
  border-right: 1px solid #f0f0f0;
  padding-left: 40px;
  padding-right: 26px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}

.qy3 span {
  font-size: 16px;
  color: #1558a0;
  font-weight: bold;
}
.qywh3{
  width: 1080px;
  min-height: 500px;
  margin-top: 60px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.qywh3 strong{
  font-size: 16px;
  color: #1558a0;
}
.qywh3 span{
  font-size: 14px;
  color: #333;
  font-weight: bold;
}
/*企业优势*/
.qyys{
  width: 1080px;
  min-height:155px;
  margin-top: 20px;
}
.qyys strong{
  font-size: 30px;
  color: #1558a0;
}
.qyys h1{
  font-size: 16px;
  color: #333;
  margin-top: 15px;
}
.qyys span{
  font-size: 14px;
  color: #999;
  text-transform: uppercase
}
.qyys p{
  font-size: 14px;
  color: #666;
  margin-top: 15px;
}
/*员工风采*/
.ygfc ul{
  width: 1128px;
}
.ygfc ul li{
  width: 326px;
  height: 400px;
  position: relative;
  margin-top: 50px;
  float: left;
  margin-right: 50px;
}
.ygfc ul li a img:hover{
  opacity: 1;
}
.ygfc1{
  display: block;
  width: 300px;
  height: 360px;
  position: absolute;left: 0px;top: 0px;
  z-index: 99;
}
.ygfc1 em{
  display: block;
  width: 59px;
  height: 59px;
  background-image: url(../images/ygfc2.png);
  position: absolute;bottom: -30px;right: 0px;;
}
.ygfc2{
  width: 316px;
  height: 370px;
  background: #1558a0;
  z-index: 9;
  position: absolute;right: 0px;bottom: 0px;
}
.ygfc2 h3{
  display: block;
  width: 298px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  position: absolute;bottom: 0px;
}
.ygfc2 h3 a{
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}
.ygfc ul li:hover em{
  background-image: url(../images/ygfc2_2.png);
}
/*员工详情*/
.ygxx-tu{
  width: 484px;
  height: 580px;
  margin: 0 auto;
}
.ygxx-tu img{
  width: 100%;
  height: 100%;
}
.ygxx1{
  text-align: center;
}
.ygxx1 p{
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin-top: 20px;
}
/*人才理念*/
.rcln-bt{
  background-image: url(../images/rcln1.png);
}
.rcln{
  width: 1080px;
  min-height: 400px;
  margin: 0 auto;
}
.rcln>img{
  display: block;
}
.rcln1{
  width: 540px;
  min-height: 400px;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.rcln1 span{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.rcln2{
  width: 511px;
  height: 336px;
  float: right;
}
/*新闻列表*/
.xwlb-bt{
  background-image: url(../images/xwlb1.png);
}
.xwlb{
  width: 1080px;
  min-height: 500px;
  margin: 0 auto;
}
.xwlb ul li{
  width: 1030px;
  height: 214px;
  padding: 25px;
  border-bottom: 1px solid #f8f8f8;
  margin-top: 30px;
  overflow: hidden;
}
.xwlb ul li.on .xwlb1{
  float: right;
}
.xwlb ul li.on .xwlb2{
  float: left;
}
.xwlb1{
  width: 491px;
  height: 207px;
  float: left;
}
.xwlb1 span{
  color: #999;
  float: left;
}
.bdsharebuttonbox a.bds_more{
  background-image: url(../images/xwlb2.png);
}
.bdsharebuttonbox a.scc{
  background-image: url(../images/xwlb3.png);
  vertical-align: middle;
}
.xwlb1 h3 a{
  font-size: 16px;
  color: #333;
}
.xwlb-z{
  width: 495px;
  height: 115px;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-top: 5px;
}
.xwlb1>a{
  color: #1558a0;
  margin-top: 15px;
  display: inline-block;
}
.xwlb2{
  width: 491px;
  height: 204px;
  float: right;
}
.xwlb2 img{
  width: 100%;
  height: 100;
}
.xwlb ul li:hover{
  border: 1px solid #eeeeee;
   box-shadow:-5px 0 5px #eeeeee,
   /*左边阴影*/

   5px 0 5px #eeeeee,
   /*右边阴影*/

   0 -5px 5px #eeeeee,
   /*顶部阴影*/

   0 5px 5px #eeeeee;
   /*底边阴影*/
}
/*新闻详情*/
.xwxx-tu{
  width: 800px;
  height: 332px;
  margin: 0 auto;
}
.xwxx-tu img{
  width: 100%;
  height: 100%;
}
.xwxx-z{
  width: 1080px;
  min-height: 300px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin-top: 40px;
}
.xwxx-z span{
  color: #333;
}
.xwxx1{
  width: 1080px;
  min-height: 300px;
}
.xwxx1>img{
  display: block;
}
.xwxx1 ul{
  width: 1080px;
  min-height: 130px;
}
.xwxx1 ul li{
  width: 525px;
  line-height: 45px;
  float: left;
}
.xwxx1 ul li h3{
  float: left;
}
.xwxx1 ul li a{
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
.xwxx1 ul li em{
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/xwxx2.png);
  float: left;
  margin-top: 18px;
  margin-right: 10px;
  margin-left: 10px;
}
.xwxx1 ul li span{
  float: right;
  color: #999;
  font-size: 12px;
}
.xwxx1 ul li:hover em{
  background-image: url(../images/xwxx3.png);
}
/*招聘*/
.zp{
  width: 1080px;
  margin: 0 auto;
}
.zp1{
  width: 1080px;
  overflow: hidden;
}
.zp1-zj1{
  width: 1000px;
  background: #f8f8f8;
  line-height: 50px;
  padding-right: 80px;
}
.zp1-zj1 span{
  font-size: 16px;
  color: #333;
  font-weight: bold;
  margin-left: 59px;
}
.zp1-zj1 a{
  display: block;
  width: 22px;
  height: 12px;
  float: right;
  background-image: url(../images/zxns1_1.png);
  margin-top: 18px;
}
.on .zp1-zj1 a{
  background-image: url(../images/zxns1.png);
}
.zp2{
  width: 1078px;
  border: 1px solid #1558a0;
  padding-top: 30px;
  display: none;
  padding-bottom: 30px;
  overflow: hidden;
}
.zp2-zj1{
  width: 1080px;
  min-height: 50px;
  margin-bottom: 20px;
}
.zp2-zj1>div{
  float: left;
  width: 360px;
  height: 50px;
  overflow: hidden;
}
.zp2-zj1>div span{
  display: block;
  width: 180px;
  height: 50px;
  background: #f8f8f8;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  text-align: center;
}
.zp2-zj1>div .zp2-zj2{
  width: 178px;
  height: 48px;
  border: 1px solid #f8f8f8;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 50px;
  text-align: center;
}
.zp2-zj3{
  width: 1080px;
  height: 50px;
  margin-bottom: 20px;
  overflow: hidden;
}
.zp2-zj3 span{
  display: block;
  width: 180px;
  height: 50px;
  background: #f8f8f8;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  text-align: center;
}
.zp2-zj3>div{
  width: 888px;
  height: 48px;
  float: left;
  border: 1px solid #f8f8f8;
  font-size: 14px;
  color: #666;
  line-height: 50px;
  padding-left: 10px;
  overflow: hidden;
}
.zp2-zj4{
  width: 1080px;
  min-height: 170px;
  overflow: hidden;
}
.zp2-zj4 span{
  display: block;
  float: left;
  width: 180px;
  height: 170px;
  background: #f8f8f8;
  font-size: 16px;
  color: #333;
  line-height: 170px;
  text-align: center;
}
.zp2-zj4 div{
  width: 888px;
  min-height:168px;
  float: left;
  border: 1px solid #f8f8f8;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding-left: 10px;
}
.ann{
  width: 1080px;
  height: 50px;
  margin-top: 30px;
  text-align: center;
}
.ann a{
  display: inline-block;
  width: 180px;
  height: 50px;
  background: #1558a0;
  margin-right: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}
.ann a:hover{
  background: #c60000;
}
.pc{
  float: left;
  font-size: 13px;
  color: #6b6b6b;
  margin-left: 12px;
}
.pc:hover{
  color: #1558a0;
}

/*# sourceMappingURL=all.css.map */
