@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: 475px;
}
/*首页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: 475px;
}
.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 6px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  background: url(../images/yuandian.png) no-repeat left center;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #009fed;
}
.cg_banner .hd ul li.on {
  background-position: right center;
  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: 32px;
  line-height: 32px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 32px;
  line-height: 32px;
}
.sub_updown div a {
  display: block;
  color: #333;
  height: 32px;
  line-height: 32px;
}
.sub_updown div a[href]:hover {
  color: #e82125;
}
.sub_updown div a[href]:hover span {
  background: #e82125;
}
.sub_updown span {
  display: block;
  float: left;
  background: #257dc7;
  color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-right: 10px;
  height: 32px;
  line-height: 32px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 10px;
  margin: 0px 3px;
  background: #0571d0;
  color: #fff;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.ql_fenye a {
  color: #fff;
}
.ql_fenye a[href]:hover {
  background: #c80012;
}
.ql_fenye span {
  background: #c80012;
}
/*选中需要全部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(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.c_header {
  padding: 15px 0 0;
  position: relative;
  z-index: 999;
}
.c_logo {
  float: left;
  margin-top: 8px;
}
.c_logo img {
  display: block;
}
.c_topright {
  float: right;
}
.c_topright .c_toptex {
  float: right;
  clear: both;
  font-size: 22px;
  color: #f6a314;
  font-weight: bold;
  padding-left: 120px;
  background: url(../images/dianhua.png) no-repeat left 5px;
}
.c_topright .c_topnav {
  float: right;
  clear: both;
  padding-top: 10px;
}
.c_topright .c_topnav ul li {
  float: left;
  padding: 0 0 15px 20px;
  background: url(../images/shuxian.png) no-repeat 10px 7px;
}
.c_topright .c_topnav ul li.c_ff {
  background: none;
}
.c_topright .c_topnav ul li a {
  font-size: 15px;
  color: #333;
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px;
}
.c_topright .c_topnav ul li a:hover {
  background: #009fed;
  color: #fff;
}
.c_topright .c_topnav ul li a.on {
  background: #009fed;
  color: #fff;
}
.c_topright .c_topnav ul li .c_erji {
  position: absolute;
  width: 100%;
  left: 0;
  top: 126px;
  background: url(../images/bantou.png);
  text-align: center;
  display: none;
  padding: 15px 0;
}
.c_topright .c_topnav ul li .c_erji a {
  display: inline-block;
  font-size: 14px;
  height: 22px;
  line-height: 22px;
}
.c_topright .c_topnav ul li .c_erji a.on {
  background: none;
  color: #009fed;
}
.c_topright .c_topnav ul li .c_erji a:hover {
  background: none;
  color: #009fed;
}
.c_topright .c_topnav ul li:hover .c_erji {
  display: block;
}
.c_footer {
  background: #eee;
  padding: 40px 0 0;
}
.c_erwei {
  background: url(../images/boterwei.png) no-repeat;
  padding: 163px 0 0 153px;
  float: left;
}
.c_erwei a {
  display: block;
  background: url(../images/yuanjiao.png) no-repeat center;
  width: 99px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.c_erwei a:hover {
  color: #F6A314;
}
.c_botit {
  font-size: 18px;
  background: url(../images/hengxian.jpg) no-repeat left bottom;
  padding-bottom: 12px;
}
.c_botit a {
  color: #2376bb;
}
.c_botit a em {
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  top: 2px;
  padding: 0 0 0 10px;
}
.c_botit a[href]:hover {
  color: #F6A314;
}
.c_botlx {
  padding: 0 0 0 130px;
  float: left;
}
.c_botnav {
  float: right;
  width: 360px;
}
.c_ziji {
  font-size: 14px;
  color: #333;
  line-height: 36px;
  padding: 15px 0 0;
}
.c_ziji strong {
  font-size: 18px;
  color: #ffae21;
}
.c_ziji a {
  color: #333;
  float: left;
  width: 80px;
}
.c_ziji a:hover {
  color: #0066FF;
}
.c_botlx {
  float: left;
}
.c_gjz {
  border-top: 1px solid #e5e5e5;
  margin-top: 35px;
  font-size: 14px;
  color: #6c6c6c;
  text-align: center;
  padding: 15px 30px 10px;
}
.c_botxx {
  font-size: 14px;
  color: #6c6c6c;
  text-align: center;
  padding-bottom: 10px;
}
.c_botxx a {
  color: #6c6c6c;
}
.c_botxx a:hover {
  color: #333;
}
.c_botxx img {
  vertical-align: middle;
}
.c_indexcp {
  padding: 60px 0;
}
.c_indexcp .hd {
  float: left;
  position: relative;
  z-index: 9;
}
.c_indexcp .hd .c_cpcate {
  background: url(../images/cpback.jpg) no-repeat;
  width: 222px;
  font-size: 30px;
  line-height: 1.5;
  padding: 25px 15px;
}
.c_indexcp .hd .c_cpcate a {
  color: #fff;
}
.c_indexcp .hd .c_cpcate a:hover {
  color: #f90;
}
.c_indexcp .hd .c_cpcate em {
  font-size: 24px;
  font-family: "times new roman";
  text-transform: uppercase;
  color: #b3c6ef;
  display: block;
  font-weight: normal;
}
.c_indexcp .hd ul {
  border-left: 7px solid #257dc7;
  border-right: 2px solid #257dc7;
  border-bottom: 2px solid #257dc7;
  width: 243px;
}
.c_indexcp .hd ul li {
  padding: 5px 0;
}
.c_indexcp .hd ul li h2 {
  font-size: 18px;
  font-weight: normal;
  background: url(../images/xixian.png) no-repeat center bottom;
}
.c_indexcp .hd ul li h2 a {
  display: block;
  color: #333;
  width: 152px;
  height: 52px;
  line-height: 52px;
  padding: 0 50px;
}
.c_indexcp .hd ul li.on a {
  background: url(../images/lmxz.png) no-repeat;
  color: #fff;
}
.c_indexcp .bd {
  overflow: hidden;
  float: right;
  width: 939px;
}
.c_indexcp .bd ul {
  overflow: hidden;
  height: 505px;
}
.c_indexcp .bd ul li {
  float: left;
  margin: 0 0 21px 26px;
}
.c_indexcp .bd ul li .c_tu {
  display: block;
  border: 1px solid #eef4f9;
}
.c_indexcp .bd ul li .c_tu:hover {
  border-color: #2376BB;
}
.c_indexcp .bd ul li h3 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.c_indexcp .bd ul li h3 a {
  display: block;
  color: #333;
  height: 42px;
  line-height: 42px;
  background: #e7e7e7;
  border-bottom: 3px solid #cecece;
}
.c_indexcp .bd ul li h3:hover a {
  background: #4191d5;
  border-color: #f4a315;
  color: #fff;
}
.c_indexanli {
  background: url(../images/anliback.jpg) no-repeat center top;
  padding: 45px 0;
}
.c_indexanli h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
}
.c_indexanli h2 a {
  color: #333;
  background: url(../images/jiangex.png) no-repeat center;
  padding: 0 150px;
}
.c_indexanli h2 a:hover {
  color: #f90;
}
.c_indexanli h2 em {
  font-weight: normal;
  font-size: 14px;
  color: #257dc7;
  display: block;
  text-transform: uppercase;
}
.c_anliqie .hd {
  position: relative;
  height: 20px;
}
.c_anliqie .hd a {
  font-family: "宋体";
  font-size: 70px;
  color: #257dc7;
  font-weight: bold;
  line-height: 80px;
  width: 50px;
  position: absolute;
  text-align: center;
  top: 105px;
}
.c_anliqie .hd a:hover {
  color: #f90;
}
.c_anliqie .hd a.next {
  right: -60px;
}
.c_anliqie .hd a.prev {
  left: -60px;
}
.c_anliqie .bd {
  overflow: hidden;
}
.c_anliqie .bd ul {
  overflow: hidden;
}
.c_anliqie .bd ul li {
  float: left;
  margin: 0 5px;
  background: #fff;
}
.c_anliqie .bd ul li .c_tis {
  display: block;
}
.c_anliqie .bd ul li .c_tis img {
  display: block;
}
.c_anliqie .bd ul li .c_tis img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_anliqie .bd ul li h3 {
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.c_anliqie .bd ul li h3 a {
  display: block;
  color: #333;
}
.c_anliqie .bd ul li:hover h3 {
  font-weight: bold;
}
.c_anliqie .bd ul li:hover h3 a {
  padding: 15px 0 62px;
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #257dc7 url(../images/diand.png) no-repeat center 70px;
  color: #fff;
}
.c_floor3 {
  padding: 50px 0;
}
.c_indexabout {
  float: left;
  width: 462px;
  padding: 10px 0 0;
}
.c_indexabout h2 {
  background: url(../images/indexabout.jpg) no-repeat;
  width: 462px;
  height: 264px;
  position: relative;
}
.c_indexabout h2 a {
  display: block;
  background: url(../images/gywm.png) no-repeat center top;
  width: 120px;
  height: 30px;
  position: absolute;
  top: 200px;
  left: 36px;
}
.c_indexabout h2 a:hover {
  background-position: center bottom;
}
.c_indexabout .c_aboutzi {
  font-size: 14px;
  color: #333;
  overflow: hidden;
  padding: 10px 0 0;
}
.c_indexabout .c_aboutzi a.dazi {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #1d69aa;
  line-height: 2.4;
}
.c_indexabout .c_aboutzi a.dazi:hover {
  color: #f90;
}
.c_indexabout .c_aboutzi .jises {
  line-height: 30px;
  height: 90px;
}
.c_indexabout .c_aboutzi a.c_more {
  width: 118px;
  height: 42px;
  line-height: 42px;
  border: 1px solid #f6a519;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #f6a416;
  text-transform: uppercase;
  margin-top: 15px;
}
.c_indexabout .c_aboutzi a.c_more:hover {
  color: #1D69AA;
  border-color: #2376BB;
}
.c_indexnews {
  width: 665px;
  float: right;
}
.c_indexnews h2 {
  font-size: 30px;
  line-height: 1.4;
}
.c_indexnews h2 a {
  color: #333;
  padding-right: 90px;
  background: url(../images/jiangex.png) no-repeat right center;
}
.c_indexnews h2 a:hover {
  color: #f90;
}
.c_indexnews h2 em {
  display: block;
  font-size: 24px;
  color: #a0a0a0;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "times new roman";
}
.c_indexnews .hd {
  overflow: hidden;
  padding: 20px 0 0;
}
.c_indexnews .hd ul {
  float: right;
}
.c_indexnews .hd ul li {
  cursor: pointer;
  background: url(../images/diand1.png) no-repeat left center;
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 10px;
}
.c_indexnews .hd ul li.on {
  background-position: right center;
}
.c_newslist li {
  overflow: hidden;
  padding: 22px 0;
}
.c_newslist li .c_xh {
  font-size: 54px;
  line-height: 76px;
  height: 76px;
  color: #919191;
  float: left;
  border-right: 1px solid #919191;
  padding-right: 10px;
}
.c_newslist li .c_newsright {
  margin-left: 96px;
}
.c_newslist li .c_newsright .c_newstop {
  overflow: hidden;
  line-height: 22px;
}
.c_newslist li .c_newsright .c_newstop span {
  float: right;
  color: #a5a5a5;
  font-size: 14px;
}
.c_newslist li .c_newsright .c_newstop h3 {
  font-size: 16px;
}
.c_newslist li .c_newsright .c_newstop h3 a {
  color: #3b3b3b;
}
.c_newslist li .c_newsright .c_des {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  padding-top: 8px;
}
.c_newslist li:hover .c_xh {
  color: #3e8fd3;
  border-color: #3e8fd3;
}
.c_newslist li:hover .c_newsright .c_newstop h3 a {
  color: #16609d;
}
.c_youlink {
  background: #fafafa;
  padding: 30px 0;
}
.c_youlink .youtit {
  font-size: 24px;
  color: #333;
  line-height: 1.2;
  float: left;
}
.c_youlink .youtit em {
  display: block;
  font-size: 24px;
  color: #999;
  font-family: "宋体";
}
.c_youlink .c_yougun {
  width: 1050px;
  float: right;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  padding: 0 20px;
  background: #fff;
}
.c_youlink .c_yougun #marquee2 {
  overflow: hidden;
}
.c_youlink .c_yougun ul {
  overflow: hidden;
}
.c_youlink .c_yougun ul li {
  float: left;
  padding: 0 10px;
}
.c_youlink .c_yougun ul li a {
  display: block;
  height: 52px;
  line-height: 52px;
  color: #999;
  font-size: 14px;
}
.c_youlink .c_yougun ul li a:hover {
  color: #2477bb;
}
.c_page {
  background: url(../images/pageback.jpg) repeat-y center top;
  overflow: hidden;
  min-height: 500px;
}
.c_pageleft {
  float: left;
  width: 298px;
  position: relative;
  padding: 50px 0;
}
.c_pageleft .c_binggui {
  position: absolute;
  z-index: 1;
  top: 250px;
  left: -240px;
}
.c_leftcate strong {
  display: block;
  font-size: 24px;
  color: #333;
}
.c_leftcate em {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #228aff;
}
.c_leftcate span {
  display: block;
  font-size: 40px;
  color: #c8c8c8;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1.2;
}
.c_position {
  color: #c4c4c4;
}
.c_position a {
  color: #c4c4c4;
}
.c_position a:hover {
  color: #1590fa;
}
.c_leftmenu {
  width: 252px;
  min-height: 340px;
  background: #1590fa;
  position: relative;
  z-index: 9;
  padding: 20px 0;
  margin-top: 20px;
}
.c_leftmenu ul li {
  width: 260px;
}
.c_leftmenu ul li h2 {
  font-size: 18px;
  font-weight: normal;
}
.c_leftmenu ul li a {
  display: block;
  height: 52px;
  line-height: 52px;
  color: #fff;
  padding: 0 58px;
  border-bottom: 1px solid #fff;
}
.c_leftmenu ul li a:hover {
  background: url(../images/xuanzho.png) no-repeat;
}
.c_leftmenu ul li.on a {
  background: url(../images/xuanzho.png) no-repeat;
}
.c_pageright {
  float: right;
  width: 860px;
  padding: 50px 0;
}
.c_sitempa center a {
  padding: 0 0 10px;
  border-bottom: 1px solid #f7f7f7;
  display: inline-block;
}
.c_sitempa center a:hover {
  border-color: #009FED;
}
.c_sitempa .c_links {
  margin-top: 20px;
  border-top: 1px solid #ebebeb;
  text-align: center;
  padding: 20px 0 0;
  background: url(../images/siteback.png) no-repeat center bottom;
}
.c_sitempa .c_links ul {
  display: inline-block;
  vertical-align: top;
  padding: 0 6px;
}
.c_sitempa .c_links ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0;
}
.c_sitempa .c_links ul li a:hover {
  color: #2292e7;
  text-decoration: underline;
}
.c_sitempa .c_links ul li.c_jis a {
  width: 127px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  color: #fff;
  background: url(../images/yuanjiao1.png) no-repeat right center;
  font-size: 16px;
}
.c_sitempa .c_links ul li.c_jis a:hover {
  background-position: left center;
  text-decoration: none;
}
.c_lxfs img {
  float: right;
}
.c_lxfs div {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.c_lxfs div em {
  float: left;
  height: 36px;
  width: 26px;
  margin-right: 10px;
}
.c_lxfs div.c_lx1 em {
  background: url(../images/lx1.png) no-repeat center;
}
.c_lxfs div.c_lx2 em {
  background: url(../images/lx2.png) no-repeat center;
}
.c_lxfs div.c_lx3 em {
  background: url(../images/lx3.png) no-repeat center;
}
.c_lxfs div.c_lx4 em {
  background: url(../images/lx4.png) no-repeat center;
}
.c_lxfs div.c_lx5 em {
  background: url(../images/lx5.png) no-repeat center;
}
.c_map {
  width: 858px;
  height: 308px;
  border: 1px solid #e1e1e1;
  margin-top: 30px;
}
.c_zxly {
  -webkit-box-shadow: 0 0 10px #e8e8e8;
     -moz-box-shadow: 0 0 10px #e8e8e8;
          box-shadow: 0 0 10px #e8e8e8;
  background: #fff url(../images/ganbi.png) no-repeat right top;
  padding: 28px;
}
.inputdd {
  width: 384px;
  height: 51px;
  background: url(../images/inputdd.png) no-repeat right center;
}
.inputdd span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 52px;
  text-align: right;
  width: 100px;
}
.inputdd span em {
  color: #f20;
}
.inputdd div {
  float: right;
  padding: 0 25px 0 0;
  width: 254px;
}
.inputdd div input {
  display: block;
  line-height: 52px;
  height: 51px;
  width: 100%;
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
}
.c_textafe {
  background: url(../images/inputdd1.png) no-repeat right;
  height: 145px;
  width: 391px;
  margin-top: 30px;
}
.c_textafe span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 52px;
  text-align: right;
  width: 100px;
}
.c_textafe span em {
  color: #f20;
}
.c_textafe div {
  float: right;
  padding: 10px 25px 10px 0;
  width: 254px;
}
.c_textafe div textarea {
  display: block;
  line-height: 32px;
  height: 125px;
  width: 100%;
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
  resize: none;
}
.c_maji {
  background: url(../images/inputdd2.png) no-repeat right;
  height: 51px;
  width: 235px;
  margin-top: 30px;
  float: left;
}
.c_maji span {
  float: left;
  color: #333;
  font-size: 14px;
  line-height: 52px;
  text-align: right;
  width: 100px;
}
.c_maji span em {
  color: #f20;
}
.c_maji div {
  float: right;
  padding: 0 25px 0 0;
  width: 104px;
}
.c_maji div input {
  display: block;
  line-height: 52px;
  height: 51px;
  width: 100%;
  color: #666;
  font-size: 14px;
  font-family: "微软雅黑";
}
.yma {
  width: 143px;
  height: 50px;
  position: relative;
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  cursor: pointer;
}
.yma img {
  display: block;
  width: 143px;
  height: 50px;
}
.yma img.c_iikk {
  position: absolute;
  top: 0;
  left: 0;
}
.c_anjinan {
  text-align: center;
  padding: 30px 0 0;
}
.c_anjinan a {
  display: inline-block;
  width: 195px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(../images/yuanjiao2.png) no-repeat left center;
  margin: 0 15px;
}
.c_anjinan a:hover {
  background-position: right center;
}
.c_liuxia {
  background: url(../images/liuyan.png) no-repeat left top;
  margin-top: 40px;
  padding: 50px 0 0;
}
.c_liuxia ul {
  min-height: 300px;
  padding-bottom: 40px;
}
.c_liuxia ul li {
  padding: 20px 0;
  border-bottom: 1px solid #dadada;
}
.c_liuxia ul li .shuiyi {
  overflow: hidden;
}
.c_liuxia ul li .shuiyi img {
  float: left;
  width: 60px;
  height: 60px;
}
.c_liuxia ul li .shuiyi div {
  margin-left: 70px;
  line-height: 1.8;
}
.c_liuxia ul li .shuiyi div strong {
  font-size: 18px;
  color: #d22025;
  display: block;
}
.c_liuxia ul li .shuiyi div em {
  color: #9f9f9f;
  font-size: 14px;
  display: block;
}
.c_liuxia ul li .c_hua {
  margin-left: 70px;
  font-size: 14px;
  color: #333;
}
.c_liuxia ul li .c_huifu {
  margin-left: 85px;
  font-size: 14px;
  color: #333;
}
.c_liuxia ul li .c_huifu em {
  float: left;
  font-size: 18px;
}
.c_liuxia ul li .c_huifu div {
  margin-left: 110px;
  margin-top: 30px;
}
.c_newsliss {
  overflow: hidden;
  min-height: 300px;
  padding-bottom: 40px;
}
.c_newsliss li {
  overflow: hidden;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #efefef;
}
.c_newsliss li span {
  float: right;
  font-size: 14px;
  color: #333;
}
.c_newsliss li h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_newsliss li h3 a {
  display: block;
  color: #333;
}
.c_newsliss li h3 a em {
  color: #959595;
  font-size: 20px;
  vertical-align: bottom;
  padding: 0 15px 0 0;
  position: relative;
  top: 1px;
}
.c_newsliss li h3:hover {
  font-weight: bold;
}
.c_newsliss li h3:hover a {
  color: #e82125;
}
.c_newsliss li h3:hover a em {
  color: #e82125;
}
.c_xgtj {
  overflow: hidden;
}
.c_newslisb {
  overflow: hidden;
  width: 1000px;
  padding-top: 20px;
}
.c_newslisb li {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  float: left;
  width: 405px;
  margin: 0 46px 0 0;
}
.c_newslisb li span {
  float: right;
  font-size: 14px;
  color: #333;
}
.c_newslisb li h3 {
  font-size: 14px;
  font-weight: normal;
}
.c_newslisb li h3 a {
  display: block;
  color: #333;
}
.c_newslisb li h3 a em {
  color: #959595;
  font-size: 20px;
  vertical-align: bottom;
  padding: 0 10px 0 0;
  position: relative;
  top: 1px;
}
.c_newslisb li:hover h3 {
  font-weight: bold;
}
.c_newslisb li:hover a {
  color: #e82125;
}
.c_newslisb li:hover a em {
  color: #e82125;
}
.c_newslisb li:hover span {
  color: #e82125;
}
h1.c_tijb {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 0 0 15px;
}
.c_textinfo {
  text-align: center;
  border-bottom: 1px solid #e8e5dd;
  font-size: 12px;
  color: #676767;
  line-height: 40px;
  height: 40px;
}
.c_textinfo a {
  color: #676767;
}
.c_textinfo a:hover {
  color: #2477BB;
}
.c_textcont {
  font-size: 14px;
  color: #333;
  padding: 30px 0;
  min-height: 300px;
  border-bottom: 1px solid #e8e5dd;
}
.c_textcont.se {
  min-height: 50px;
}
.c_textcont img {
  max-width: 100%;
}
.c_about {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.c_about img {
  max-width: 100%;
}
.c_dajt {
  padding: 30px 0 0;
  text-align: center;
}
.c_dajt img {
  border: 1px solid #eee;
}
.c_cplieb {
  overflow: hidden;
  min-height: 350px;
  padding-bottom: 20px;
  width: 900px;
}
.c_cplieb li {
  float: left;
  margin: 0 20px 21px 0;
}
.c_cplieb li .c_tu {
  display: block;
  border: 1px solid #eef4f9;
}
.c_cplieb li .c_tu:hover {
  border-color: #2376BB;
}
.c_cplieb li h3 {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.c_cplieb li h3 a {
  display: block;
  color: #333;
  height: 42px;
  line-height: 42px;
  background: #e7e7e7;
  border-bottom: 3px solid #cecece;
}
.c_cplieb li h3:hover a {
  background: #4191d5;
  border-color: #f4a315;
  color: #fff;
}
.c_cebian {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 99;
  width: 72px;
}
.c_cebian div {
  width: 72px;
  height: 70px;
  position: relative;
  margin-top: 1px;
  background: url(../images/cebian.png) no-repeat;
  cursor: pointer;
}
.c_cebian div em {
  display: block;
  position: absolute;
  right: 73px;
  top: 0;
  display: none;
}
.c_cebian div:hover em {
  display: block;
}
.c_cebian .c_ce1 {
  background-position: right top;
}
.c_cebian .c_ce1:hover {
  background-position: left top;
}
.c_cebian .c_ce2 {
  background-position: right -72px;
}
.c_cebian .c_ce2:hover {
  background-position: left -72px;
}
.c_cebian .c_ce2 em {
  background: #f6a400;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: 180px;
  padding: 15px 25px;
  -webkit-border-radius: 6px 0 0 6px;
     -moz-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
}
.c_cebian .c_ce3 {
  background-position: right -144px;
}
.c_cebian .c_ce3:hover {
  background-position: left -144px;
}
.c_cebian .c_ce3 em {
  background: #f6a400;
  color: #fff;
  font-size: 15px;
  width: 180px;
  padding: 15px 25px;
  -webkit-border-radius: 6px 0 0 6px;
     -moz-border-radius: 6px 0 0 6px;
          border-radius: 6px 0 0 6px;
}
.c_cebian .c_ce4 {
  background-position: right bottom;
}
.c_cebian .c_ce4:hover {
  background-position: left bottom;
}
#page_break {} 
#page_break .collapse {display: none;} 
#page_break .num {padding: 10px 0;text-align: center;} 
#page_break .num li{display: inline; margin: 0 2px;padding: 3px 5px;border:1px solid #c60000; 
background-color: #fff;color: #c60000;text-align: center;cursor: pointer;overflow: hidden;} 
#page_break .num li.on{background-color: #c60000;color: #fff;font-weight: bold;} 
#page_break .num li:hover{background-color: #c60000;color: #fff;font-weight: bold;}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/

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