@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: 100px;
}
/*首页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: 100px;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*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;
  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: 27px;
  line-height: 27px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  padding: 40px 0;
}
.sub_updown div {
  overflow: hidden;
  float: left;
  width: 50%;
  margin: 0;
  height: 27px;
  line-height: 27px;
}
.sub_updown div a {
  display: block;
  color: #666;
  height: 27px;
  line-height: 27px;
}
.sub_updown div a[href]:hover {
  color: #0037ae;
}
.sub_updown div a[href]:hover span {
  background-position: left bottom;
}
.sub_updown div.sub_updown_down {
  text-align: right;
}
.sub_updown div.sub_updown_down span {
  float: right;
  margin: 0 0 0 20px;
  background-position: right top;
}
.sub_updown div.sub_updown_down a[href]:hover span {
  background-position: right bottom;
}
.sub_updown span {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  background: url(../images/jianotu2.png);
  margin: 0 20px 0 0;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 20px;
}
.ql_fenye a,
.ql_fenye span,
.ql_fenye em {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 27px;
  height: 27px;
  vertical-align: top;
  margin: 0px 3px;
  color: #fff;
}
.ql_fenye a[href]:hover {
  color: #0037ae;
}
.ql_fenye em.syy {
  background: url(../images/jianotu1.png) no-repeat left top;
}
.ql_fenye a[href]:hover em.syy {
  background-position: left bottom;
}
.ql_fenye em.xyy {
  background: url(../images/jianotu1.png) no-repeat right top;
}
.ql_fenye a[href]:hover em.xyy {
  background-position: right bottom;
}
.ql_fenye span {
  color: #0037ae;
}
/*选中需要全部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;
  font-family: "微软雅黑";
  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*/
