﻿@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;
}


.imgbox{ display:block; position:relative;  }
.imgbox:before{content:""; display:block; padding-top:75%}
.imgbox img{ height:100% !important ; position:absolute; width:100% !important;top:0; left:0; display:block; width:100%;}


/*首页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(img/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: 36px;
  line-height: 36px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 20px 0px 0;
  height: 36px;
  line-height: 36px;
}
.sub_updown div a {
  display: block;
  color: #666;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 36px;
  line-height: 36px;
}
.sub_updown div a[href]:hover {
  color: #c10000;
}
.sub_updown div a[href]:hover span {
  background: #c10000;
}
.sub_updown span {
  display: block;
  float: left;
  background: #003586;
  color: #fff;
  padding: 0 20px;
  margin-right: 10px;
  height: 36px;
  line-height: 36px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "宋体";
  font-size: 14px;
  font-weight: bold;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 9px;
  margin: 6px 3px 0;
  background: #003586;
  -webkit-border-radius: 18px;
     -moz-border-radius: 18px;
          border-radius: 18px;
}
.ql_fenye a {
  color: #fff;
}
.ql_fenye a[href]:hover {
  background: #C10000;
}
.ql_fenye span {
  background: #C10000;
  color: #fff;
}
/*选中需要全部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*/
.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(img/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.topkk {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.pages {
  position: relative;
}
.pages .c_top {
  padding: 45px 60px;
}
.c_top {
  height: 50px;
  line-height: 50px;
  padding: 45px 32px 45px 90px;
  position: relative;
  z-index: 99;
  background: #fff;
}
.c_top .c_rencai {
  float: right;
  color: #fffefe;
  font-size: 14px;
  background: #003586 url(img/lingdai.png) no-repeat 30px center;
  -webkit-border-radius: 26px;
     -moz-border-radius: 26px;
          border-radius: 26px;
  -webkit-box-shadow: 0 0 10px #6f8dba;
     -moz-box-shadow: 0 0 10px #6f8dba;
          box-shadow: 0 0 10px #6f8dba;
  padding: 0 30px 0 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
}
.c_top .c_rencai:hover {
  background-color: #c10000;
}
.c_top .c_list {
  display: none;
}
.c_top .c_logo {
  float: left;
}
.c_top .erweima {
  float: right;
  background: url(img/erwei.png) no-repeat right center;
  height: 20px;
  padding-left: 15px;
  width: 20px;
  border-left: 1px solid #d2d2d2;
  margin: 16px 20px 0 0;
  position: relative;
}
.c_top .erweima img {
  display: block;
  top: 20px;
  left: -50px;
  position: absolute;
  display: none;
}
.c_top .erweima:hover img {
  display: block;
}
.c_topnav {
  margin: 0 240px 0 320px;
  height: 50px;
}
.c_topnav li {
  float: left;
  width: 12.5%;
  text-align: center;
  height: 95px;
}
.c_topnav li em {
  display: none;
}
.c_topnav li a {
  display: inline-block;
  vertical-align: top;
  color: #999;
  font-size: 15px;
  line-height: 50px;
  height: 46px;
  border-bottom: 4px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.c_topnav li a:hover {
  border-color: #003586;
  color: #003586;
}
.c_topnav li.on a {
  border-color: #003586;
  color: #003586;
}
.c_topnav li .c_submenu {
  position: absolute;
  width: 90%;
  padding: 5px 5% 10px;
  top: 160px;
  left: 0;
  background: url(img/bantou1.png);
  overflow: hidden;
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_topnav li .c_submenu a {
  border: 0;
  line-height: 30px;
  height: 30px;
  margin: 5px 10px 0;
  padding: 0 25px;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
}
.c_topnav li .c_submenu a.on {
  background: #003586;
  color: #fff;
}
.c_topnav li .c_submenu a:hover {
  background: #003586;
  color: #fff;
}
.c_topnav li:hover .c_submenu {
  visibility: visible;
  opacity: 1;
  top: 140px;
}
.c_leftmenu {
  width: 90px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  display: table;
  z-index: 9;
}
.c_leftmenu a.menubutton {
  display: table-cell;
  vertical-align: middle;
  font-size: 15px;
  color: #003586;
  text-transform: uppercase;
  width: 60px;
  text-align: center;
  padding-left: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  position: relative;
  background: #fff;
}
.c_leftmenu a.menubutton span {
  background: #003586 url(img/list.png) no-repeat center;
  width: 25px;
  height: 18px;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_leftmenu a.menubutton:hover {
  color: #0066FF;
}
.c_leftmenu a.menubutton:hover span {
  background-color: #0066FF;
}
.c_leftmenu .c_menu {
  display: table;
  width: 200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(img/bantou.png);
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: 6;
}
.c_leftmenu .c_menu ul {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.c_leftmenu .c_menu ul li a {
  display: block;
  font-size: 15px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-left: 10px solid transparent;
}
.c_leftmenu .c_menu ul li a:hover {
  border-color: #003586;
  text-decoration: line-through;
}
.c_leftmenu .c_menu ul li.on a {
  border-color: #003586;
  text-decoration: line-through;
}
.c_leftmenu .c_menu .duoyy {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.c_leftmenu .c_menu .duoyy a {
  color: #fff;
  padding: 0 12px;
}
.c_leftmenu .c_menu .duoyy a:hover {
  color: #f90;
}
.c_leftmenu:hover .c_menu {
  left: 90px;
  opacity: 1;
  visibility: visible;
}
.c_rightbian {
  position: fixed;
  right: 0;
  top: 0;
  width: 32px;
  background: #fff;
  height: 100%;
  z-index: 4;
}
.c_sjbanner{display: none;overflow: hidden;position: relative;}
.c_sjbanner .swpagination{position: absolute;width: 100%;text-align: center;bottom: 10px;z-index: 9;}
.c_sjbanner img{display: block;width: 100%;height: auto;}
.c_banner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_banner .hd {
  position: absolute;
  right: 50px;
  top: 50%;
  z-index: 6;
}
.c_banner .hd ul li {
  display: block;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: url(img/bbdian.png) no-repeat center bottom;
  margin: 10px 0 0;
}
.c_banner .hd ul li.on {
  background-position: center top;
}
.c_banner .tempWrap {
  height: 100%;
}
.c_banner .bd {
  width: 100%;
  height: 100%;
}
.c_banner .bd ul {
  height: 100%;
}
.c_banner .bd li {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c_banner .bd li img {
  display: block;
  width: 1920px;
  height: 1052px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -526px 0 0 -960px;
}
.c_footc {
  background: #292a2d;
}
.c_footer {
  color: #747e84;
  font-size: 14px;
  padding: 20px 0 10px;
}
.c_footer a {
  color: #747e84;
}
.c_footer a:hover {
  color: #eee;
}
.c_botlx {
  overflow: hidden;
  color: #747e84;
  border-right: 1px solid #3c3d40;
  float: left;
}
.c_botlx div {
  float: left;
  padding: 0 40px 0 0;
  line-height: 28px;
}
.c_botlx div img {
  vertical-align: top;
}
.c_botlx div em {
  display: block;
  padding-bottom: 10px;
}
.c_botnav {
  float: right;
  line-height: 28px;
}
.c_botnav strong {
  display: block;
  font-weight: normal;
  padding-bottom: 10px;
}
.c_youlink {
  line-height: 28px;
  overflow: hidden;
  padding: 10px 0;
}
.c_youlink div {
  float: left;
}
.c_youlink ul {
  overflow: hidden;
  margin-left: 75px;
}
.c_youlink ul li {
  float: left;
  padding-right: 15px;
}
.c_gjz {
  color: #545454;
  line-height: 26px;
}
.c_gjz a {
  color: #545454;
}
.c_gjz a:hover {
  color: #ddd;
}
.c_botinfo {
  color: #545454;
  line-height: 26px;
}
.c_botinfo img {
  vertical-align: middle;
}
.c_botinfo a {
  color: #545454;
}
.c_botinfo a:hover {
  color: #ddd;
}
.c_botinfo .c_botlink {
  float: right;
  overflow: hidden;
}
.c_botinfo .c_botlink a {
  float: left;
  width: 30px;
  height: 26px;
}
.c_botinfo .c_botlink a.c_ll1 {
  background: url(img/botl1.png) no-repeat center;
}
.c_botinfo .c_botlink a.c_ll1:hover {
  background-image: url(img/botl1h.png);
}
.c_botinfo .c_botlink a.c_ll2 {
  background: url(img/botl2.png) no-repeat center;
}
.c_botinfo .c_botlink a.c_ll2:hover {
  background-image: url(img/botl2h.png);
}
.c_back2 {
  background: url(img/back2.png) no-repeat center bottom;
}
.c_abtoutit {
  color: #363636;
  font-size: 26px;
  line-height: 1.2;
  background: url(img/xixian.png) no-repeat center bottom;
  text-align: center;
  padding-bottom: 30px;
}
.c_aboutind {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-align: center;
  padding: 20px 0 0;
}
.c_aboutind a{color: #333;}
.c_aboutind a:hover{color: #003586;}
.yuand {
  overflow: hidden;
  padding: 60px 0;
}
.yuand div {
  float: left;
  width: 25%;
  text-align: center;
}
.yuand div .day {
  width: 124px;
  height: 125px;
  display: block;
  margin: 0 auto;
  background: url(_blank) no-repeat center top;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.yuand div .day:hover {
  background-position: center bottom;
}
.yuand div .day.dd1 {
  background-image: url(img/lm1.png);
}
.yuand div .day.dd2 {
  background-image: url(img/lm2.png);
}
.yuand div .day.dd3 {
  background-image: url(img/lm3.png);
}
.yuand div .day.dd4 {
  background-image: url(img/lm4.png);
}
.yuand div h2 {
  font-size: 20px;
  font-weight: normal;
  padding: 15px 0 0;
}
.yuand div h2 a {
  display: block;
  text-align: center;
  color: #363636;
}
.yuand div h2 a:hover {
  color: #c10000;
}
.yuand div em {
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #666;
  font-size: 16px;
}
.c_anjian {
  text-align: center;
}
.c_anjian a {
  display: inline-block;
  margin: 0 15px;
  height: 46px;
  line-height: 46px;
  width: 216px;
  text-align: center;
  font-size: 14px;
  color: #333;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  background: #dadada;
  -webkit-box-shadow: 0 0 15px #e7e7e7;
     -moz-box-shadow: 0 0 15px #e7e7e7;
          box-shadow: 0 0 15px #e7e7e7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_anjian a:hover {
  background: #1c4b93;
  -webkit-box-shadow: 0 0 15px #6885b4;
     -moz-box-shadow: 0 0 15px #6885b4;
          box-shadow: 0 0 15px #6885b4;
  color: #fff;
}
.c_back3 {
  background: url(img/back3.jpg) no-repeat center;
}
.c_tit1 {
  text-align: center;
}
.c_tit1 em {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #fff;
  font-family: "times new roman";
  font-weight: bold;
  text-transform: uppercase;
}
.c_tit1 h2 {
  font-size: 24px;
  font-weight: normal;
  background: url(img/cateback.png) no-repeat center;
  height: 80px;
  line-height: 80px;
}
.c_tit1 h2 a {
  color: #fff;
}
.c_tit1 h2 a:hover {
  color: #0066FF;
}
.c_tit2 {
  text-align: center;
}
.c_tit2 em {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #333;
  font-family: "times new roman";
  font-weight: bold;
  text-transform: uppercase;
}
.c_tit2 h2 {
  font-size: 24px;
  font-weight: normal;
  background: url(img/cateback.png) no-repeat center;
  height: 80px;
  line-height: 80px;
}
.c_tit2 h2 a {
  color: #333;
}
.c_tit2 h2 a:hover {
  color: #003586;
}
.c_cplist .hd {
  position: relative;
}
.c_cplist .hd a {
  position: absolute;
  height: 243px;
  width: 70px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 243px;
  background: #1c1c1c;
  top: 75px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_cplist .hd a:hover {
  background: #003586;
}
.c_cplist .hd a.next {
  right: 0;
}
.c_cplist .hd a.prev {
  left: 0;
}
.c_cplist .bd {
  overflow: hidden;
  width: 1035px;
  height: 502px;
  margin: 0 auto;
}
.c_cplist .bd .tempWrap {
  margin: 0 auto;
}
.c_cplist .bd li {
  float: left;
  width: 345px;
  margin: 75px 0 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_cplist .bd li a {
  display: block;
}
.c_cplist .bd li img {
  display: block;
  width: 100%;
  height: auto;
}
.c_cplist .bd li h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_cplist .bd li h3 a {
  display: block;
  color: #9b9b9b;
  text-align: center;
  line-height: 60px;
  height: 60px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_cplist .bd li h3 a:hover {
  color: #fff;
}
.c_cplist .bd li.active {
  margin-top: 0;
  position: relative;
}
.c_cplist .bd li.active a.c_datu {
  width: 555px;
  margin: 0 0 0 -102px;
}
.c_newslist ul{min-height: 250px;}
.c_newslist li {
  padding: 36px 0;
}
.c_newslist li .c_date {
  float: left;
  line-height: 1.6;
  padding: 10px 0 0;
}
.c_newslist li .c_date div {
  font-size: 22px;
  color: #000;
}
.c_newslist li .c_date div span {
  color: #1c4b93;
  font-weight: bold;
}
.c_newslist li .c_date em {
  display: block;
  color: #666;
  font-size: 14px;
}
.c_newslist li .c_tiu {
  float: left;
  margin-left: 25px;
}
.c_newslist li .c_tiu img {
  display: block;
}
.c_newslist li .c_tiu img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_newslist li .c_des {
  float: left;
  margin-left: 25px;
  width: 690px;
}
.c_newslist li .c_des h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_newslist li .c_des h3 a {
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.2;
}
.c_newslist li .c_des .c_moa {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 16px;
}
.c_newslist li .c_more {
  float: right;
  font-size: 14px;
  color: #666;
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin: 20px 0 0;
}
.c_newslist li:hover {
  background: #1c4b93;
}
.c_newslist li:hover .c_date div {
  color: #fff;
}
.c_newslist li:hover .c_date div span {
  color: #fff;
}
.c_newslist li:hover .c_date em {
  color: #fff;
}
.c_newslist li:hover .c_des h3 a {
  color: #fff;
}
.c_newslist li:hover .c_des .c_moa {
  color: #fff;
}
.c_newslist li:hover .c_more {
  background: #fff;
  color: #1c4b93;
}
.c_genduo {
  display: block;
  margin: 30px auto 0;
  width: 210px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  color: #fff;
  font-size: 14px;
  background: #1c4b93;
  text-align: center;
  -webkit-box-shadow: 0 0 15px #597aad;
     -moz-box-shadow: 0 0 15px #597aad;
          box-shadow: 0 0 15px #597aad;
}
.c_genduo:hover {
  background: #c10000;
  -webkit-box-shadow: 0 0 15px #ff8e8e;
     -moz-box-shadow: 0 0 15px #ff8e8e;
          box-shadow: 0 0 15px #ff8e8e;
}
.c_sbkk {
  position: relative;
  margin: 0 32px 0 90px;
  height: 100%;
}
.c_tabelcell {
  display: table-cell;
  vertical-align: middle;
}
.c_tabelcell h2 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
.c_tabelcell h2 a {
  color: #fff;
}
.c_tabelcell h2 a:hover {
  color: #003586;
}
.c_tabelcell .c_jies {
  text-align: center;
  color: #fff;
  padding: 0 30px;
  font-size: 14px;
}
.c_tabelcell em {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 15px 0 0;
}
.c_bantop {
  display: table;
  height: 50%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.c_bantop.backright {
  background: url(img/rightback.jpg) no-repeat center top;
}
.c_banbot {
  display: table;
  height: 50%;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.c_leftsan {
  position: absolute;
  width: 33.33%;
  height: 100%;
  background: url(img/leftback.jpg) no-repeat center top;
  left: 0;
  top: 0;
}
.c_midsan {
  position: absolute;
  width: 33.33%;
  height: 100%;
  background: #d0c49c;
  left: 33.33%;
  top: 0;
}
.c_midsan h2 {
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 50px;
  height: 50px;
}
.c_midsan h2 a {
  color: #fff;
}
.c_midsan h2 a:hover {
  color: #003586;
}
.c_midsan .c_jies {
  text-align: center;
  color: #fff;
  padding: 0 30px;
  font-size: 14px;
}
.c_midsan em {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  text-align: center;
  padding: 15px 0 0;
}
.c_midsan .babn {
  position: relative;
  height: 100%;
  background: #fff;
}
.c_midsan .babn .banxback {
  height: 50%;
  background: url(img/midback.jpg) no-repeat center bottom;
  width: 100%;
}
.c_midsan .babn em {
  display: block;
  color: #333;
  text-align: left;
  padding: 20px 30px 0;
  font-size: 15px;
}
.c_midsan .babn h2 {
  text-align: left;
  padding: 0 30px;
  line-height: 1.4;
}
.c_midsan .babn h2 a {
  color: #333;
  text-align: left;
}
.c_midsan .babn h2 a:hover {
  color: #003586;
}
.c_midsan .babn .c_balbiao {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333;
  font-size: 14px;
  padding: 0 30px;
}
.c_midsan .babn .c_more {
  display: block;
  color: #999;
  margin: 5px 0 0 30px;
}
.c_midsan .babn .c_more:hover {
  color: #003586;
}
.c_rightsan {
  position: absolute;
  width: 33.33%;
  height: 100%;
  background: #b9a282;
  right: 0;
  top: 0;
}
.c_pagebanner {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.c_pagebanner img {
  display: block;
  width: 1920px;
  height: 400px;
  left: 50%;
  top: 0;
  margin: 0 0 0 -960px;
  position: absolute;
}
.c_pagebanner div {
  position: absolute;
  width: 600px;
  left: 50%;
  top: 150px;
  margin: 0 0 0 -600px;
  color: #fff;
  font-size: 36px;
  line-height: 1.4;
}
.c_pagebanner div em {
  display: block;
  font-size: 44px;
  font-family: "times new roman";
  text-transform: uppercase;
}
.c_sublist {
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px #999;
     -moz-box-shadow: 0 2px 10px #999;
          box-shadow: 0 2px 10px #999;
  position: relative;
  z-index: 8;
  margin-top: -40px;
  background: #fff;
}
.c_sublist .hd {
  position: relative;
  height: 0;
  display: none;
  z-index: 7;
}
.c_sublist .hd a {
  display: block;
  position: absolute;
  width: 20px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #003586;
  font-size: 18px;
  top: 25px;
  font-family: "宋体";
}
.c_sublist .hd a:hover {
  background: #C10000;
}
.c_sublist .hd a.next {
  right: 0;
}
.c_sublist .hd a.prev {
  left: 0;
}
.c_sublist:hover .hd {
  display: block;
}
.c_sublist h2 {
  float: left;
  font-size: 18px;
  font-weight: normal;
  line-height: 80px;
  height: 80px;
}
.c_sublist h2 a {
  color: #333;
  display: block;
  text-align: center;
  border-right: 1px solid #dde4ef;
  -webkit-box-shadow: 0 0 30px #dde4ef;
     -moz-box-shadow: 0 0 30px #dde4ef;
          box-shadow: 0 0 30px #dde4ef;
  background: #fff no-repeat center bottom;
}
.c_sublist h2 a:before {
  content: '';
  width: 26px;
  height: 80px;
  vertical-align: top;
  background: url(img/dhlogo.png) no-repeat left center;
  display: inline-block;
}
.c_sublist h2:hover a {
  color: #003586;
  background-image: url(img/xiajian.png);
}
.c_sublist h2:hover a:before {
  background-image: url(img/dhlogo1.png);
}
.c_sublist h2.on a {
  color: #003586;
  background-image: url(img/xiajian.png);
}
.c_sublist h2.on a:before {
  background-image: url(img/dhlogo1.png);
}
.c_sublist.fen4-1 h2 {
  width: 25%;
}
.c_sublist.fen3-1 h2 {
  width: 33.33%;
}
.c_sublist.fen2-1 h2 {
  width: 50%;
}
.c_sublist.fen5-1 h2 {
  width: 20%;
}
.c_sublist.fen6-1 h2 {
  width: 16.66%;
}
.c_position {
  height: 60px;
  line-height: 60px;
  text-align: right;
  color: #999;
}
.c_position span {
  padding-left: 20px;
  background: url(img/fangzi.png) no-repeat left center;
}
.c_position a {
  color: #999;
}
.c_position a:hover {
  color: #003586;
}
.c_pagecont {
  min-height: 350px;
  padding: 30px 0 40px;
}
.c_pagecont img {
  max-width: 100%;
}
.c_sitemap {
  background: url(img/back2.png) no-repeat center bottom;
  margin-bottom: -20px;
  padding-bottom: 40px;
}
.c_links {
  text-align: center;
}
.c_links ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.c_links ul li {
  padding: 20px 0 0;
}
.c_links ul li a {
  display: block;
  min-width: 100px;
  padding: 0 10px;
  color: #333;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #003586;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
}
.c_links ul li a:hover {
  border-color: #c10000;
}
.c_links ul li.c_jifs {
  padding: 30px 0 10px;
}
.c_links ul li.c_jifs a {
  background: #003586;
  color: #fff;
}
.c_links ul li.c_jifs a:hover {
  background: #c10000;
}
.c_lxfs {
  text-align: center;
  padding: 40px 0;
}
.c_lxfs div {
  display: inline-block;
  -webkit-box-shadow: 0 0 15px #e6ebf3;
     -moz-box-shadow: 0 0 15px #e6ebf3;
          box-shadow: 0 0 15px #e6ebf3;
  margin: 0 18px;
  padding: 55px;
  width: 260px;
  height: 270px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  vertical-align: top;
}
.c_lxfs div em {
  display: block;
  width: 120px;
  height: 120px;
  -webkit-border-radius: 65px;
     -moz-border-radius: 65px;
          border-radius: 65px;
  background: #003586 no-repeat center;
  -webkit-box-shadow: 0 0 10px #003586;
     -moz-box-shadow: 0 0 10px #003586;
          box-shadow: 0 0 10px #003586;
  margin: 0 auto;
}
.c_lxfs div em.lx1 {
  background-image: url(img/lx1.png);
}
.c_lxfs div em.lx2 {
  background-image: url(img/lx2.png);
}
.c_lxfs div em.lx3 {
  background-image: url(img/lx3.png);
}
.c_lxfs div strong {
  display: block;
  font-size: 18px;
  line-height: 60px;
}
.c_lxfs div span {
  display: block;
  margin: 0 auto 20px;
  width: 36px;
  height: 5px;
  background: #003586;
}
.c_lxfs div:hover em {
  background-color: #c10000;
  -webkit-box-shadow: 0 0 15px #fcacac;
     -moz-box-shadow: 0 0 15px #fcacac;
          box-shadow: 0 0 15px #fcacac;
}
.c_lxfs div:hover span {
  background: #c10000;
}
.c_map {
  width: 1200px;
  height: 400px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.c_zxly {
  width: 620px;
  margin: 0 auto;
  background: #f9f9f9 url(img/liuyan.jpg) no-repeat left center;
  padding: 50px 50px 50px 530px;
}
.c_inpufje {
  height: 42px;
  line-height: 42px;
  margin-bottom: 20px;
}
.c_inpufje span {
  float: left;
  width: 90px;
  text-align: right;
  font-size: 14px;
  color: #333;
}
.c_inpufje em {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  width: 30px;
}
.c_inpufje em.ly1 {
  background: url(img/ly1.png) no-repeat center;
}
.c_inpufje em.ly2 {
  background: url(img/ly2.png) no-repeat center;
}
.c_inpufje div {
  margin-left: 100px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  background: #fff;
}
.c_inpufje div input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "微软雅黑";
  color: #999;
  font-size: 14px;
}
.c_teixja {
  line-height: 42px;
  margin-bottom: 20px;
}
.c_teixja span {
  float: left;
  width: 90px;
  text-align: right;
  font-size: 14px;
  color: #333;
}
.c_teixja em {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  width: 30px;
  background: url(img/ly3.png) no-repeat center;
}
.c_teixja div {
  margin-left: 100px;
  border: 1px solid #e5e5e5;
  padding: 5px 12px;
  background: #fff;
}
.c_teixja div textarea {
  display: block;
  width: 100%;
  height: 150px;
  line-height: 25px;
  font-family: "微软雅黑";
  color: #999;
  font-size: 14px;
  resize: none;
}
.c_yzne {
  height: 42px;
  line-height: 42px;
  margin-bottom: 40px;
}
.c_yzne span {
  float: left;
  width: 90px;
  text-align: right;
  font-size: 14px;
  color: #333;
}
.c_yzne em {
  display: inline-block;
  vertical-align: top;
  height: 42px;
  width: 30px;
  background: url(img/ly4.png) no-repeat center;
}
.c_yzne div {
  margin-left: 10px;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding: 0 12px;
  background: #fff;
  float: left;
  width: 200px;
}
.c_yzne div input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "微软雅黑";
  color: #999;
  font-size: 14px;
}
.c_yzne img {
  float: left;
  height: 40px;
  border: 1px solid #e5e5e5;
  margin: 0 15px;
  cursor: pointer;
}
.c_yzne a {
  color: #666;
  font-size: 14px;
}
.c_yzne a:hover {
  color: #f80;
}
.c_anjiu {
  overflow: hidden;
}
.c_anjiu a {
  float: right;
  height: 42px;
  line-height: 42px;
  width: 210px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-left: 100px;
  background: #003586;
}
.c_anjiu a:hover {
  background: #c10000;
}
.c_ckly .riqi {
  background: #eee;
  width: 290px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  text-align: center;
  color: #999;
  font-size: 12px;
  margin: 30px auto 0;
}
.liuy {
  overflow: hidden;
  margin-top: 20px;
}
.liuy img {
  float: left;
  margin-top: 10px;
}
.liuy .hua {
  margin-left: 100px;
  font-size: 14px;
}
.liuy .hua em {
  color: #003586;
  line-height: 40px;
  display: block;
}
.liuy .hua div {
  border: 1px solid #eaeaea;
  padding: 6px 12px;
}
.c_hui {
  overflow: hidden;
  margin-top: 20px;
}
.c_hui img {
  float: right;
  margin-top: 10px;
}
.c_hui .hua {
  margin-right: 100px;
  font-size: 14px;
}
.c_hui .hua em {
  color: #003586;
  line-height: 40px;
  display: block;
  text-align: right;
}
.c_hui .hua div {
  border: 1px solid #f8f8f8;
  padding: 6px 12px;
  background: #f8f8f8;
}
.c_zxzp ul {
  padding-bottom: 40px;
  min-height: 300px;
}
.c_zxzp li {
  border-top: 2px solid #fff;
}
.c_jobtit {
  overflow: hidden;
  background: #245297;
}
.c_jobtit div {
  float: left;
  width: 18%;
  padding: 0 1%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_job .c_jobtop {
  overflow: hidden;
  background: #f3f3f3;
}
.c_job .c_jobtop div {
  float: left;
  width: 18%;
  margin: 0 1%;
  text-align: center;
  color: #333;
  font-size: 16px;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_job .c_jobtop div.c_xj {
  background: url(img/xiaja.png) no-repeat right center;
}
.c_job .c_jobtop.on div.c_xj {
  background-image: url(img/xiaja1.png);
}
.c_job .c_jobtop:hover {
  background: #e3e3e3;
  cursor: pointer;
}
.c_job .c_jobbot {
  padding: 20px 60px 40px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  display: none;
}
.c_job .c_jijfsne {
  text-align: center;
}
.c_job .c_jijfsne a {
  display: inline-block;
  width: 120px;
  text-align: center;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  background: #003586;
  color: #fff;
  margin: 30px 15px 0;
}
.c_job .c_jijfsne a:hover {
  background: #c10000;
}
.ableft {
  float: left;
  width: 600px;
}
.ableft strong,
.ableft span,
.ableft em,
.ableft img {
  display: block;
}
.ableft strong {
  font-size: 32px;
  color: #003586;
  line-height: 2;
  padding: 20px 0 0;
}
.ableft em {
  font-family: "times new roman";
  color: #000;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 2;
}
.ableft span {
  font-size: 18px;
  line-height: 40px;
  padding: 15px 0 64px;
}
.ableft div {
  padding-left: 30px;
}
.c_xwzx {
  min-height: 300px;
  padding-bottom: 30px;
}
.c_tout {
  overflow: hidden;
  background: #f7f7f7;
}
.c_tout .tb {
  float: left;
  width: 160px;
  height: 160px;
  background: #c10000 url(img/dhtt.png) no-repeat center;
}
.c_tout .tb:hover {
  background-color: #003586;
}
.c_tout .c_dem {
  margin-left: 180px;
  margin-right: 20px;
}
.c_tout .c_dem h3 {
  font-size: 22px;
  line-height: 40px;
  padding: 15px 0 0;
}
.c_tout .c_dem h3 a {
  display: block;
  color: #c10000;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_tout .c_dem h3 a:hover {
  color: #003586;
}
.c_tout .c_dem .c_des {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.c_tout .c_dem .c_sji {
  font-size: 14px;
  color: #999;
  padding-left: 20px;
  background: url(img/date.png) no-repeat left center;
  margin: 5px 0 0;
}
.pnewslist {
  overflow: hidden;
  width: 1230px;
}
.pnewslist li {
  float: left;
  width: 380px;
  margin: 30px 28px 0 0;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0 0 10px #f3f3f3;
     -moz-box-shadow: 0 0 10px #f3f3f3;
          box-shadow: 0 0 10px #f3f3f3;
}
.pnewslist li a {
  display: block;
}
.pnewslist li img {
  display: block;
}
.pnewslist li .moa {
  padding: 0 25px 20px;
}
.pnewslist li h3 {
  font-size: 16px;
  font-weight: normal;
}
.pnewslist li h3 a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px solid #e5e5e5;
}
.pnewslist li .c_des {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin: 10px 0 0;
}
.pnewslist li .c_desf {
  overflow: hidden;
  padding: 10px 0 0;
}
.pnewslist li .c_desf span {
  float: right;
  font-size: 12px;
  color: #999;
  padding-left: 20px;
  background: url(img/date.png) no-repeat left center;
  height: 20px;
  line-height: 20px;
}
.pnewslist li .c_desf a {
  display: block;
  background: url(img/jiatou.png) no-repeat center;
  width: 26px;
  height: 20px;
}
.pnewslist li:hover {
  background: #003586;
}
.pnewslist li:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.pnewslist li:hover h3 a {
  color: #fff;
}
.pnewslist li:hover .c_des {
  color: #fff;
}
.pnewslist li:hover .c_desf span {
  color: #fff;
  background-image: url(img/date1.png);
}
.pnewslist li:hover .c_desf a {
  background-image: url(img/jiatou1.png);
}
.c_tjit {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.c_textinfo {
  overflow: hidden;
  font-size: 12px;
  color: #999;
  height: 20px;
  line-height: 20px;
  padding: 18px 0;
  border-bottom: 2px solid #e5e5e5;
}
.c_textinfo img {
  vertical-align: middle;
}
.c_textinfo a {
  color: #999;
}
.c_textinfo a:hover {
  color: #003586;
}
.c_textinfo .c_jihi {
  padding-left: 20px;
  background: url(img/date.png) no-repeat left center;
  padding-right: 20px;
}
.c_textinfo .c_llcs {
  padding-left: 26px;
  background: url(img/liul.png) no-repeat left center;
}
.c_textinfo .c_fxd {
  float: right;
}
.c_textinfo .c_fxd .bdsharebuttonbox {
  display: inline-block;
  vertical-align: top;
}
.c_textinfo .c_fxd .bdsharebuttonbox a {
  float: left;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0 0 0 5px;
  background: url(img/fxan.png);
}
.c_textinfo .c_fxd .bdsharebuttonbox .bds_sqq {
  background-position: left top;
}
.c_textinfo .c_fxd .bdsharebuttonbox .bds_sqq:hover {
  background-position: left bottom;
}
.c_textinfo .c_fxd .bdsharebuttonbox .bds_tsina {
  background-position: center top;
}
.c_textinfo .c_fxd .bdsharebuttonbox .bds_tsina:hover {
  background-position: center bottom;
}
.c_textinfo .c_fxd .bdsharebuttonbox .bds_weixin {
  background-position: right top;
}
.c_textinfo .c_fxd .bdsharebuttonbox .bds_weixin:hover {
  background-position: right bottom;
}
.c_textcont {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  padding: 30px 0;
  min-height: 300px;
  border-bottom: 1px solid #e5e5e5;
}
.c_xgtj {
  padding: 40px 0 0;
}
.c_xgtj .c_tjtt {
  background: url(img/xgtj.png) no-repeat left center;
  height: 61px;
  margin: 0 0 15px;
}
.c_xgtj ul {
  overflow: hidden;
  width: 1260px;
}
.c_xgtj ul li {
  float: left;
  width: 580px;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin: 0 40px 0 0;
}
.c_xgtj ul li span {
  float: right;
  font-size: 14px;
  color: #666;
}
.c_xgtj ul li h3 {
  font-weight: normal;
  margin-right: 100px;
  font-size: 16px;
}
.c_xgtj ul li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #666;
  padding-left: 26px;
  background: url(img/dhlogo.png) no-repeat left center;
}
.c_xgtj ul li h3 a:hover {
  color: #003586;
  background-image: url(img/dhlogo1.png);
}
.c_cpzs {
  overflow: hidden;
}
.c_cpzs ul {
  overflow: hidden;
  width: 1240px;
  padding-bottom: 30px;
  min-height: 300px;
}
.c_cpzs ul li {
  float: left;
  width: 380px;
  margin: 30px 27px 0 0;
  border: 1px solid #ddd;
}
.c_cpzs ul li a {
  display: block;
}
.c_cpzs ul li img {
  display: block;
}
.c_cpzs ul li img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c_cpzs ul li h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_cpzs ul li h3 a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
  background: #003586;
  padding: 0 20px;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.c_cpzs ul li h3 a:hover {
  background: #c10000;
}
.c_gclist {
  overflow: hidden;
}
.c_gclist ul {
  overflow: hidden;
  width: 1280px;
  min-height: 300px;
}
.c_gclist ul li {
  float: left;
  width: 370px;
  margin: 0 45px 30px 0;
}
.c_gclist ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.c_gclist ul li img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c_gclist ul li a {
  display: block;
}
.c_gclist ul li .c_moa {
  padding: 10px 20px;
  border: 1px solid #e7e7e7;
  border-top: none;
}
.c_gclist ul li h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_gclist ul li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
}
.c_gclist ul li .c_des {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin: 5px 0 0;
  position: relative;
}
.c_gclist ul li .c_des .gends {
  position: absolute;
  background: #fff url(img/jiatou.png) no-repeat center;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
}
.c_gclist ul li:hover {
  background: #003586;
}
.c_gclist ul li:hover .c_moa {
  border-color: #003586;
}
.c_gclist ul li:hover .c_des {
  color: #fff;
}
.c_gclist ul li:hover .c_des .gends {
  background: #003586 url(img/jiatou1.png) no-repeat center;
}
.c_gclist ul li:hover h3 a {
  color: #fff;
}
.c_about {
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.c_about a{color: #333;}
.c_about a:hover{color: #003586;}
.c_rongy {
  overflow: hidden;
}
.c_rongy ul {
  overflow: hidden;
  width: 1260px;
}
.c_rongy .hd{position: relative;z-index: 9;}
.c_rongy .hd a{position: absolute;font-size: 30px;font-family: "宋体";color: #fff;width: 30px;text-align: center;height: 40px;line-height: 40px;top: 80px;background: #003586;}
.c_rongy .hd a.next{right: 0;}
.c_rongy .hd a.prev{left: 0;}
.c_rongy .hd a:hover{background: #fc0;}
.c_rongy .hd ul{display: none;}
.c_pagecont .c_rongy ul li{
	width: 375px;
	margin-right: 37px;
}
.c_rongy ul li {
  float: left;
  width: 290px;
  margin: 0 16px 30px 0;
}
.c_rongy ul li a {
  display: block;
}
.c_rongy ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.c_rongy ul li img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c_rongy ul li h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_rongy ul li h3 a {
  display: block;
  padding: 0 12px;
  line-height: 58px;
  height: 58px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
  text-align: center;
  border-bottom: 4px solid #e7e7e7;
}
.c_rongy ul li h3 a:hover {
  color: #003586;
  border-color: #003586;
}
.c_fzlc {
  margin-top: 40px;
}
.c_fzlc .hd {
  position: relative;
}
.c_fzlc .hd a {
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(img/yuanj.png) no-repeat;
  top: 165px;
}
.c_fzlc .hd a.next {
  background-position: right top;
  right: 0;
}
.c_fzlc .hd a.next:hover {
  background-position: right bottom;
}
.c_fzlc .hd a.prev {
  background-position: left top;
  left: 0;
}
.c_fzlc .hd a.prev:hover {
  background-position: left bottom;
}
.c_fzlc .bd {
  background: url(img/xijian.jpg) repeat-x center;
  margin: 0 30px;
}
.c_fzlc .bd li {
  width: 25%;
  float: left;
  position: relative;
  padding-top: 220px;
}
.c_fzlc .bd li .c_yin {
  background: #f8f8f8;
  height: 135px;
}
.c_fzlc .bd li .c_yin:hover .nf {
  background: #003586;
  color: #fff;
}
.c_fzlc .bd li .c_yin:hover .nf span {
  border-bottom-color: #003586;
}
.c_fzlc .bd li .c_yin:hover .nf em {
  background: #003586;
}
.c_fzlc .bd li .nf {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  background: #eee;
  position: relative;
}
.c_fzlc .bd li .nf span {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 10px solid #eee;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  top: -10px;
  left: 133px;
}
.c_fzlc .bd li .nf em {
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  background: #eee;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  left: 136px;
  top: -50px;
}
.c_fzlc .bd li .jiesao {
  padding: 10px 15px;
}
.c_fzlc .bd li .jiesao .neik {
  line-height: 25px;
  height: 75px;
  overflow-y: auto;
  font-size: 14px;
  color: #666;
  width: 255px;
}
.c_fzlc .bd li.odd .c_yin {
  position: absolute;
  top: 0;
  left: 0;
}
.c_fzlc .bd li.odd .c_yin .nf {
  position: absolute;
  width: 100%;
  left: 0;
  top: 95px;
}
.c_fzlc .bd li.odd .c_yin .nf span {
  top: auto;
  bottom: -10px;
  border-top: 10px solid #eee;
  border-bottom: none;
}
.c_fzlc .bd li.odd .c_yin .nf em {
  top: auto;
  bottom: -50px;
}
.c_fzlc .bd li.odd .c_yin:hover .nf span {
  border-top-color: #003586;
}
.c_zxzpji{display:none;}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
@media screen and (max-width: 1200px) {
  .w1200 {
    width: auto;
  }
  .topkk {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .pages {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .pages .c_top {
    padding: 10px 10px;
  }
  .c_top {
    height: 32px;
    line-height: 32px;
    padding: 10px 10px;
    z-index: 99;
  }
  .c_top .c_rencai {
    padding: 0 10px 0 26px;
    background-position: 12px center;
    width: 3px;
    height: 32px;
  }
  .c_top .c_rencai span {
    display: none;
  }
  .c_top .c_list {
    display: block;
    height: 32px;
    width: auto;
    float: right;
  }
  .c_top .c_logo {
    width: 196px;
  }
  .c_top .c_logo img {
    display: block;
    width: 100%;
  }
  .c_top .erweima {
    display: none;
  }
  .c_topnav {
    margin: 0;
    height: -webkit-calc(100% - 82px);
    height: -moz-calc(100% - 82px);
    height: calc(100% - 82px);
    position: fixed;
    left: 0;
    top: 52px;
    width: 100%;
    background: #eee;
    padding: 15px 0;
    overflow-y: auto;
    display: none;
  }
  .c_topnav li {
    float: none;
    width: auto;
    height: auto;
    position: relative;
  }
  .c_topnav li em {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 34px;
  }
  .c_topnav li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    height: auto;
    border: none;
    padding: 5px 10px;
  }
  .c_topnav li .c_submenu {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .c_leftmenu {
    display: none;
  }
  .c_rightbian {
    display: none;
  }
  .c_banner {
    display: none;
  }
  .c_sjbanner{
    display: block;
  }
  .c_footer {
    font-size: 12px;
    padding: 10px 12px;
    background: #292a2d;
  }
  .c_botlx {
    border-right: none;
    float: none;
  }
  .c_botlx div {
    float: none;
    padding: 0 0 10px;
    line-height: 28px;
  }
  .c_botlx div img {
    vertical-align: top;
  }
  .c_botlx div em {
    display: inline-block;
    padding-bottom: 0;
  }
  .c_botnav {
    display: none;
  }
  .c_youlink {
    display: none;
  }
  .c_gjz {
    display: none;
  }
  .c_abtoutit {
    font-size: 20px;
    padding: 30px 10px 15px;
  }
  .c_aboutind {
    line-height: 25px;
    height: 75px;
    padding: 20px 10px 0;
  }
  .yuand {
    padding: 0 0 30px;
  }
  .yuand div {
    float: left;
    width: 50%;
    margin: 20px 0 0;
  }
  .yuand div .day{
    width: 100px;
    height: 100px;
    background-size: 100% auto;
  }
  .yuand div h2 {
    font-size: 18px;
  }
  .yuand div em {
    font-size: 12px;
  }
  .c_anjian {
    padding-bottom: 30px;
  }
  .c_anjian a {
    margin: 0 5px;
    height: 36px;
    line-height: 36px;
    width: 120px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
  }
  .c_back3 {
    background: url(img/back3.jpg) no-repeat center bottom / auto 100%;
    padding: 30px 12px;
    min-height: 400px;
  }
  .c_tit1 em {
    font-size: 18px;
  }
  .c_tit1 h2 {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
  }
  .c_tit2 {
    text-align: center;
    padding: 30px 0 20px;
  }
  .c_tit2 em {
    font-size: 18px;
  }
  .c_tit2 h2 {
    font-size: 24px;
    height: 40px;
    line-height: 40px;
  }
  .c_cplist .hd {
    display: none;
  }
  .c_cplist .bd {
    overflow: hidden;
    width: auto;
    height: auto;
  }
  .c_cplist .bd li {
    width: 48%;
    margin: 20px 1% 0;
  }
  .c_cplist .bd li h3 {
    font-size: 16px;
  }
  .c_cplist .bd li h3 a {
    height: 30px;
    line-height: 30px;
  }
  .c_newslist {
    padding-bottom: 30px;
  }
  .c_newslist li {
    padding: 10px 12px;
  }
  .c_newslist li .c_date {
    float: none;
    padding: 0 0 10px;
  }
  .c_newslist li .c_date div {
    font-size: 18px;
  }
  .c_newslist li .c_date em {
    font-size: 12px;
  }
  .c_newslist li .c_tiu {
    float: left;
    margin-left: 0;
  }
  .c_newslist li .c_des {
    float: none;
    margin-left: 174px;
    width: auto;
  }
  .c_newslist li .c_des h3 {
    font-size: 16px;
  }
  .c_newslist li .c_more {
    display: none;
  }
  .c_sbkk {
    position: relative;
    margin: 0;
    height: auto;
  }
  .c_tabelcell {
    padding: 15px 0;
    display: block;
  }
  .c_tabelcell h2 {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
  .c_tabelcell .c_jies {
    padding: 0 12px;
    font-size: 14px;
  }
  .c_tabelcell em {
    font-size: 12px;
    padding: 0;
  }
  .c_bantop {
    height: auto;
    position: static;
    width: auto;
  }
  .c_bantop.backright {
    background: #003586;
    display: block;
  }
  .c_banbot {
    display: block;
    height: auto;
    position: static;
    width: auto;
  }
  .c_leftsan {
    position: static;
    width: auto;
    height: auto;
  }
  .c_midsan {
    position: static;
    width: auto;
    height: auto;
  }
  .c_midsan h2 {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
  }
  .c_midsan .c_jies {
    padding: 0 12px;
  }
  .c_midsan em {
    font-size: 12px;
    padding: 0;
  }
  .c_midsan .babn {
    position: relative;
    height: auto;
    background: #fff;
  }
  .c_midsan .babn .banxback {
    height: auto;
    width: auto;
  }
  .c_midsan .babn em {
    padding: 15px 12px 0;
    font-size: 12px;
  }
  .c_midsan .babn h2 {
    padding: 0 12px;
  }
  .c_midsan .babn .c_balbiao {
    padding: 0 12px;
  }
  .c_midsan .babn .c_more {
    margin: 5px 0 0 12px;
  }
  .c_rightsan {
    position: static;
    width: auto;
    height: auto;
    background: #b9a282;
  }
  .c_botinfo .c_botlink {
    display: none;
  }
  .c_pagebanner {
    height: 160px;
    margin-top: 52px;
  }
  .c_pagebanner img {
    top: 50%;
    margin: -200px 0 0 -960px;
  }
  .c_pagebanner div {
    width: auto;
    left: 20px;
    top: 40px;
    margin: 0;
    font-size: 26px;
  }
  .c_pagebanner div em {
    font-size: 14px;
  }
  .c_sublist {
    display: none;
  }
  .c_position {
    display: none;
  }
  .c_pagecont {
    padding: 20px 12px;
  }
  .c_sitemap {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .c_sitemap div center {
    display: none;
  }
  .c_links {
    text-align: center;
  }
  .c_links ul {
    display: block;
    margin: 0;
  }
  .c_links ul li {
    padding: 10px 0 0;
    float: left;
    margin: 0 10px 0 0;
  }
  .c_links ul li a {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    min-width: 70px;
  }
  .c_links ul li.c_jifs {
    padding: 20px 0 10px;
    float: none;
    clear: both;
    width: 100px;
  }
  .c_links ul li.c_jifs a {
    background: #003586;
    color: #fff;
  }
  .c_links ul li.c_jifs a:hover {
    background: #c10000;
  }
  .c_lxfs {
    padding: 20px 0;
  }
  .c_lxfs div {
    display: block;
    margin: 12px 0 0;
    padding: 15px;
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 14px;
  }
  .c_lxfs div em {
    display: block;
    width: 60px;
    height: 60px;
  }
  .c_lxfs div strong {
    line-height: 40px;
  }
  .c_lxfs div span {
    margin: 0 auto 5px;
  }
  .c_map {
    width: auto;
    height: 200px;
  }
  .c_zxly {
    width: auto;
    background: none;
    padding: 0;
  }
  .c_inpufje {
    height: auto;
  }
  .c_inpufje span {
    float: none;
    display: block;
    text-align: left;
  }
  .c_inpufje div {
    margin-left: 0;
  }
  .c_teixja {
    height: auto;
  }
  .c_teixja span {
    float: none;
    display: block;
    text-align: left;
  }
  .c_teixja div {
    margin-left: 0;
  }
  .c_yzne {
    height: auto;
    overflow: hidden;
  }
  .c_yzne span {
    float: none;
    display: block;
    text-align: left;
  }
  .c_yzne div {
    margin-left: 0;
    float: left;
    width: 100px;
  }
  .c_yzne img {
    float: left;
    height: 40px;
    border: 1px solid #e5e5e5;
    margin: 0 15px;
    cursor: pointer;
  }
  .c_yzne a {
    display: none;
  }
  .c_anjiu {
    overflow: hidden;
    text-align: center;
  }
  .c_anjiu a {
    float: none;
    display: inline-block;
    width: 100px;
    margin: 0 10px;
  }
  .liuy {
    margin-top: 10px;
  }
  .liuy img {
    width: 50px;
  }
  .liuy .hua {
    margin-left: 60px;
  }
  .c_hui {
    margin-top: 10px;
  }
  .c_hui img {
    width: 50px;
  }
  .c_hui .hua {
    margin-right: 60px;
  }
  .c_zxzp ul {
    padding-bottom: 20px;
    min-height: 200px;
  }
  .c_jobtit div {
    width: 48%;
    font-size: 14px;
    line-height: 40px;
  }
  .c_jobtit div.c_sl {
    display: none;
  }
  .c_job .c_jobtop div {
    width: 48%;
    font-size: 13px;
    line-height: 40px;
  }
  .c_job .c_jobtop div.c_xj {
    background: none;
  }
  .c_job .c_jobtop div.c_sl {
    display: none;
  }
  .c_job .c_jobtop.on div.c_xj {
    background-image: none;
  }
  .c_job .c_jobbot {
    padding: 20px 15px;
    font-size: 13px;
    line-height: 26px;
  }
  .c_job .c_jijfsne a {
    width: 100px;
    font-size: 14px;
    margin: 15px 5px 0;
  }
  .c_job .c_jijfsne a:last-child {
    display: none;
  }
  .ableft {
    float: none;
    width: auto;
    text-align: center;
  }
  .ableft img {
    display: inline-block;
  }
  .ableft div {
    padding-left: 0;
  }
  .c_tout .tb {
    width: 80px;
    height: 80px;
    -moz-background-size: auto 80%;
      -o-background-size: auto 80%;
         background-size: auto 80%;
  }
  .c_tout .c_dem {
    margin-left: 90px;
    margin-right: 15px;
  }
  .c_tout .c_dem h3 {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
  }
  .c_tout .c_dem .c_des {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .c_tout .c_dem .c_sji {
    margin: 0;
  }
  .pnewslist {
    width: auto;
    margin: 0 -5px;
  }
  .pnewslist li {
    width: 48%;
    margin: 20px 1% 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pnewslist li img {
    width: 100%;
    height: auto;
  }
  .pnewslist li .moa {
    padding: 0 10px 10px;
  }
  .pnewslist li h3 {
    font-size: 14px;
  }
  .pnewslist li h3 a {
    height: 35px;
    line-height: 35px;
  }
  .pnewslist li .c_des {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
  }
  .pnewslist li .c_desf {
    overflow: hidden;
    padding: 10px 0 0;
  }
  .pnewslist li .c_desf span {
    float: right;
    font-size: 12px;
    color: #999;
    padding-left: 20px;
    background: url(img/date.png) no-repeat left center;
    height: 20px;
    line-height: 20px;
  }
  .pnewslist li .c_desf a {
    display: block;
    background: url(img/jiatou.png) no-repeat center;
    width: 26px;
    height: 20px;
  }
  .pnewslist li:hover {
    background: #003586;
  }
  .pnewslist li:hover img {
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
  .pnewslist li:hover h3 a {
    color: #fff;
  }
  .pnewslist li:hover .c_des {
    color: #fff;
  }
  .pnewslist li:hover .c_desf span {
    color: #fff;
    background-image: url(img/date1.png);
  }
  .pnewslist li:hover .c_desf a {
    background-image: url(img/jiatou1.png);
  }
  .c_tjit {
    font-size: 16px;
  }
  .c_textinfo {
    padding: 10px 0;
  }
  .c_textinfo .c_fxd {
    display: none;
  }
  .c_textinfo em {
    display: none;
  }
  .c_textcont {
    padding: 20px 0;
  }
  .c_xgtj {
    padding: 20px 0 0;
  }
  .c_xgtj ul {
    width: auto;
  }
  .c_xgtj ul li {
    float: none;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0;
  }
  .c_xgtj ul li h3 {
    font-size: 14px;
  }
  .c_cpzs ul {
    width: auto;
  }
  .c_cpzs ul li {
    float: left;
    width: 48%;
    margin: 20px 1% 0;
    box-sizing: border-box;
  }
  .c_cpzs ul li img {
    width: 100%;
    height: auto;
  }
  .c_cpzs ul li h3 {
    font-size: 14px;
  }
  .c_cpzs ul li h3 a {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
  }
  .c_gclist ul {
    width: auto;
  }
  .c_gclist ul li {
    width: 48%;
    margin: 0 1% 20px;
  }
  .c_gclist ul li .c_moa {
    padding: 5px 10px;
  }
  .c_gclist ul li h3 {
    font-size: 14px;
  }
  .c_gclist ul li .c_des {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
    margin: 0;
  }
  .c_gclist ul li .c_des .gends {
    display: none;
  }
  .c_about {
    font-size: 14px;
    line-height: 26px;
  }
  .c_about img {
    width: 100%;
    height: auto;
  }
  .c_rongy ul {
  width: auto;
}
.c_pagecont .c_rongy ul li{
  width: 48%;
  margin: 20px 1% 0;
}
.c_rongy ul li {
  width: 48%;
  margin: 20px 1% 0;
}
.c_rongy ul li img {
  width:100%;
  height:auto;
}
.c_rongy .hd{display: none;}
.c_zxzpji{display:block;width:200px;text-align:center;background:#003586;color:#fff;height:46px;line-height:46px;border-radius:28px;margin: 20px auto;font-size:14px;}
.c_zxzpji:hover{background:#c10000;}
.c_fzlc {
  margin-top: 20px;
}
.c_fzlc .hd {
  display: none;
}
.c_fzlc .bd {
  background: url(img/xijian.jpg) repeat-x center;
  margin: 0 30px;
}
.c_fzlc .bd li {
  width: auto;
  float: none;
  padding-top: 20px;
}
.c_fzlc .bd li .c_yin {
  height: auto;
}
.c_fzlc .bd li .nf {
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 16px;
  padding: 0 15px;
}
.c_fzlc .bd li .nf span {
  display: none;
}
.c_fzlc .bd li .nf em {
  display: none;
}
.c_fzlc .bd li .jiesao .neik {
  height: auto;
  width: auto;
}
.c_fzlc .bd li.odd .c_yin {
  position: relative;
}
.c_fzlc .bd li.odd .c_yin .nf {
  position: relative;
  top: 0;
}


}



/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/

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