@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,
legend,
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浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
/*重置input标签属性*/
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
/*重置textarea标签属性*/
/*清除float BEGIN*/
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.hxq_banner {
  position: relative;
}
.hxq_banner .hxq_sub_banner_b {
  width: 100%;
}
.hxq_banner .hxq_sub_banner_b_ul {
  width: 100%;
}
.hxq_banner .hxq_sub_banner_b_ul > li {
  width: 100%;
}
.hxq_banner .hxq_sub_banner_b_ul > li img {
  width: 100%;
  vertical-align: middle;
}
.hxq_banner .hxq_sub_banner_h {
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 100;
  width: 100%;
}
.hxq_banner .hxq_sub_banner_h_ul {
  font-size: 0;
  text-align: center;
}
.hxq_banner .hxq_sub_banner_h_ul > li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  background: url(../images/bannerdi.png) no-repeat right center;
}
.hxq_banner .hxq_sub_banner_h_ul > li.on {
  background: url(../images/bannerdi.png) no-repeat left center;
}
.hxq_in_banner{height:450px;overflow:hidden;}
.hxq_sub_banner{height:226px;overflow:hidden;}
.hxq_sub_banner li {
  height: 226px;
}
.hxq_in_banner li {
  height: 450px;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown {
  clear: both;
  font-family: "Microsoft YaHei", serif;
  overflow: hidden;
  font-size: 14px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown .sub_updown_up,
.sub_updown .sub_updown_down {
  clear: both;
  overflow: hidden;
  margin: 6px 0;
}
.sub_updown div a {
  color: #666;
}
.sub_updown a[href]:hover {
  color: #06f;
}
.sub_updown a[href] span {
  cursor: pointer;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑", serif;
  font-size: 12px;
}
.paginator a,
.paginator span {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  color: #444;
  padding: 0 10px;
  *display: inline;
}
.paginator a.c_buyi {
  background: #bdbdbd;
  color: #fff;
}
.paginator a[href]:hover {
  color: #fff;
  background: #bdbdbd;
}
.paginator a[href].c_buyi:hover {
  color: #fff;
  background: #e52613;
}
.paginator span {
  background: #bdbdbd;
  color: #fff;
}
/*选中需要全部important一下*/
/*分页 END*/
/*此文件放置共用函数、变量等*/
/* 兼容IE7 透明度写法 */
/*公共开始*/
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑", serif;
}
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;
}
.w1920 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
  margin: 0 auto;
}
.w1100 {
  width: 1100px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*公共结束*/
/*头部开始*/
.c_header {
  padding: 20px 0;
}
.c_header a.c_logo {
  float: left;
}
.c_header .c_topnav {
  float: right;
}
.c_header .c_topnav .c_navlist li {
  float: left;
  position: relative;
  z-index: 9;
}
.c_header .c_topnav .c_navlist li a {
  display: block;
  font-size: 16px;
  color: #333;
  width: 100px;
  text-align: center;
  height: 55px;
  line-height: 55px;
}
.c_header .c_topnav .c_navlist li:hover > a {
  color: #e62f1d;
  font-weight: bold;
  background: url(../images/xianzai.png) no-repeat center bottom;
}
.c_header .c_topnav .c_navlist li.on > a {
  background: url(../images/xianzai.png) no-repeat center bottom;
  color: #e62f1d;
  font-weight: bold;
}
.c_header .c_topnav .c_navlist li ul {
  position: absolute;
  left: 0;
  top: 55px;
  display: none;
  background: #fff;
  padding: 10px 0;
  background: #f6f6f6;
}
.c_header .c_topnav .c_navlist li ul.loser{
  width:200px;
  left:-50px;
}
.c_header .c_topnav .c_navlist li ul.loser li a{
  width:200px;
}
.c_header .c_topnav .c_navlist li ul li {
  float: none;
}
.c_header .c_topnav .c_navlist li ul li a {
  line-height: 22px;
  padding: 10px 0;
  height: auto;
  font-size: 13px;
}
.c_header .c_topnav .c_navlist li ul li.on a {
  background: none;
  font-weight: normal;
}
.c_header .c_topnav .c_navlist li ul li:hover a {
  background: none;
  font-weight: normal;
}
.c_header .c_topnav .c_navlist li:hover ul {
  display: block;
}
/*头部结束*/
.c_footer {
  background: #e4e4e4;
  margin-top: 40px;
}
.footop {
  padding: 10px 0;
}
.c_footbot {
  background: #bcbcbc;
  padding: 20px 0;
  color: #666;
}
.c_footbot a {
  color: #666;
}
.c_footbot a:hover {
  color: #c00;
}
.c_footbot img {
  vertical-align: middle;
}
.c_footit {
  background: url(../images/hoxngiang.png) no-repeat left bottom;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
}
.c_footit h2 {
  font-size: 18px;
  font-weight: normal;
  height: 48px;
  line-height: 48px;
}
.c_footit h2 a {
  color: #333;
}
.c_footit h2 a:hover {
  color: #E62F1D;
}
.c_footleft {
  float: left;
  width: 500px;
}
.c_footleft .c_botlx {
  color: #666;
  padding: 10px 0 0;
}
.c_footleft .c_botlx img {
  float: left;
  margin-right: 20px;
}
.c_footleft .c_botlx > div {
  padding: 12px 0 0;
}
.c_botnav {
  float: left;
  width: 305px;
  font-size: 12px;
}
.c_botnav .c_botnavlist {
  padding: 22px 0 0;
}
.c_botnav a {
  color: #666;
}
.c_botnav a:hover {
  color: #E62F1D;
}
.c_botnav span {
  padding: 0 6px;
  color: #666;
}
.c_footright {
  float: right;
  width: 195px;
}
.c_footright .c_gjc {
  position: relative;
  color:#666;
}
.c_footright .c_gjc a{
	color: #666;
}
.c_footright .c_gjc a:hover{
	color: #c00;
}
.c_footright .c_gjc .hd {
  position: absolute;
  right: 0;
  top: -38px;
  font-family: "宋体";
  font-weight: bold;
  line-height: 28px;
  height: 28px;
}
.c_footright .c_gjc .hd a {
  float: right;
  width: 20px;
  text-align: center;
  color: #666;
}
.c_footright .c_gjc .hd a:hover {
  background: #f8f8f8;
}
.c_footright .c_gjc .bd {
  padding-top: 20px;
}
.c_footright .c_gjc .bd li a {
  color: #666;
}
.c_footright .c_gjc .bd li a:hover {
  color: #E62F1D;
}
.c_floor1 {
  padding: 50px 0;
}
.c_floor1 .c_more {
  float: right;
  color: #e72c19;
}
.c_floor1 .c_more:hover {
  color: #333;
}
.c_gywm a{color: #c00;}
.c_gywm a:hover{color: #fc0;}
.c_tite {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  padding-bottom: 10px;
}
.c_tite a {
  color: #333;
}
.c_tite a:hover {
  color: #e72c19;
}
.c_flo1left {
  float: left;
  width: 335px;
  padding: 0 30px;
}
.c_flo1left a{color:#333;}
.c_flo1left a:hover{color:#c00;}
.c_flo1left div {
  color: #666;
  height: 78px;
  overflow: hidden;
}
.c_flo1left .xiatu {
  text-align: center;
  padding: 40px 0 15px;
  height: auto;
}
.c_flo1left .xiatu a img {
  // -webkit-filter: grayscale(100%);
  // /* webkit内核支持程度较好 */
  // -moz-filter: grayscale(100%);
  // /* 其他内核现在并不支持，为了将来兼容性书写 */
  // -ms-filter: grayscale(100%);
  // -o-filter: grayscale(100%);
  // filter: grayscale(100%);
  // /* 标准写法 */
  // -webkit-filter: gray;
  //         filter: gray;
}
.c_flo1left .xiatu a:hover img {
//  -webkit-filter: grayscale(0%);
  /* webkit内核支持程度较好 */
//  -moz-filter: grayscale(0%);
  /* 其他内核现在并不支持，为了将来兼容性书写 */
//  -ms-filter: grayscale(0%);
//  -o-filter: grayscale(0%);
//  filter: grayscale(0%);
  /* 标准写法 */
    filter:alpha(opacity=80);
    opacity:.8;
}
.c_flo1bor {
  float: left;
  width: 335px;
  padding: 0 30px;
  border-left: 4px solid #f3f3f3;
  border-right: 4px solid #f3f3f3;
}
.c_flo1bor div {
  color: #666;
  height: 78px;
  overflow: hidden;
}
.c_flo1bor .xiatu {
  text-align: center;
  padding: 40px 0 15px;
  height: auto;
}
.c_flo1bor .xiatu a img {
  // -webkit-filter: grayscale(100%);
  // /* webkit内核支持程度较好 */
  // -moz-filter: grayscale(100%);
  // /* 其他内核现在并不支持，为了将来兼容性书写 */
  // -ms-filter: grayscale(100%);
  // -o-filter: grayscale(100%);
  // filter: grayscale(100%);
  // /* 标准写法 */
  // -webkit-filter: gray;
  //         filter: gray;
}
.c_flo1bor .xiatu a:hover img {
//  -webkit-filter: grayscale(0%);
  /* webkit内核支持程度较好 */
//  -moz-filter: grayscale(0%);
  /* 其他内核现在并不支持，为了将来兼容性书写 */
//  -ms-filter: grayscale(0%);
//  -o-filter: grayscale(0%);
//  filter: grayscale(0%);
  /* 标准写法 */
    filter:alpha(opacity=80);
    opacity:.8;
}
.c_flo1right {
  float: right;
  width: 335px;
  padding: 0 30px;
}
.c_flo1right div {
  color: #666;
  height: 78px;
  overflow: hidden;
}
.c_flo1right .xiatu {
  text-align: center;
  padding: 40px 0 15px;
  height: auto;
}
.c_flo1right .xiatu a img {
  // -webkit-filter: grayscale(100%);
  // /* webkit内核支持程度较好 */
  // -moz-filter: grayscale(100%);
  // /* 其他内核现在并不支持，为了将来兼容性书写 */
  // -ms-filter: grayscale(100%);
  // -o-filter: grayscale(100%);
  // filter: grayscale(100%);
  // /* 标准写法 */
  // -webkit-filter: gray;
  //         filter: gray;
}
.c_flo1right .xiatu a:hover img {
//  -webkit-filter: grayscale(0%);
//  /* webkit内核支持程度较好 */
//  -moz-filter: grayscale(0%);
//  /* 其他内核现在并不支持，为了将来兼容性书写 */
//  -ms-filter: grayscale(0%);
//  -o-filter: grayscale(0%);
//  filter: grayscale(0%);
//  /* 标准写法 */
    filter:alpha(opacity=80);
    opacity:.8;
}
.c_xinwen {
  width: 765px;
  float: left;
  height: 308px;
}
.c_xinwen .hd {
  overflow: hidden;
}
.c_xinwen .hd ul li {
  float: left;
  margin-right: 5px;
}
.c_xinwen .hd ul li h2 {
  font-size: 18px;
  font-weight: normal;
}
.c_xinwen .hd ul li h2 a {
  display: block;
  width: 158px;
  height: 41px;
  line-height: 41px;
  color: #333;
  text-align: center;
  background: url(../images/tabback.png) no-repeat right top;
  padding-bottom: 9px;
}
.c_xinwen .hd ul li.on a {
  background: url(../images/tabback.png) no-repeat left top;
  color: #fff;
}
.c_newlist li {
  overflow: hidden;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #e4e4e4;
}
.c_newlist li span {
  float: right;
  color: #666;
}
.c_newlist li h3 {
  font-size: 14px;
  font-weight: normal;
}
.c_newlist li h3 a {
  color: #555;
  display: block;
  padding-left: 20px;
  background: url(../images/fangdian.png) no-repeat left center;
}
.c_newlist li h3 a:hover {
  color: #c00;
}
.c_flo2right {
  float: right;
  width: 358px;
  height: 42px;
  line-height: 42px;
  background: #f3f3f3;
  color: #222;
}
.c_flo2right h2 {
  padding: 0 12px;
}
.c_flo2right h2 a {
  color: #222;
}
.c_flo2right h2 a[href]:hover {
  color: #c00;
}
.c_flo2right .c_ggti {
  border: 1px solid #ccc;
  padding: 2px;
  margin-top: 4px;
}
.c_flo2right .c_ggti:hover {
  border-color: #c00;
}
.c_youlink {
  overflow: hidden;
  position: relative;
  padding: 40px 0 0;
}
.c_youlink .c_xologo {
  font-size: 16px;
  color: #000;
  padding-left: 30px;
  background: url(../images/xiaologo.png) no-repeat left center;
  line-height: 50px;
}
.c_youlink ul {
  overflow: hidden;
}
.c_youkk{overflow:hidden;width:1200px;}
.c_youlink ul li {
  float: left;
  width: 155px;
  height: 62px;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden;
  margin: 0 23px;
}
.c_youlink ul li:hover {
  border-color: #c00;
}
.c_subbanner {
  height: 226px;
}
.c_page {
  padding: 20px 0 0;
}
.c_location {
  border-bottom: 1px solid #e1e1e1;
  line-height: 40px;
  height: 40px;
  color: #666;
}
.c_location span {
  float: left;
  height: 40px;
  background: url(../images/location.png) no-repeat left 12px;
  width: 22px;
}
.c_location a {
  color: #666;
}
.c_location a:hover {
  color: #e52613;
}
.c_pageleft {
  width: 240px;
  float: left;
}
.c_pageleft .c_pagecate {
  background: #3677d3 url(../images/baoa.png) no-repeat 40px center;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  padding-left: 60px;
  font-size: 24px;
}
.c_pageleft ul li {
  text-align: center;
  padding: 0 20px;
}
.c_pageleft ul.kfer li {
  text-align: center;
  padding: 0 5px;
}
.c_pageleft ul li h2 {
  font-size: 16px;
  font-weight: normal;
}
.c_pageleft ul.kfer li h2{font-size: 15px;}
.c_pageleft ul li h2 a {
  display: block;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 20px;
  color: #333;
  line-height: 22px;
}
.c_pageleft ul.kfer li h2 a {
  padding: 10px 5px;
}
.c_pageleft ul li:hover {
  background: #f0f0f0;
}
.c_pageleft ul li:hover a {
  color: #e52613;
  background: url(../images/hongdian.png) no-repeat right center;
}
.c_pageleft ul li.on {
  background: #f0f0f0;
}
.c_pageleft ul li.on a {
  color: #e52613;
  background: url(../images/hongdian.png) no-repeat right center;
}
.c_pageneri {
  width: 920px;
  float: right;
}
.c_pageneri .catename {
  line-height: 45px;
  height: 45px;
  border-bottom: 1px solid #e1e1e1;
}
.c_pageneri .catename h4 {
  font-size: 19px;
  font-weight: normal;
  color: #e52613;
  float: left;
  padding-right: 30px;
  border-bottom: 2px solid #e52613;
}
.c_pageneri .c_pagemain {
  font-size: 14px;
  color: #333;
  line-height: 26px;
  padding: 30px 0 0;
  min-height: 400px;
}
.c_pageneri.wider {
  width: 100%;
}
.c_wzdt .c_links {
  position: relative;
  overflow: hidden;
}
.c_wzdt .c_links .lanback {
  height: 36px;
  line-height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #3677d3;
  z-index: 1;
}
.c_wzdt .c_links ul {
  float: left;
  position: relative;
  z-index: 9;
  padding: 0 20px;
}
.c_wzdt .c_links ul li {
  text-align: center;
}
.c_wzdt .c_links ul li.c_tier{
	padding-bottom: 15px;
}
.c_wzdt .c_links ul li a {
  color: #666;
  font-size: 13px;
  line-height: 34px;
}
.c_wzdt .c_links ul li a:hover {
  color: #3677d3;
}
.c_wzdt .c_links ul li.c_tier a {
  border-bottom: 2px solid #3677d3;
  display: block;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
}
.c_wzdt .c_links ul li.c_tier a:hover {
  border-color: #00398a;
  color: #ff0;
}
.c_lxwm {
	position: relative;
}
.c_lxfs {
	width: 431px;
	height: 261px;
	background: url(../images/dalan.png) no-repeat;
	color: #fff;
	line-height: 33px;
  font-size: 13px;
  position: absolute;
  left: 5px;
  top: 113px;
  padding: 45px 0 0 58px;
}
.c_ditu {
  width: 910px;
  height: 360px;
  background: url(../images/dituback.jpg);
  padding: 5px;
}
.c_zzry {
  overflow: hidden;
}
.c_zzry .c_rylist {
  overflow: hidden;
  width: 1000px;
  padding-bottom: 40px;
  min-height: 400px;
}
.c_zzry .c_rylist li {
  float: left;
  width: 292px;
  height: 190px;
  position: relative;
  margin: 20px 19px 0 0;
  border:1px solid #CCC;
}
.c_zzry .c_rylist li h3 {
  position: absolute;
  width: 292px;
  height: 190px;
  top: 0;
  left: 0;
  background: #e62e1b;
  font-size: 18px;
  font-weight: normal;
  display: none;
}
.c_zzry .c_rylist li h3 a {
  position: absolute;
  width: 292px;
  height: 190px;
  top: 0;
  left: 0;
  color: #fff;
}
.c_zzry .c_rylist li h3 a strong {
  display: block;
  text-align: center;
  font-weight: normal;
  height: 60px;
  line-height: 60px;
  background: url(../images/baixi.jpg) no-repeat center bottom;
  padding-top: 22px;
}
.c_zzry .c_rylist li h3 a em {
  display: block;
  width: 110px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  border: 1px solid #fff;
  margin: 30px auto 0;
  font-size: 14px;
}
.c_zzry .c_rylist li:hover h3 {
  display: block;
}
h1.c_biaor {
  font-size: 24px;
  text-align: center;
  color: #c30c0e;
  line-height: 34px;
  padding: 10px 0;
}
.c_textinfo {
  line-height: 24px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  padding-bottom: 10px;
  color: #999;
}
.c_textinfo a {
  color: #999;
}
.c_textinfo a:hover {
  color: #c00;
}
.textcont {
  min-height: 300px;
  font-size: 16px;
  line-height:2.5;
}
.textcont img{max-width:100%;}
.textcont.rrzz {
  min-height: 100px;
  font-size: 16px;
}
.shanxiaye {
  position: relative;
}
.shanxiaye .c_goback {
  position: absolute;
  top: 20px;
  right: 0;
  padding-right: 28px;
  background: url(../images/wangou.png) no-repeat right center;
  font-size: 14px;
  color: #333;
}
.shanxiaye .c_goback:hover {
  color: #c00;
}
.c_newslistpage {
  overflow: hidden;
  padding-bottom: 10px;
  min-height: 500px;
  position: relative;
  top: -30px;
}
.c_newslistpage li {
  overflow: hidden;
  padding: 40px 0;
  border-bottom: 1px dotted #adadad;
}
.c_newslistpage li .c_datre {
  width: 78px;
  text-align: center;
  background: #f2f2f2;
  color: #333;
  font-size: 14px;
  line-height: 2;
  float: left;
}
.c_newslistpage li .c_datre strong {
  font-size: 30px;
  color: #333;
  font-weight: normal;
  display: block;
  line-height: 1.8;
  background: #e6e6e6;
}
.c_newslistpage li .c_miao {
  width: 820px;
  float: right;
  line-height: 22px;
}
.c_newslistpage li .c_miao h3 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
}
.c_newslistpage li .c_miao h3 a {
  color: #333;
}
.c_newslistpage li .c_miao h3 a:hover {
  color: #e52613;
}
.c_newslistpage li .c_miao div.c_dex {
  height: 44px;
  overflow: hidden;
  word-break: break-all;
}
.c_newslistpage li .c_miao div.c_dex span.meiy {
  color: #f58d00;
  padding-left: 30px;
}
.c_newslistpage li:hover .c_datre {
  background: #cb1200;
  color: #fff;
}
.c_newslistpage li:hover .c_datre strong {
  background: #e52613;
  color: #fff;
}
.c_zyyw {
  min-height: 500px;
}
.c_hot1 {
  background: #f3f3f3;
  border-bottom: 5px solid #e0e0e0;
  padding: 12px;
  overflow: hidden;
}
.c_hot1 .c_posio {
  float: left;
}
.c_hot1 .c_posio img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_hot1 .c_des {
  float: right;
  width: 660px;
}
.c_hot1 .c_des h3 {
  font-size: 16px;
}
.c_hot1 .c_des h3 a {
  color: #d21400;
  line-height: 3;
}
.c_hot1 .c_des h3 a:hover {
  color: #333;
}
.c_hot1 .c_des .c_wer {
  height: 78px;
  overflow: hidden;
}
.c_ywlist {
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 10px;
}
.c_ywlist li {
  overflow: hidden;
  line-height: 50px;
  height: 50px;
  border-bottom: 1px solid #eee;
}
.c_ywlist li span {
  float: right;
  color: #666;
  padding-left: 24px;
  background: url(../images/biao.png) no-repeat left center;
}
.c_ywlist li em {
  float: left;
  font-size: 25px;
  width: 50px;
}
.c_ywlist li h3 {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
.c_ywlist li h3 a {
  color: #333;
  display: block;
}
.c_ywlist li h3 a:hover {
  color: #c00;
}
.c_xgerer {
  overflow: hidden;
  padding: 50px 0 0;
}
.c_xgerer ul {
  overflow: hidden;
  width: 1000px;
  padding: 20px 0 0;
  height: 108px;
}
.c_xgerer ul li {
  overflow: hidden;
  line-height: 36px;
  height: 36px;
  width: 420px;
  float: left;
  margin: 0 80px 0 0;
}
.c_xgerer ul li span {
  float: right;
}
.c_xgerer ul li h3 {
  float: left;
  font-size: 15px;
  font-weight: normal;
}
.c_xgerer ul li h3 a {
  color: #333;
}
.c_xgerer ul li h3 a:hover {
  color: #c00;
}
.c_kgqyse {
  overflow: hidden;
  min-height: 500px;
  background: url(../images/kongback.jpg) no-repeat left top;
}
.c_kgqyse h2 {
  font-size: 18px;
  color: #333;
  float: left;
  margin: 30px 20px 0 0;
  font-weight: normal;
}
.c_kgqyse h2 a {
  color: #333;
  display: block;
  border: 1px solid #e9edef;
  line-height: 1.5;
  padding: 5px 12px;
}
.c_kgqyse h2 a:hover {
  color: #fff;
  background: #0f7fd1;
  border-color: #0f7fd1;
}
.c_joblist {
  overflow: hidden;
  min-height: 300px;
  padding-bottom: 40px;
}
.c_joblist li .c_jobtop {
  border-bottom: 1px solid #dbdbdb;
  height: 54px;
  line-height: 54px;
  cursor: pointer;
}
.c_joblist li .c_jobtop h3 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}
.c_joblist li .c_jobtop a {
  float: right;
  background: url(../images/jian.png) no-repeat center;
  width: 30px;
  height: 54px;
  line-height: 54px;
}
.c_joblist li .c_jobtop:hover h3 {
  font-weight: bold;
  color: #d21400;
}
.c_joblist li .c_jobtop:hover a {
  background: url(../images/jiae.png) no-repeat center;
}
.c_joblist li .c_jobbot {
  padding: 20px 0;
  display: none;
}
.c_joblist li .c_jobbot .c_mioaser {
  height: 312px;
  overflow-y: auto;
}
.c_joblist li .jfier {
  overflow: hidden;
  padding: 30px 0 0;
}
.c_joblist li .jfier a {
  float: left;
  width: 80px;
  text-align: center;
  line-height: 32px;
  color: #333;
  background: #c5c5c5;
  margin: 0 10px 0 0;
}
.c_joblist li .jfier a:hover {
  color: #fff;
  background: #d21400;
}
.c_joblist li.on .c_jobbot {
  display: block;
}
.c_fenlei {
  overflow: hidden;
  margin-top: 20px;
}
.c_fenlei .erjica {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  background: #f5f5f5;
  padding-right: 12px;
}
.c_fenlei .erjica a.c_more {
  float: right;
  color: #555;
}
.c_fenlei .erjica a.c_more:hover {
  color: #c00;
}
.c_fenlei .erjica h2 {
  float: left;
  font-size: 16px;
  font-weight: normal;
}
.c_fenlei .erjica h2 a {
  display: block;
  background: #2c99ed;
  color: #fff;
  padding: 0 12px;
}
.c_fenlei .erjica h2 a:hover {
  color: #fc0;
}
.c_fenlei ul {
  overflow: hidden;
  padding: 10px 15px;
  min-height: 160px;
}
.c_fenlei ul li {
  overflow: hidden;
  height: 32px;
  line-height: 32px;
}
.c_fenlei ul li h3 {
  float: left;
  font-size: 14px;
  font-weight: normal;
}
.c_fenlei ul li h3 a {
  color: #333;
  display: block;
  padding-left: 15px;
  background: url(../images/huidian.jpg) no-repeat left center;
}
.c_fenlei ul li h3 a:hover {
  color: #c00;
}
.c_fenlei ul li span {
  float: right;
  color: #666;
}
.c_dqgz .c_fenlei {
  margin-top: 0;
}
.c_dqgz .c_fenlei ul {
  padding: 0;
  min-height: 500px;
  padding-bottom: 40px;
  height: auto;
}
.c_djgzxx .c_xgerer {
  overflow: hidden;
}
.c_djgzxx .c_xgerer ul {
  width: 1400px;
}
.c_djgzxx .c_xgerer ul li {
  margin-right: 150px;
  width: 524px;
}
.c_picnewslistpage{overflow:hidden;min-height:400px;padding-bottom:40px;width:1000px;}
.c_picnewslistpage li{width:260px;float: left;padding: 10px 18px;background:#e9e9e9;margin: 30px 16px 0 0;}
.c_picnewslistpage li:hover{background:#3677d3;color:#fff;}
.c_picnewslistpage li:hover a{color:#fff;}
.c_picnewslistpage li h3{font-size:14px;font-weight:normal;}
.c_picnewslistpage li h3 a{color:#333;}
.c_picnewslistpage li .c_dateri{font-size:14px;color:#999;line-height:40px;}
.c_picnewslistpage li:hover .c_dateri{color:#fff;}
.c_picnewslistpage li .tupian{display:block;}
.c_picnewslistpage li .tupian img{display:block;}
.c_picnewslistpage li .tupian img:hover{opacity:0.85;filter:alpha(opacity=85);}
.c_picnewslistpage li .moaose{font-size:14px;line-height:28px;height:56px;overflow:hidden;padding-top:10px;}
.c_picnewslistpage li .c_more{font-size:14px;display:block;width:80px;color:#333;margin-top: 10px;}

.c_xgerer .hrz-zs{display: block;float: left;width:920px;}

/*# sourceMappingURL=all.css.map */