@font-face {
  font-family: 'NeuesBauenDemo';
  src: url('../fonts/SourceHanSansSC-Light.eot');
  src: url('../fonts/SourceHanSansSC-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceHanSansSC-Light.woff') format('woff'), url('../fonts/SourceHanSansSC-Light.ttf') format('truetype'), url('../fonts/SourceHanSansSC-Light.svg#NeuesBauenDemo') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-size: 12px;
  line-height: 26px;
  font-family: 'NeuesBauenDemo', "微软雅黑", "microsoft yahei";
  white-space: normal;
  word-break: break-word;
}
br{opacity: 0 !important;filter:alpha(opacity=0) !important;visibility: hidden;border: none;}
.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;
}
/*关键字样式*/
.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*/
/*BEGIN*/
.c_zhe {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 990;
  display: none;
}
.c_zhanwei {
  height: 50px;
  width: 100%;
  display: none;
}
.c_leftbar {
  width: 234px;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background: #fff;
  z-index: 991;
}
.c_leftbar .c_list {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  right: 5px;
  display: none;
}
.c_leftbar a.c_logo {
  display: block;
  border-bottom: 1px solid #4d4d4d;
  padding: 30px 0 30px 52px;
}
.c_leftbar a.c_logo img {
  display: block;
  width: 120px;
  height: auto;
}
.c_leftbar .c_navlist {
  position: absolute;
  width: 100%;
  top: 174px;
  height: 50%;
  min-height: 300px;
}
.c_leftbar .c_navlist li {
  padding: 0 0 0 53px;
  display: table;
  height: 16.6%;
  position: relative;
  width: 194px;
}
.c_leftbar .c_navlist li a {
  display: table-cell;
  vertical-align: middle;
  color: #111;
  font-size: 20px;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_leftbar .c_navlist li a em {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-family: arial;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_leftbar .c_navlist li .c_zhdan {
  display: none;
}
.c_leftbar .c_navlist li:hover a {
  color: #0037ae;
}
.c_leftbar .c_navlist li:hover a em {
  color: #0037ae;
}
.c_leftbar .c_navlist li.on a {
  color: #0037ae;
}
.c_leftbar .c_navlist li.on a em {
  color: #0037ae;
}
.c_leftbar .c_navlist li .c_suberji {
  position: absolute;
  left: 200px;
  background: rgba(0, 0, 0, 0.7);
  width: 160px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_leftbar .c_navlist li .c_suberji a {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 18px;
}
.c_leftbar .c_navlist li .c_suberji a em {
  float: left;
  padding: 0 10px 0 20px;
  color: #fff;
  line-height: 50px;
  font-weight: bold;
}
.c_leftbar .c_navlist li .c_suberji a:hover {
  color: #0037ae;
}
.c_leftbar .c_navlist li .c_suberji a:hover em {
  color: #0037ae;
}
.c_leftbar .c_navlist li .c_suberji a.on {
  color: #0037ae;
}
.c_leftbar .c_navlist li .c_suberji a.on em {
  color: #0037ae;
}
.c_leftbar .leftbot {
  display: table;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 13px;
  color: #666;
  height: 16%;
  background: #fff;
}
.c_leftbar .leftbot .zikk {
  display: table-cell;
  vertical-align: middle;
}
.c_leftbar .leftbot .c_erwei {
  width: 20px;
  height: 20px;
  margin: 0 auto;
  position: relative;
}
.c_leftbar .leftbot .c_erwei .c_xian {
  width: 100%;
  height: auto;
  display: block;
}
.c_leftbar .leftbot .c_erwei .c_cang {
  display: block;
  position: absolute;
  bottom: 20px;
  left: -65px;
  display: none;
}
.c_leftbar .leftbot .c_erwei:hover .c_cang {
  display: block;
}
.c_leftbar .leftbot .c_zi {
  text-align: center;
  width: 100%;
  line-height: 20px;
  padding: 10px 0 0;
}
.c_leftbar .leftbot .c_zi a {
  color: #666;
}
.c_leftbar .leftbot .c_zi a:hover {
  color: #aaa;
}
.pagemain {
  margin-left: 234px;
}
.c_bannert{overflow: hidden;position: relative;}
.c_bannert .swiper-paginatione{position: absolute;left: 0;bottom: 30px;text-align: center;z-index: 6;}
.c_bannert .swiper-paginatione span{background: #fff;}
.c_bannert .swiper-paginatione span.swiper-pagination-bullet-active{background: #f00;}
.c_bannert .bd img{display: block;width: 100%;height: auto;}
.c_bannert .c_janji {
  position: absolute;
  height: 1px;
  width: 100%;
  z-index: 8;
  top: 50%;
  left: 0;
}
.c_bannert .c_janji a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/jianotu.png);
  position: absolute;
}
.c_bannert .c_janji a.swnext {
  background-position: right top;
  right: 50px;
}
.c_bannert .c_janji a.swnext:hover {
  background-position: right bottom;
}
.c_bannert .c_janji a.swprev {
  background-position: left top;
  left: 50px;
}
.c_bannert .c_janji a.swprev:hover {
  background-position: left bottom;
}
.c_floor1 {
  position: relative;
  overflow: hidden;
}
.c_floor1 img.c_back {
  display: block;
  height: auto;
  width: 100%;
}
.c_floor1 .c_more {
  display: block;
  width: 150px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  height: 32px;
  line-height: 32px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  bottom: 24%;
  left: 50%;
  margin-left: -75px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_floor1 .c_more:hover {
  background: #111;
  border-color: #0037ae;
  color: #0037ae;
}
.c_tit {
  text-align: center;
}
.c_tit h2 {
  font-size: 40px;
  line-height: 1.6;
  color: #222;
  letter-spacing: 10px;
}
.c_tit h2 a {
  color: #222;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.c_tit h2 a:hover {
  color: #0037ae;
}
.c_tit div {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
}
.c_tit1 {
  text-align: center;
}
.c_tit1 h2 {
  font-size: 40px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 10px;
}
.c_tit1 h2 a {
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.c_tit1 h2 a:hover {
  color: #0037ae;
}
.c_tit1 div {
  font-size: 16px;
  color: #a0a0a0;
  text-transform: uppercase;
}
.c_floor2 {
  padding: 100px 0;
  overflow: hidden;
}
.c_indexcase {
  margin: 30px 0 0;
  overflow: hidden;
  padding-bottom: 40px;
  width: 100%;
  position: relative;
}
.c_indexcase img {
  display: block;
  width: 100%;
  height: auto;
}
.c_indexcase .swiper-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}
.c_indexcase .swiper-pagination span {
  width: 60px;
  height: 5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #111;
  opacity: 1;
  margin: 0 !important;
}
.c_indexcase .swiper-pagination span.swiper-pagination-bullet-active {
  background: #0037ae;
}
.c_indexcase .c_janji {
  position: absolute;
  height: 1px;
  width: 100%;
  z-index: 8;
  top: 50%;
  left: 0;
}
.c_indexcase .c_janji a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/jianotu.png);
  position: absolute;
}
.c_indexcase .c_janji a.swnext {
  background-position: right top;
  right: 50px;
}
.c_indexcase .c_janji a.swnext:hover {
  background-position: right bottom;
}
.c_indexcase .c_janji a.swprev {
  background-position: left top;
  left: 50px;
}
.c_indexcase .c_janji a.swprev:hover {
  background-position: left bottom;
}
.c_floor3 {
  background: #111;
  padding: 110px 0 0 0;
}
.dtkk {
  width: 80%;
  margin: 0 auto;
}
.c_toutiao {
  float: left;
  width: 50%;
  background: #fff;
  padding-bottom: 20px;
  margin-top: 60px;
}
.c_toutiao a {
  display: block;
}
.c_toutiao .bigpic {
  height: 314px;
  overflow: hidden;
  background: #fff;
}
.c_toutiao img {
  display: block;
  opacity: 0.9;
  filter: alpha(opacity=90);
  width: 100%;
  height: auto;
}
.c_toutiao img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c_toutiao h3 {
  font-size: 18px;
  padding: 20px 25px 0;
}
.c_toutiao h3 a {
  display: block;
  color: #111;
  font-family: "微软雅黑";
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_toutiao h3 a:hover {
  color: #0037ae;
}
.c_toutiao .c_date {
  line-height: 30px;
  font-size: 14px;
  color: #333;
  padding: 0 25px;
}
.c_toutiao .c_des {
  padding: 0 25px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.rightnews {
  float: right;
  width: 48%;
  margin-top: 60px;
}
.c_newslist li {
  overflow: hidden;
  padding: 8px;
  background: #fff;
  margin: 0 0 15px 0;
}
.c_newslist li .c_date {
  float: left;
  width: 90px;
  text-align: center;
  background: #666;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 2px 0 5px;
}
.c_newslist li .c_date strong {
  display: block;
  font-size: 28px;
}
.c_newslist li .c_mao {
  margin-left: 110px;
}
.c_newslist li .c_mao h3 {
  font-size: 16px;
  line-height: 28px;
  height: 28px;
}
.c_newslist li .c_mao h3 a {
  display: block;
  color: #111;
  font-family: "微软雅黑";
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_newslist li .c_mao h3 a:hover {
  color: #0037ae;
}
.c_newslist li .c_mao .c_des {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
}
.c_newslist li:hover .c_date {
  background: #0037ae;
}
.c_floor4 {
  border-top: 1px solid #666;
  background: #111;
  padding: 80px 0;
}
.guandkk {
  width: 80%;
  margin: 0 auto;
}
.c_ingd {
  padding: 30px 0 0;
  overflow: hidden;
}
.c_ingd a.c_more {
  float: right;
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  color: #111;
  font-size: 15px;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin: 30px 0 0;
}
.c_ingd a.c_more:hover {
  background: #0037ae;
  color: #fff;
}
.c_gdlist li {
  overflow: hidden;
  margin-top: 40px;
  background: #fff;
  padding: 15px;
}
.c_gdlist li a.c_daty {
  float: left;
  background: #000;
  width: 260px;
}
.c_gdlist li a.c_daty img {
  display: block;
  opacity: 0.9;
  filter: alpha(opacity=90);
  width: 100%;
  height: auto;
}
.c_gdlist li a.c_daty img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c_gdlist li .c_des {
  margin-left: 300px;
}
.c_gdlist li .c_des h3 {
  font-size: 20px;
}
.c_gdlist li .c_des h3 a {
  display: block;
  color: #111;
  height: 40px;
  line-height: 40px;
  font-family: "微软雅黑";
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_gdlist li .c_des h3 a:hover {
  color: #0037ae;
}
.c_gdlist li .c_des .c_ddsi {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  font-size: 15px;
  color: #666;
  padding: 20px 0 0;
}
.c_floor5 {
  padding: 50px 0;
}
.c_ppdw {
  padding: 40px 0;
}
.c_ppdw img {
  max-width: 100%;
  height: auto !important;
}
.c_floor6 {
  background: url(../images/floor6back.jpg) no-repeat center;
  padding: 50px 0 60px;
}
.c_lx {
  font-size: 18px;
  color: #000;
  text-align: left;
  width: 48%;
}
.c_lx .lxtit {
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 2.4;
  background: url(../images/xiaxian.png) no-repeat left bottom;
  margin-bottom: 15px;
}
.c_lx .c_lxfs {
  overflow: hidden;
  width: 80%;
  line-height: 35px;
  background: url(../images/bantou.png);
  padding: 10px 10%;
}
.c_lx .c_lxfs img {
  vertical-align: middle;
}
.c_lx .c_lxfs img.erwei {
  float: left;
  margin-right: 20px;
}
.c_lxff {
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.c_lxff .lxdff {
  float: left;
  width: 320px;
  font-size: 16px;
  color: #666;
  background: #fff;
  line-height: 1.4;
  position: relative;
  z-index: 6;
}
.c_lxff .lxdff img {
  display: block;
}
.c_lxff .lxdff .c_lxss {
  padding: 7px 30px;
  text-align: left;
}
.c_lxff .c_map {
  margin-left: 320px;
  height: 240px;
  background: #111;
}
.c_anli {
  width: 80%;
  margin: 0 auto;
}
.c_anli .c_casepic {
  float: left;
  width: 45%;
}
.c_anli .c_casedes {
  float: right;
  width: 50%;
}
.c_anli .c_casedes h3 {
  font-size: 30px;
  line-height: 40px;
  max-height: 80px;
  overflow: hidden;
  margin-bottom: 12px;
  padding-top: 30px;
}
.c_anli .c_casedes h3 a {
  display: block;
  color: #0037ae;
}
.c_anli .c_casedes h3 a:hover {
  color: #333;
}
.c_anli .c_casedes .xm {
  font-size: 20px;
  color: #111;
  font-weight: bold;
  line-height: 60px;
  overflow: hidden;
  font-family: "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  background: url(../images/xianxi.jpg) no-repeat left top;
}
.c_anli .c_casedes .xmjs {
  background: url(../images/xianxi.jpg) no-repeat left top;
  line-height: 30px;
  overflow: hidden;
  height: 150px;
  font-size: 16px;
}
.c_anli .c_casedes .xmjs .c_xim {
  font-size: 20px;
  color: #111;
  line-height: 60px;
  font-weight: bold;
}
.c_anli .c_casedes .c_more {
  width: 150px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background: #555;
  height: 32px;
  line-height: 32px;
  display: block;
  margin: 30px 0 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.c_anli .c_casedes .c_more:hover {
  background: #0037ae;
}
.c_pageback {
  position: absolute;
  width: 100%;
  height: 100%;
}
.c_pageback img {
  max-width: 100%;
  height: auto;
}
.c_sublist {
  /* position: fixed;
  left: 280px;
  top: 120px;
  border-right: 1px solid #666;
  width: 180px;
  height: 60%;
  padding-top: 2%; */
    position: fixed;
    left: 280px;
    top: 120px;
    /* border-right: 1px solid #666; */
    width: 180px;
    height: 60%;
    text-align: center;
    padding-top: 2%;
    background: #f7f7f7;
}
.c_sublist h2 {
  font-size: 22px;
  height: 20%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_sublist h2 a {
  display: block;
  color: #111;
}
.c_sublist h2 a em {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  font-weight: normal;
}
.c_sublist h2:hover {
  font-size: 25px;
}
.c_sublist h2:hover a {
  color: #0037ae;
}
.c_sublist h2.on {
  font-size: 25px;
}
.c_sublist h2.on a {
  color: #0037ae;
}
.c_gyyj {
  margin-left: 520px;
  min-height: 100%;
  background: #fff;
  padding: 50px 90px 100px 0;
}
.c_dwal {
  margin-left: 234px;
  min-height: 100%;
  border-left: 1px solid #4D4D4D;
  background: #333;
  padding: 50px 0 80px;
}
.c_xiazai {
  display: block;
  width: 170px;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 40px 0 0;
}
.c_xiazai img {
  display: block;
  width: 100%;
  height: auto;
}
.c_xiazai:hover {
  background: #eee;
}
.c_xwdt {
  margin-left: 234px;
  height: 100%;
  border-left: 1px solid #4D4D4D;
  overflow: hidden;
}
.c_xwdt .c_tabelbox {
  display: table;
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #111;
}
.c_xwdt .c_tabelbox.jif{
  display: table;
}
.c_xwdt .tabelcell {
  display: table-cell;
  display: block;
  padding: 180px 0 0;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.c_xwdt .c_tabelbox.jif .tabelcell{
  display: table-cell;
}
.xfenye {
  position: absolute;
  position: static;
  margin: 20px 0 80px;
  width: 100%;
  left: 0;
  bottom: 50px;
}
.c_lxwm {
  padding: 0 !important;
  background: url(../images/floor6back.jpg) no-repeat center;
  /*background-attachment: fixed;*/
}
.lxwmkk {
  width: 80%;
  margin: 0 auto;
}
.c_jiange {
  width: 100%;
  height: 50px;
}
.c_jiange1 {
  width: 100%;
  height: 30px;
}
.c_submenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70px;
}
.c_submenu h2 {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  line-height: 1;
}
.c_submenu h2 a {
  display: block;
  padding: 0 40px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_submenu h2 a em {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 0 0;
}
.c_submenu h2 a:hover {
  color: #0037ae;
}
.c_submenu h2.on a {
  color: #0037ae;
}
.c_submenu span {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  width: 1px;
  background: #fff;
}
.c_donttai {
  overflow: hidden;
  padding: 0 50px;
  min-height: 410px;
}
.c_donttai ul {
  overflow: hidden;
}
.c_donttai ul li {
  float: left;
  width: 18%;
  margin: 0 1%;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_donttai ul li .c_tusd {
  display: block;
}
.c_donttai ul li img {
  display: block;
  width: 100%;
  height: auto !important;
}
.c_donttai ul li h3 {
  font-size: 16px;
  padding: 26px 0 0;
}
.c_donttai ul li h3 a {
  display: block;
  color: #333;
  text-align: left;
  padding: 18px 24px 0;
  background: url(../images/xianxi.jpg) no-repeat 24px top;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.c_donttai ul li .c_des {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  overflow: hidden;
  margin: 15px 24px 0;
  text-align: left;
}
.c_donttai ul li:hover {
  background: #0037ae;
}
.c_donttai ul li:hover a {
  color: #fff;
}
.c_donttai ul li:hover h3 a {
  background-image: url(../images/xianxi1.jpg);
}
.c_donttai ul li:hover .c_des {
  color: #fff;
}
.c_guandian {
  overflow: hidden;
  margin: 0 auto;
  width: 80%;
}
.c_guandian ul {
  overflow: hidden;
}
.c_guandian li {
  float: left;
  width: 48%;
  margin: 15px 1% 0;
  overflow: hidden;
  background: #fff;
}
.c_guandian li .c_tusd {
  float: left;
  width: 200px;
  padding: 10px;
}
.c_guandian li .c_tusd img {
  display: block;
  width: 100%;
  height: auto;
}
.c_guandian li .c_moa {
  margin-left: 220px;
  text-align: left;
  padding-right: 10px;
}
.c_guandian li .c_moa h3 {
  font-size: 18px;
}
.c_guandian li .c_moa h3 a {
  color: #111;
  display: block;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  font-family: "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_guandian li .c_moa h3 a:hover {
  color: #0037ae;
}
.c_guandian li .c_moa .c_des {
  height: 78px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.c_pagetop {
  overflow: hidden;
  border-bottom: 2px dashed #b3b3b3;
  padding: 50px 0 20px;
}
.c_pagetop .c_pushtime {
  float: right;
  background: #e5e5e5;
  color: #666;
  font-size: 12px;
  vertical-align: top;
  line-height: 26px;
  text-transform: uppercase;
  padding: 8px 10px 5px;
  margin-left: 20px;
}
.c_pagetop .c_pushtime em {
  font-size: 40px;
  float: left;
  line-height: 42px;
  padding-right: 5px;
}
.c_pagetop .c_pushtime span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  clear: both;
}
.c_pagetop h1.c_jitt {
  font-size: 22px;
  font-weight: normal;
  line-height: 38px;
  color: #111;
}
.c_pagetop .tjme {
  font-size: 18px;
  padding: 10px 0 0;
  color: #111;
}
.c_pagecont {
  padding: 30px 0;
  min-height: 400px;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  border-bottom: 2px dashed #b3b3b3;
}
.c_anlimei {
  width: 80%;
  margin: 0 auto;
}
.aldlist {
  overflow: hidden;
  padding-bottom: 40px;
  margin-top: 20px;
}
.aldlist li {
  width: 26.33%;
  float: left;
  margin: 40px 3.5% 0;
  background: #e6e6e6;
  overflow: hidden;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  padding: 0 0 20px;
}
.aldlist li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.aldlist li img {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.aldlist li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.aldlist li h3 {
  font-size: 18px;
  padding: 15px 20px 0;
}
.aldlist li h3 a {
  color: #111;
  font-family: "微软雅黑";
  background: url(../images/xianxi.jpg) no-repeat left bottom;
  line-height: 2;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.aldlist li h3 a:hover {
  color: #0037ae;
}
.aldlist li .texe {
  font-size: 16px;
  font-weight: bold;
  color: #0037ae;
  padding: 10px 20px 0;
  overflow: hidden;
  font-family: "微软雅黑";
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.aldlist li .c_des {
  color: #333;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  padding: 0 20px;
}
.aldlist li:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  transform: scale(1.06, 1.06);
  -webkit-transform: scale(1.06, 1.06);
  -moz-transform: scale(1.06, 1.06);
  -ms-transform: scale(1.06, 1.06);
  -o-transform: scale(1.06, 1.06);
}
.c_alxxy {
  color: #fff;
  width: 80%;
  margin: 0 auto;
}
.bioati {
  font-size: 36px;
  color: #0037ae;
  line-height: 1.6;
  text-align: center;
}
.bijf {
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  color: #0037ae;
  padding-bottom: 20px;
  background: url(../images/xianxi.jpg) no-repeat center bottom;
}
.hzbj {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 2;
  padding: 15px 0 0;
}
.c_beijing > div {
  padding: 20px 0;
  border-bottom: 1px solid #666;
  font-size: 14px;
}
.c_beijing > div strong {
  font-size: 20px;
  display: block;
  padding-bottom: 12px;
}
.c_about {
  font-size: 16px;
  color: #fff;
  line-height: 2.2;
  min-height: 200px;
}
.c_about img {
  max-width: 100%;
  height: auto !important;
}
.c_about.colorblack {
  color: #555;
}
.zongjie {
  padding: 20px 0 40px;
  font-size: 15px;
  color: #fff;
  line-height: 1.8;
}
.zongjie .c_zjtit {
  font-size: 32px;
  font-weight: bold;
  line-height: 2;
  background: url(../images/xianxi.jpg) no-repeat left bottom;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.c_rwjs {
  overflow: hidden;
}
.c_rwjs .zhaop {
  float: left;
  width: 40%;
  padding-bottom: 40%;
  position: relative;
  overflow: hidden;
  margin-left: 8%;
}
.c_rwjs .zhaop img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}
.c_rwjs .zhaop em {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background: #0037ae;
  padding: 0 15px;
  min-width: 200px;
  text-align: center;
}
.c_rwjs .c_jisso {
  width: 47%;
  float: right;
  padding: 5% 0 0;
}
.c_rwjs .c_jisso strong {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 30px;
  color: #111;
  font-family: "微软雅黑";
  line-height: 3;
  background: url(../images/xianxi.jpg) no-repeat left bottom;
}
.c_rwjs .c_jisso .moaf {
  font-size: 20px;
  color: #666;
  line-height: 2.2;
  padding: 20px 0 0;
}
.c_renwu {
  overflow: hidden;
  padding: 40px 0;
  position: relative;
}
.c_renwu .swiper-pagination1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}
.c_renwu .swiper-pagination1 span {
  width: 60px;
  height: 5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  background: #111;
  opacity: 1;
  margin: 0 !important;
}
.c_renwu .swiper-pagination1 span.swiper-pagination-bullet-active {
  background: #0037ae;
}
.c_renwu .c_janji {
  position: absolute;
  height: 1px;
  width: 100%;
  z-index: 8;
  top: 40%;
  left: 0;
}
.c_renwu .c_janji a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(../images/jianotu.png);
  position: absolute;
}
.c_renwu .c_janji a.swnext {
  background-position: right top;
  right: 0;
}
.c_renwu .c_janji a.swnext:hover {
  background-position: right bottom;
}
.c_renwu .c_janji a.swprev {
  background-position: left top;
  left: 0;
}
.c_renwu .c_janji a.swprev:hover {
  background-position: left bottom;
}
.fuwuyuan {
  text-align: justify;
}
.fuwuyuan div {
  display: inline-block;
  width: 260px;
  height: 260px;
  -webkit-border-radius: 130px;
     -moz-border-radius: 130px;
          border-radius: 130px;
  background: #e3e3e3;
  color: #111;
  vertical-align: top;
  margin: 30px 35px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.fuwuyuan div strong {
  display: block;
  padding: 30px 0 0;
  border-bottom: 1px solid #999;
  line-height: 2.2;
  font-size: 30px;
  text-align: center;
  margin: 0 42px;
}
.fuwuyuan div em {
  display: block;
  font-size: 16px;
  margin: 10px 42px 0;
}
.fuwuyuan div:hover {
  background: #0037ae;
  color: #fff;
}
.fuwuyuan div:hover strong {
  border-color: #fff;
}
.fuwuyuan:after {
  content: " ";
  margin-left: 100%;
}
.c_fzlc {
  overflow: hidden;
  padding: 100px 0;
}
.c_fzlc .c_yinain {
  width: 50%;
  padding: 20px 0;
  border-bottom: 1px solid #333;
  position: relative;
  margin-top: -100px;
  min-height: 145px;
  background: url(../images/heixian.jpg) repeat-y right center;
  margin-left: 1px;
}
.c_fzlc .c_yinain strong {
  display: block;
  color: #111;
  font-size: 18px;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
}
.c_fzlc .c_yinain strong em {
  font-size: 32px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_fzlc .c_yinain div {
  padding: 0 15px;
  margin-right: 40px;
}
.c_fzlc .c_yinain span {
  display: block;
  width: 20px;
  height: 20px;
  background: #111;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
.c_fzlc .c_yinain.even {
  margin-left: 50%;
  background: url(../images/heixian.jpg) repeat-y left center;
}
.c_fzlc .c_yinain.even strong {
  margin-left: 45px;
}
.c_fzlc .c_yinain.even div {
  margin: 0 0 0 40px;
}
.c_fzlc .c_yinain.even span {
  right: auto;
  left: -10px;
}
.c_fzlc .c_yinain.even.dd span {
  left: -25px;
}
.c_fzlc .c_yinain.dd {
  position: relative;
  z-index: 2;
}
.c_fzlc .c_yinain.dd span {
  width: 50px;
  height: 50px;
  background: #0037ae;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  right: -25px;
  bottom: -25px;
}
.c_fzlc .c_yinain.dd strong em {
  font-size: 40px;
  color: #0037ae;
}
.c_xwxx {
  width: 80%;
  margin: 0 auto;
}
.rightbottom {
  position: fixed;
  z-index: 993;
  right: 30px;
  bottom: 50px;
}
.rightbottom a {
  display: block;
  width: 37px;
  height: 37px;
  background: url(blank) no-repeat left center;
  margin: 15px 0 0;
}
.rightbottom a:hover {
  background-position: right center;
}
.rightbottom a.gotop {
  background-image: url(../images/shangjian.png);
}
.rightbottom a.goback {
  background-image: url(../images/fanhui.png);
}
.rightbottom.hei a.gotop {
  background-image: url(../images/shangjian1.png);
}
.rightbottom.hei a.goback {
  background-image: url(../images/fanhui1.png);
}
.c_indexbot {
  position: relative;
  z-index: 992;
  background: #111;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  padding: 10px 0 20px;
}
.c_indexbot img {
  display: inline-block;
  vertical-align: top;
}
.c_indexbot .botlogo {
  width: 90px;
  margin-right: 50px;
}
.c_indexbot .c_boterwei {
  width: 70px;
  margin-top: -5px;
}
.c_indexbot div.c_botlx {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 50px;
}
/*END*/
/*BEGIN*/
*[data-begin] {
  visibility: hidden;
}
*[data-scrollreach] {
  visibility: hidden;
}
/*END*/
/*BEGIN*/
@media screen and (max-width: 1280px) {
  .c_zhanwei {
    display: block;
  }
  .w1100 {
    width: auto;
  }
  .c_leftbar {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #4d4d4d;
  }
  .c_leftbar .c_list {
    display: block;
    padding: 10px;
  }
  .c_leftbar a.c_logo {
    display: block;
    border-bottom: none;
    padding: 0;
    height: 50px;
  }
  .c_leftbar a.c_logo img {
    display: block;
    width: 61px;
    margin: 5px auto 0;
    height: 40px;
  }
  .c_leftbar .c_navlist {
    position: fixed;
    width: 200px;
    top: 50px;
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    right: 0;
    background: #333;
    -webkit-box-shadow: 2px 0 10px #111 inset;
       -moz-box-shadow: 2px 0 10px #111 inset;
            box-shadow: 2px 0 10px #111 inset;
    min-height: auto;
    display: none;
    overflow-y: auto;
  }
  .c_leftbar .c_navlist li {
    height: 70px;
    border-bottom: 1px solid #444;
    padding: 0;
  }
  .c_leftbar .c_navlist li a {
    display: block;
    padding: 13px 0 13px 20px;
  }
  .c_leftbar .c_navlist li .c_zhdan {
    display: block;
    position: absolute;
    width: 200px;
    height: 70px;
    top: 0;
    left: 0;
  }
  .c_leftbar .c_navlist li .c_suberji {
    position: static;
    width: 200px;
    background: #111;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  .c_leftbar .c_navlist li .c_suberji a {
    padding: 0;
    color: #fff;
  }
  .c_leftbar .leftbot {
    display: none;
  }
  .pagemain {
    margin-left: 0;
  }
  .c_floor1 {
    /*height: 450px;*/
    background: #111;
  }
  .c_floor1 img.c_back {
    /*height: 450px;
    position: absolute;
    left: 50%;
    margin-left: -387.5px;
    top: 0;
    width: auto;*/
  }
  .c_floor1 .c_more {
    width: 70px;
    font-size: 12px;
    margin-left: -35px;
    background: #0037ae;
  }
  .c_tit h2 {
    font-size: 26px;
  }
  .c_tit div {
    font-size: 14px;
  }
  .c_tit1 h2 {
    font-size: 26px;
  }
  .c_tit1 div {
    font-size: 14px;
  }
  .c_floor2 {
    padding: 40px 0;
  }
  .c_indexcase {
    margin: 10px 0 0;
  }
  .c_indexcase .swiper-pagination span {
    width: 10%;
  }
  .c_floor3 {
    padding: 40px 0;
  }
  .dtkk {
    width: 92%;
  }
  .c_toutiao {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .c_toutiao a {
    display: block;
  }
  .c_toutiao .bigpic {
    height: auto;
  }
  .c_toutiao h3 {
    font-size: 16px;
    padding: 10px 15px 0;
  }
  .c_toutiao .c_date {
    padding: 0 15px;
  }
  .c_toutiao .c_des {
    padding: 0 15px;
  }
  .rightnews {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  .c_floor4 {
    padding: 40px 0;
  }
  .guandkk {
    width: 92%;
  }
  .c_ingd {
    padding: 10px 0 0;
  }
  .c_ingd a.c_more {
    float: none;
    display: block;
    text-align: center;
  }
  .c_gdlist li {
    margin-top: 10px;
    padding: 0 10px 0 0;
  }
  .c_gdlist li img {
    width: 100%;
    height: auto;
  }
  .c_gdlist li a.c_daty {
    width: 160px;
  }
  .c_gdlist li .c_des {
    margin-left: 170px;
  }
  .c_gdlist li .c_des h3 {
    font-size: 14px;
  }
  .c_gdlist li .c_des h3 a {
    height: 30px;
    line-height: 30px;
  }
  .c_gdlist li .c_des .c_ddsi {
    padding: 8px 0 0;
    font-size: 12px;
    height: 52px;
    line-height: 26px;
  }
  .c_floor5 {
    padding: 40px 0;
  }
  .c_ppdw {
    padding: 40px 0;
  }
  .c_floor6 {
    padding: 40px 0 50px;
  }
  .c_lx {
    width: 100%;
    float: none !important;
  }
  .c_lx .c_lxfs {
    width: 90%;
    line-height: 25px;
    background: url(../images/bantou.png);
    padding: 10px 5%;
  }
  .c_lx .c_lxfs img {
    display: none;
  }
  .c_lx .c_lxfs img.erwei {
    float: none;
    display: block;
    width: 110px;
    margin: 0 auto 15px;
  }
  .c_lxff {
    width: 92%;
  }
  .c_lxff .lxdff {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .c_lxff .lxdff img {
    display: none;
  }
  .c_lxff .lxdff .c_lxss {
    padding: 15px;
  }
  .c_lxff .c_map {
    margin-left: 0;
    height: 240px;
    background: #111;
    margin-top: 15px;
  }
  .c_anli {
    width: 92%;
  }
  .c_anli .c_casepic {
    float: none;
    width: 100%;
  }
  .c_anli .c_casedes {
    float: none;
    width: 100%;
  }
  .c_anli .c_casedes h3 {
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    padding-top: 10px;
  }
  .c_anli .c_casedes .xm {
    font-size: 16px;
    line-height: 30px;
  }
  .c_anli .c_casedes .xmjs {
    line-height: 20px;
    overflow: hidden;
    height: 100px;
    font-size: 14px;
  }
  .c_anli .c_casedes .xmjs .c_xim {
    font-size: 16px;
  }
  .c_pageback {
    position: relative;
    width: auto;
    height: auto;
    overflow: hidden;
  }
  .c_sublist {
    display: none;
  }
  .c_gyyj {
    margin-left: 0;
    min-height: auto;
    padding: 30px 12px;
  }
  .c_dwal {
    margin-left: 0;
    min-height: auto;
    border-left: none;
    padding: 30px 12px;
  }
  .c_xwdt {
    margin-left: 0;
    height: auto;
    border-left: none;
  }
  .c_xwdt .c_tabelbox {
    display: block;
  }
  .c_xwdt .tabelcell {
    display: block;
    padding: 50px 0;
  }
  .lxwmkk {
    width: 92%;
    margin: 0 auto;
  }
  .c_jiange {
    width: 100%;
    height: 10px;
  }
  .c_jiange1 {
    width: 100%;
    height: 20px;
  }
  .c_submenu {
    position: static;
    padding-bottom: 30px;
  }
  .c_submenu h2 {
    font-size: 18px;
  }
  .c_submenu h2 a {
    padding: 0 20px;
  }
  .c_submenu h2 a em {
    font-size: 12px;
  }
  .c_submenu h2 a:hover {
    color: #0037ae;
  }
  .c_submenu span {
    height: 40px;
  }
  .xfenye {
    position: static;
  }
  .c_donttai {
    padding: 0 12px;
  }
  .c_donttai ul {
    min-height: 400px;
    padding-bottom: 30px;
  }
  .c_donttai ul li {
    float: none;
    width: 100%;
    margin: 25px 0 0;
    padding-bottom: 0;
    overflow: hidden;
  }
  .c_donttai ul li .c_tusd {
    display: block;
    float: left;
    width: 150px;
    margin-right: 10px;
  }
  .c_donttai ul li h3 {
    padding: 0;
    font-weight: bold;
  }
  .c_donttai ul li h3 a {
    padding: 0;
    background: none;
    line-height: 30px;
    height: 30px;
    white-space: nowrap;
    font-family: "微软雅黑";
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .c_donttai ul li .c_des {
    margin: 0 10px 0 0;
    font-size: 12px;
  }
  .c_donttai ul li:hover h3 a {
    background-image: none;
  }
  .c_guandian {
    width: 100%;
  }
  .c_guandian ul {
    min-height: 400px;
    padding-bottom: 30px;
  }
  .c_guandian li {
    float: none;
    width: auto;
    margin: 15px 12px 0;
    padding: 0;
  }
  .c_guandian li .c_tusd {
    width: 160px;
    display: block;
    padding: 0;
  }
  .c_guandian li .c_moa {
    margin: 0 10px 0 170px;
    padding: 0;
  }
  .c_guandian li .c_moa h3 {
    font-size: 14px;
  }
  .c_guandian li .c_moa h3 a {
    line-height: 40px;
    height: 40px;
  }
  .c_guandian li .c_moa .c_des {
    height: 52px;
    line-height: 26px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
  }
  .c_pagetop {
    padding: 20px 0 10px;
  }
  .c_pagetop .c_pushtime {
    font-size: 12px;
    vertical-align: top;
    line-height: 26px;
    text-transform: uppercase;
    padding: 8px 10px 5px;
    margin-left: 0;
    float: none;
  }
  .c_pagetop .c_pushtime em {
    font-size: 30px;
    float: left;
    line-height: 34px;
    padding-right: 5px;
  }
  .c_pagetop .c_pushtime span {
    font-size: 14px;
    line-height: 20px;
  }
  .c_pagetop h1.c_jitt {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
  }
  .c_pagetop .tjme {
    font-size: 14px;
    padding: 0;
  }
  .c_pagecont {
    padding: 10px 0;
  }
  .c_anlimei {
    width: 100%;
  }
  .aldlist {
    padding-bottom: 30px;
    margin-top: 0;
  }
  .aldlist li {
    width: 48%;
    margin: 10px 0 0;
    padding: 0 0 10px;
  }
  .aldlist li img {
    width: 100%;
    height: auto;
  }
  .aldlist li h3 {
    font-size: 16px;
    padding: 5px 10px 0;
  }
  .aldlist li .texe {
    font-size: 14px;
    padding: 5px 10px 0;
  }
  .aldlist li .c_des {
    padding: 0 10px;
  }
  .aldlist li:nth-child(2n) {
    float: right;
  }
  .c_alxxy {
    width: 100%;
  }
  .bioati {
    font-size: 22px;
    color: #0037ae;
    line-height: 1.6;
    text-align: center;
  }
  .bijf {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #0037ae;
    padding-bottom: 20px;
    background: url(../images/xianxi.jpg) no-repeat center bottom;
  }
  .hzbj {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 2;
    padding: 15px 0 0;
  }
  .c_beijing > div {
    padding: 20px 0;
    border-bottom: 1px solid #666;
    font-size: 14px;
  }
  .c_beijing > div strong {
    font-size: 20px;
    display: block;
    padding-bottom: 12px;
  }
  .c_about {
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
  }
  .c_about img {
    max-width: 100%;
    height: auto !important;
  }
  .c_about.colorblack {
    color: #555;
  }
  .zongjie {
    padding: 20px 0 40px;
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
  }
  .zongjie .c_zjtit {
    font-size: 32px;
    font-weight: bold;
    line-height: 2;
    background: url(../images/xianxi.jpg) no-repeat left bottom;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .c_rwjs .zhaop {
    float: none;
    width: 65%;
    padding-bottom: 65%;
    margin: 0 auto;
  }
  .c_rwjs .c_jisso {
    width: auto;
    float: none;
    padding: 0 12px;
  }
  .c_rwjs .c_jisso strong {
    font-size: 16px;
  }
  .c_rwjs .c_jisso .moaf {
    font-size: 14px;
    padding: 10px 0 0;
  }
  .c_renwu {
    padding: 30px 0;
  }
  .c_renwu .swiper-pagination1 span {
    width: 15%;
  }
  .fuwuyuan {
    text-align: justify;
  }
  .fuwuyuan div {
    display: inline-block;
    width: 260px;
    height: 260px;
    -webkit-border-radius: 130px;
       -moz-border-radius: 130px;
            border-radius: 130px;
    background: #e3e3e3;
    color: #111;
    vertical-align: top;
    margin: 30px 35px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .fuwuyuan div strong {
    display: block;
    padding: 30px 0 0;
    border-bottom: 1px solid #999;
    line-height: 2.2;
    font-size: 30px;
    text-align: center;
    margin: 0 42px;
  }
  .fuwuyuan div em {
    display: block;
    font-size: 16px;
    margin: 10px 42px 0;
  }
  .fuwuyuan div:hover {
    background: #0037ae;
    color: #fff;
  }
  .fuwuyuan div:hover strong {
    border-color: #fff;
  }
  .fuwuyuan:after {
    content: " ";
    margin-left: 100%;
  }
  .c_fzlc {
    overflow: hidden;
    padding: 10px 0 30px;
  }
  .c_fzlc .c_yinain {
    width: auto;
    padding: 10px 0;
    margin-top: 0;
    background: none;
    margin-left: 0;
    font-size: 14px;
  }
  .c_fzlc .c_yinain strong {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .c_fzlc .c_yinain strong em {
    font-size: 20px;
  }
  .c_fzlc .c_yinain div {
    margin-right: 0;
  }
  .c_fzlc .c_yinain.even {
    margin-left: 0;
    background: none;
  }
  .c_fzlc .c_yinain.even strong {
    margin-left: 0;
  }
  .c_fzlc .c_yinain.even div {
    margin: 0;
  }
  .c_fzlc .c_yinain.dd strong em {
    font-size: 30px;
  }
  .c_xwxx {
    width: auto;
    margin: 0 auto;
    padding: 0 20px;
  }
  .rightbottom {
    right: 10px;
    bottom: 30px;
  }
  .c_indexbot {
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    padding: 15px;
  }
  .c_indexbot img {
    display: none;
  }
  .sub_updown {
    padding: 20px 0 0;
  }
  .sub_updown div {
    float: none;
    width: auto;
    margin-top: 15px;
  }
  .sub_updown div.sub_updown_down {
    text-align: left;
  }
  .sub_updown div.sub_updown_down span {
    float: left;
    margin: 0 20px 0 0;
  }
}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/

/*# sourceMappingURL=all.css.map */
