@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: 420px;
}
/*首页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: 550px;
}
.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: 86px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 15px;
  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: 33px;
  height: 86px;
  line-height: 86px;
  text-align: center;
  background: url(../images/baidian.png) no-repeat center;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background: url(../images/baidian1.png) no-repeat 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: 26px;
  line-height: 26px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 26px;
  line-height: 26px;
}
.sub_updown div a {
  display: block;
  color: #666;
  height: 26px;
  line-height: 26px;
}
.sub_updown div a[href]:hover {
  color: #06F;
}
.sub_updown span {
  display: block;
  float: left;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
}
/*上下篇 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 1px 3px 2px;
  margin: 0px 3px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: url(../images/fenye.png) no-repeat left center;
}
.ql_fenye a {
  color: #333;
}
.ql_fenye a[href]:hover {
  background: url(../images/fenye.png) no-repeat -30px center;
  color: #fff;
}
.ql_fenye a.c_syy {
  background: url(../images/fenas.jpg) no-repeat left top;
  width: 70px;
  line-height: 31px;
  height:31px;
  padding-left: 10px;
}
.ql_fenye a.c_syy[href]:hover {
  background: url(../images/fenas.jpg) no-repeat left -45px;
}
.ql_fenye a.c_xyy {
  background: url(../images/fenas.jpg) no-repeat right top;
  width: 70px;
  line-height: 31px;
  height:31px;
  padding-right: 10px;
}
.ql_fenye a.c_xyy[href]:hover {
  background: url(../images/fenas.jpg) no-repeat right -45px;
}
.ql_fenye span {
  background: url(../images/fenye.png) no-repeat -30px center;
  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;
}
/*关键字样式*/
.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 {
  z-index: 9;
  position: relative;
}
.c_header a.c_logo {
  float: left;
  padding-top: 12px;
}
.c_header a.c_logo img {
  display: block;
}
.c_header ul.c_topnav {
  float: right;
}
.c_header ul.c_topnav li {
  float: left;
  position: relative;
  width: 95px;
  margin-left: 10px;
}
.c_header ul.c_topnav li a {
  display: block;
  line-height: 90px;
  height: 90px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.c_header ul.c_topnav li:hover a {
  background: #004ea2 url(../images/dixua.png) repeat-x center bottom;
  color: #fff;
}
.c_header ul.c_topnav li:hover ul.c_submenu {
  display: block;
}
.c_header ul.c_topnav li.on a {
  background: #004ea2 url(../images/dixua.png) repeat-x center bottom;
  color: #fff;
}
.c_header ul.c_topnav li ul.c_submenu {
  position: absolute;
  padding-top: 2px;
  display: none;
}
.c_header ul.c_topnav li ul.c_submenu li {
  margin-top: 1px;
  margin-left: 0;
}
.c_header ul.c_topnav li ul.c_submenu li a {
  line-height: 26px;
  height: auto;
  padding: 3px 5px;
  background: #004ea2;
  color: #6bb2ff;
}
.c_header ul.c_topnav li ul.c_submenu li:hover a {
  color: #fff;
}
.c_header ul.c_topnav li ul.c_submenu li.on a {
  color: #fff;
}
.c_footer {
  background: #003875 url(../images/diback.png) no-repeat center;
  color: #3673b7;
  font-size:12px;
}
.c_footer a {
  color: #3673b7;
}
.c_footer a:hover {
  color: #fff;
}
.c_footer .c_botnav {
  border-bottom: 1px solid #114a88;
  line-height: 105px;
  height: 105px;
  background: url(../images/didaohang.png) no-repeat left center;
}
.c_footer .c_botnav div {
  padding-left: 170px;
  overflow: hidden;
  text-align: right;
}
.c_footer .c_botnav div a {
  margin-left: 70px;
  font-size: 14px;
  color: #fff;
}
.c_footer .c_botnav div a:hover {
  color: #6BB2FF;
}
.c_footer .dimid {
  padding: 30px 0 0;
}
.c_footer .dimid .c_ermw {
  float: left;
}
.c_footer .dimid .c_dilx {
  float: left;
  overflow: hidden;
}
.c_footer .dimid .c_dilx div {
  float: left;
  padding-left: 34px;
  margin: 22px 0 0 0;
}
.c_footer .dimid .c_dilx div em {
  display: block;
  font-size: 14px;
  color: #2c6cb3;
  line-height: 36px;
}
.c_footer .dimid .c_dilx div span {
  display: block;
  color: #fff;
  line-height: 30px;
}
.c_footer .dimid .c_dilx div strong {
  font-weight: normal;
  font-size: 24px;
  font-family: arial;
  color: #fff;
  line-height: 30px;
}
.c_footer .dimid .c_dilx div.c_xl1 {
  background: url(../images/lx1.png) no-repeat left top;
  background: none;
}
.c_footer .dimid .c_dilx div.c_xl2 {
  background: url(../images/lx2.png) no-repeat left top;
  background: none;
}
.c_footer .dimid .c_dilx div.c_xl3 {
  background: url(../images/lx3.png) no-repeat left top;
  background: none;
}
.c_footer .dimid .c_dixx {
  float: right;
  text-align: right;
}
.c_footer .dimid .c_dixx img {
  vertical-align: middle;
}
.c_footer .c_fea {
  text-align: center;
  background: url(../images/xixiang.png) no-repeat center;
}
.c_footer .c_fea a {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../images/coinfe.png) no-repeat;
  margin: 0 10px;
  cursor: pointer;
  vertical-align:top;
}
.c_footer .c_fea a.c_ll1 {
  background-position: left top;
}
.c_footer .c_fea a.c_ll1:hover {
  background-position: left bottom;
}
.c_footer .c_fea a.c_ll2 {
  background-position: -51px top;
}
.c_footer .c_fea a.c_ll2:hover {
  background-position: -51px bottom;
}
.c_footer .c_fea a.c_ll3 {
  background-position: -103px top;
}
.c_footer .c_fea a.c_ll3:hover {
  background-position: -103px bottom;
}
.c_footer .c_fea a.c_ll4 {
  background-position: right top;
}
.c_footer .c_fea a.c_ll4:hover {
  background-position: right bottom;
}
.c_footer .c_gjz {
  text-align: center;
  padding: 10px 0;
}
.c_catename {
  text-align: center;
  padding: 10px 0 0;
}
.c_location {
  line-height: 40px;
  text-align: right;
  padding: 10px 0 0;
  color: #999;
  width: 1100px;
  margin: 0 auto;
}
.c_location span {
  padding-left: 20px;
  background: url(../images/fangzi.png) no-repeat left center;
}
.c_location a {
  color: #999;
}
.c_location a:hover {
  color: #003875;
}
.c_wejilist {
  text-align: center;
  padding: 20px 0 0;
  width:1100px;
  margin:0 auto;
}
.c_wejilist h2 {
  display: inline-block;
  border: 1px dashed #003875;
  padding: 0 15px;
  line-height: 40px;
  font-weight: normal;
  margin: 10px 10px 0;
}
.c_wejilist h2 a {
  color: #003875;
}
.c_wejilist h2 em {
  display: block;
  width: 26px;
  border-bottom: 1px solid #003875;
  font-weight: bold;
  color: #003875;
}
.c_wejilist h2.on {
  border-color: #46b135;
}
.c_wejilist h2.on a {
  color: #46b135;
}
.c_wejilist h2.on em {
  color: #46b135;
  border-color: #46b135;
}
.c_wejilist h2:hover {
  border-color: #46b135;
}
.c_wejilist h2:hover a {
  color: #46b135;
}
.c_wejilist h2:hover em {
  color: #46b135;
  border-color: #46b135;
}
.c_pagecont {
  min-height: 300px;
  padding: 30px 0 40px;
}
.c_ferserlkji{min-height:400px;}
.c_floor1 {
  padding: 50px 0;
}
.c_titd {
  text-align: center;
}
.c_titd h2 img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_ingsjj {
  padding-right: 460px;
  background: url(../images/about2.jpg) no-repeat right center;
}
.c_ingsjj h2 {
  font-size: 20px;
  background: url(../images/yuanji.png) no-repeat left bottom;
  padding-bottom: 20px;
}
.c_ingsjj h2 a {
  color: #333;
}
.c_ingsjj h2 a:hover {
  color: #44af32;
}
.c_ingsjj h2 em {
  font-family: arial;
  font-size: 24p;
  text-transform: uppercase;
  display: block;
}
.c_ingsjj .c_miao {
  font-size: 14px;
  color: #3e3e3e;
  padding-top: 30px;
  height: 207px;
  overflow: hidden;
}
.c_ingsjj .c_miao a {
  color: #333;
}
.c_ingsjj .c_miao a:hover {
  color: #c00;
}
.c_ingsjj a.c_more {
  display: block;
  background: url(../images/gengduo.png) no-repeat;
  width: 103px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding-right: 10px;
  color: #4b4b4b;
  margin-top: 40px;
}
.c_ingsjj a.c_more:hover {
  color: #0066FF;
}
.c_ingsjj .c_xianm {
  overflow: hidden;
  background: url(../images/yuanjia.png) no-repeat center;
  width: 545px;
  height: 106px;
  padding: 0 48px;
  margin-top: 40px;
}
.c_ingsjj .c_xianm h2 {
  float: left;
  text-align: center;
  background: none;
  font-size: 14px;
  font-weight: normal;
  width: 136px;
}
.c_ingsjj .c_xianm h2 a {
  color: #fff;
}
.c_ingsjj .c_xianm h2 em {
  display: block;
  text-align: center;
  height: 42px;
  padding-top: 20px;
}
.c_ingsjj .c_xianm h2:hover {
  background: #44af32;
}
.c_floor2 {
  background: url(../images/picback.jpg) no-repeat center;
  height: 690px;
  overflow: hidden;
  padding: 80px 0 0;
  position: relative;
}
.c_floor2 .c_fefal {
  display: block;
  background: url(../images/yuanjia1.png) no-repeat center;
  width: 103px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  padding-right: 10px;
  color: #fff;
  margin: 100px auto 0;
}
.c_floor2 .c_fefal:hover {
  color: #fc0;
}
.c_ties1 {
  text-align: center;
}
.c_ties1 h2 a {
  display: block;
  background: url(../images/anli.png) no-repeat center;
  width: 297px;
  height: 49px;
  margin: 0 auto;
}
.c_ties1 h2 a:hover {
  background-image: url(../images/anli1.png);
}
.c_qipa .hd {
  height: 150px;
  width: 100%;
}
.c_qipa .hd .c_anniu {
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -280px;
  top: 473px;
  z-index: 9;
}
.c_qipa .hd .c_anniu a {
  float: right;
  font-family: "宋体";
  width: 20px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background: #42ac35;
  font-weight: bold;
}
.c_qipa .hd .c_anniu a:hover {
  background: #003875;
}
.c_qipa .hd ul li {
  position: absolute;
  left: 50%;
}
.c_qipa .hd ul li a {
  display: block;
  width: 100%;
  padding-bottom: 64%;
  position: relative;
  background: url(../images/kanjian.png) center;
}
.c_qipa .hd ul li a img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_qipa .hd ul li:hover {
  z-index: 8;
}
.c_qipa .hd ul li:hover a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.c_qipa .hd ul li.on {
  z-index: 8;
}
.c_qipa .hd ul li.on a img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.c_qipa .hd ul li.sx0 {
  width: 100px;
  margin-left: -360px;
  top: 160px;
}
.c_qipa .hd ul li.sx1 {
  width: 140px;
  margin-left: -460px;
  top: 200px;
}
.c_qipa .hd ul li.sx2 {
  width: 140px;
  margin-left: -540px;
  top: 240px;
}
.c_qipa .hd ul li.sx3 {
  width: 120px;
  margin-left: -510px;
  top: 320px;
}
.c_qipa .hd ul li.sx4 {
  width: 170px;
  margin-left: -580px;
  top: 380px;
}
.c_qipa .hd ul li.sx5 {
  width: 120px;
  margin-left: -510px;
  top: 475px;
}
.c_qipa .hd ul li.sx6 {
  width: 140px;
  margin-left: -540px;
  top: 535px;
}
.c_qipa .hd ul li.sx7 {
  width: 140px;
  margin-left: -460px;
  top: 585px;
}
.c_qipa .hd ul li.sx8 {
  width: 100px;
  margin-left: -360px;
  top: 655px;
}
.c_qipa .hd ul li.sx9 {
  width: 100px;
  margin-left: 240px;
  top: 160px;
}
.c_qipa .hd ul li.sx10 {
  width: 140px;
  margin-left: 320px;
  top: 200px;
}
.c_qipa .hd ul li.sx11 {
  width: 140px;
  margin-left: 410px;
  top: 240px;
}
.c_qipa .hd ul li.sx12 {
  width: 120px;
  margin-left: 400px;
  top: 320px;
}
.c_qipa .hd ul li.sx13 {
  width: 170px;
  margin-left: 420px;
  top: 380px;
}
.c_qipa .hd ul li.sx14 {
  width: 120px;
  margin-left: 400px;
  top: 475px;
}
.c_qipa .hd ul li.sx15 {
  width: 140px;
  margin-left: 410px;
  top: 535px;
}
.c_qipa .hd ul li.sx16 {
  width: 140px;
  margin-left: 320px;
  top: 585px;
}
.c_qipa .hd ul li.sx17 {
  width: 100px;
  margin-left: 240px;
  top: 655px;
}
.c_qipa .bd {
  width: 560px;
  margin: 0 auto;
}
.c_qipa .bd ul li {
  position: relative;
  overflow: hidden;
}
.c_qipa .bd ul li a.c_datey {
  float: right;
}
.c_qipa .bd ul li a.c_datey img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_qipa .bd ul li .c_dfea {
  width: 195px;
  height: 108px;
  background: url(../images/bantoum.png);
  padding: 12px 15px;
  position: absolute;
  top: 80px;
  left: 0;
}
.c_qipa .bd ul li .c_dfea h3 {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  background: url(../images/bacxian.png) no-repeat left bottom;
  padding-bottom: 15px;
}
.c_qipa .bd ul li .c_dfea h3 a {
  color: #fff;
  display: block;
}
.c_qipa .bd ul li .c_dfea h3 a:hover {
  color: #2C6CB3;
}
.c_qipa .bd ul li .c_dfea .c_more {
  font-family: "times new roman";
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
}
.c_qipa .bd ul li .c_dfea .c_more:hover {
  color: #0066FF;
}
.c_floor3 {
  padding: 50px 0;
}
.c_tiere {
  overflow: hidden;
}
.c_tiere a.c_more {
  float: right;
  color: #666;
  font-size: 14px;
  background: url(../images/genduo.jpg) no-repeat center;
  width: 87px;
  text-align: center;
  line-height: 34px;
}
.c_tiere a.c_more:hover {
  color: #0066FF;
}
.c_tiere h2 {
  float: left;
  background: url(../images/lvxian.jpg) no-repeat left center;
  line-height: 34px;
  height: 34px;
  padding: 0 0 0 20px;
  font-size: 30px;
}
.c_tiere h2 a {
  color: #004ea2;
}
.c_tiere h2 a em {
  color: #44af32;
}
.c_tiere h2:hover a {
  color: #42AC35;
}
.c_tiere h2:hover a em {
  color: #004EA2;
}
.c_tiere span {
  float: left;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  background: url(../images/xixiafe.jpg) no-repeat left bottom;
  margin-left: 20px;
}
.c_newsleft {
  width: 595px;
  float: left;
}
.c_newsright {
  float: right;
  width: 475px;
  height: 316px;
  overflow: hidden;
  margin-top: 35px;
  position: relative;
}
.c_newsright a {
  display: block;
}
.c_newsright img {
  display: block;
}
.c_newsright img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_newsright .c_jij {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/banotu.png);
  height: 45px;
  line-height: 45px;
}
.c_newsright .c_jij span {
  float: right;
  margin-right: 12px;
  color: #fff;
  font-size: 14px;
}
.c_newsright .c_jij h3 {
  float: left;
  font-size: 14px;
  font-weight: normal;
  margin-left: 12px;
}
.c_newsright .c_jij h3 a {
  color: #fff;
}
.c_newsright .c_jij h3 a:hover {
  color: #42AC35;
}
.c_toutiao {
  padding: 30px 0 15px;
}
.c_toutiao span {
  float: right;
  color: #999;
}
.c_toutiao h3 {
  font-size: 16px;
}
.c_toutiao h3 a {
  color: #333;
}
.c_toutiao h3 a:hover {
  color: #003875;
}
.c_toutiao .c_moa {
  padding-top: 15px;
  font-size: 14px;
  color: #858585;
  height: 52px;
  overflow: hidden;
  position:relative;
}
.c_toutiao .c_moa a {
  color: #c00;
}
.c_toutiao .c_moa a.gerer {
  position:absolute;
  right:0;
  bottom:0;
}
.c_toutiao .c_moa a:hover {
  color: #333;
}
ul.c_newslistn {
  overflow: hidden;
}
ul.c_newslistn li {
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  border-top: 1px dashed #d5d5d5;
}
ul.c_newslistn li span {
  float: right;
  color:#999;
}
ul.c_newslistn li h3 {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
ul.c_newslistn li h3 a {
  color: #333;
  display: block;
  padding-left: 15px;
  background: url(../images/dian.jpg) no-repeat left center;
}
ul.c_newslistn li h3 a:hover {
  color: #004ea2;
}
.c_rczp {
  overflow: hidden;
}
.c_rczp ul {
  overflow: hidden;
  width: 1200px;
  min-height: 400px;
  padding-bottom: 40px;
  margin-top: -30px;
}
.c_rczp ul li {
  background: url(../images/joblist.jpg) no-repeat center;
  width: 242px;
  height: 323px;
  float: left;
  padding: 30px 50px;
  margin: 30px 38px 0 0;
}
.c_rczp ul li h3 {
  font-size: 18px;
}
.c_rczp ul li h3 a {
  color: #333;
}
.c_rczp ul li h3 a:hover {
  color: #004EA2;
}
.c_rczp ul li .c_dee {
  height: 156px;
  overflow: hidden;
  padding-top: 10px;
  font-size: 14px;
}
.c_rczp ul li .c_dee strong {
  font-size: 16px;
  display: block;
  font-weight: normal;
}
.c_rczp ul li .c_anfeli {
  overflow: hidden;
  padding: 80px 0 0;
}
.c_rczp ul li .c_anfeli a {
  color: #fff;
  background: #333;
  text-align: center;
  float: left;
  margin: 0 5px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  width: 110px;
  font-size: 14px;
}
.c_rczp ul li .c_anfeli a:hover {
  background: #003875;
}
.c_rczpxx .c_tief {
  background: url(../images/dalantioa.jpg) no-repeat left center;
  line-height: 22px;
  height: 44px;
  font-size: 16px;
  color: #003875;
  padding-left: 20px;
}
.c_rczpxx .c_quy {
  padding: 0 460px 0 20px;
  background: url(../images/jobback.jpg) no-repeat right center;
  min-height: 374px;
  font-size: 14px;
  color: #666;
}
.c_rczpxx .c_quy .c_dlfe {
  overflow: hidden;
  padding-top: 20px;
}
.c_rczpxx .c_quy .c_dlfe span.bid {
  float: left;
  color: #333;
}
.c_rczpxx .c_quy .c_dlfe div {
  margin-left: 75px;
}
.c_rczpxx .cjfe0 {
  overflow: hidden;
  padding: 40px 0 0 95px;
}
.c_rczpxx .cjfe0 a {
  float: left;
  width: 160px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  background: #333;
  text-align: center;
  font-size: 16px;
  margin-right: 20px;
}
.c_rczpxx .cjfe0 a:hover {
  background: #003875;
}
.c_xgtj {
  overflow: hidden;
  background: url(../images/xgtj.png) no-repeat;
  height: 215px;
}
.c_xgtj ul {
  overflow: hidden;
  width: 1280px;
  padding: 100px 30px 0;
}
.c_xgtj ul li {
  overflow: hidden;
  width: 450px;
  float: left;
  height: 34px;
  line-height: 34px;
  margin: 0 140px 0 0;
}
.c_xgtj ul li span {
  float: right;
}
.c_xgtj ul li h3 {
  font-size: 14px;
  font-weight: normal;
}
.c_xgtj ul li h3 a {
  color: #333;
  display: block;
  padding-left: 15px;
  background: url(../images/lanfe.png) no-repeat left 11px;
}
.c_xgtj ul li h3 a:hover {
  color: #004EA2;
}
/*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 */
