@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;
}
body{background:#f6f6f6 url(../images/0.jpg);}
/*让非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: 446px;
}
/*首页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: 500px;
}
.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: 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 5px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  background: url(../images/yuanq.png) no-repeat left center;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background-position: right center;
}
/*前/后按钮代码*/
.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 {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
  text-align: center;
  padding: 40px 0 0;
}
.sub_updown a {
  display: inline-block;
  color: #666;
  background: url(../images/sxp.png) no-repeat;
  width: 64px;
  height: 64px;
  margin: 0 10px;
}
.sub_updown a.sub_updown_up {
  background-position: left top;
}
.sub_updown a.sub_updown_up[href]:hover {
  background-position: left bottom;
}
.sub_updown a.sub_updown_down {
  background-position: right top;
}
.sub_updown a.sub_updown_down[href]:hover {
  background-position: right bottom;
}
.sub_updown a.fanhui {
  background: url(../images/fanhui.png) no-repeat center top;
}
.sub_updown a.fanhui:hover {
  background-position: center bottom;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 14px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 10px;
  border: 1px solid #fff;
  margin: 0px 3px;
  color: #666;
}
.ql_fenye a[href] {
  border: 1px solid #d2d2d2;
}
.ql_fenye a[href]:hover {
  color: #01488b;
  border-color: #fff;
}
.ql_fenye a.se {
  background: #01488b;
  color: #fff;
  border-color: #01488b;
}
.ql_fenye a.se:hover {
  background: #CC2200;
  color: #fff;
}
.ql_fenye span {
  color: #01488b;
  font-weight: bold;
  border-color: #fff;
}
.ql_fenye input {
  width: 30px;
  border: 1px solid #d2d2d2;
  text-align: center;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  font-family: "微软雅黑";
}
/*选中需要全部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_top {
  border-top: 2px solid #cf403c;
  line-height: 32px;
  height: 32px;
}
.c_top span {
  float: left;
  color: #999;
}
.c_top .c_topright {
  float: right;
  overflow: hidden;
  width: 340px;
}
.c_top .c_topright img {
  float: left;
  margin-top: 8px;
}
.c_top .c_topright .c_toplink {
  float: right;
  background: url(../images/toplinkback.png) no-repeat center;
  width: 202px;
  height: 32px;
}
.c_top .c_topright .c_toplink a {
  color: #fff;
  margin-left: 10px;
}
.c_top .c_topright .c_toplink a:hover {
  color: #fc0;
}
.c_top .c_topright .c_toplink a.c_wzdh {
  padding-left: 20px;
  background: url(../images/sifang.png) no-repeat left center;
  margin-left: 30px;
}
.c_top .c_topright .c_toplink a.c_xtbg {
  padding-left: 10px;
  background: url(../images/shuxi.png) no-repeat left center;
}
.c_topmid {
  padding: 10px 0;
}
.c_topmid a.c_logo {
  float: left;
}
.c_topmid .c_righttop {
  float: right;
  padding: 15px 0 0;
}
.c_topmid .c_righttop .c_fenxian {
  overflow: hidden;
}
.c_topmid .c_righttop .c_fenxian a {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../images/topfenx.png);
  cursor: pointer;
  margin-left: 5px;
}
.c_topmid .c_righttop .c_fenxian a.jiathis_button_weixin {
  background-position: left top;
}
.c_topmid .c_righttop .c_fenxian a.jiathis_button_weixin:hover {
  background-position: left bottom;
}
.c_topmid .c_righttop .c_fenxian a.jiathis_button_tqq {
  background-position: center top;
}
.c_topmid .c_righttop .c_fenxian a.jiathis_button_tqq:hover {
  background-position: center bottom;
}
.c_topmid .c_righttop .c_fenxian a.jiathis_button_tsina {
  background-position: right top;
}
.c_topmid .c_righttop .c_fenxian a.jiathis_button_tsina:hover {
  background-position: right bottom;
}
.c_topmid .c_righttop .c_topsearch {
  height: 32px;
  background: #f6f6f6;
  padding: 0 0 0 10px;
  width: 352px;
  margin-top: 10px;
}
.c_topmid .c_righttop .c_topsearch a {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../images/sousuo.png) no-repeat center;
}
.c_topmid .c_righttop .c_topsearch a:hover {
  background-color: #ccc;
}
.c_topmid .c_righttop .c_topsearch div {
  width: 320px;
}
.c_topmid .c_righttop .c_topsearch div input {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-family: "微软雅黑";
  font-size: 13px;
  color: #6d6d6d;
}
.c_topnav {
  text-align: center;
  background:url(../images/beiji.jpg) repeat-x center bottom;
}
.c_topnav ul li {
  display: inline-block;
  vertical-align: top;
}
.c_topnav ul li a {
  color: #333;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
  font-size: 18px;
}
.c_topnav ul li.on a {
  color: #fff;
  font-weight: bold;
  background: #01488b;
}
.c_topnav ul li:hover a {
  color: #fff;
  font-weight: bold;
  background: #01488b;
}
.c_toshee{background: #fff;}
.c_footer {
  background: #104688;
  padding: 40px 0 0;
}
.c_botnav {
  float: left;
  overflow: hidden;
  border-right: 1px solid #15529c;
}
.c_botnav .botul {
  float: left;
  font-size: 15px;
  color: #5682b6;
  padding-right: 60px;
  line-height: 32px;
}
.c_botnav .botul a {
  display: block;
  color: #5682b6;
}
.c_botnav .botul a:hover {
  color: #fc433e;
}
.c_botnav .botul a.lam {
  font-size: 18px;
  color: #96b3d4;
  margin-bottom: 10px;
}
.c_botnav .botul a.lam[href]:hover {
  color: #fc433e;
}
.c_botright {
  float: right;
  width: 370;
  font-size: 15px;
  color: #5682b6;
  line-height: 32px;
}
.c_youlinks {
  height: 35px;
  line-height: 35px;
  position: relative;
  font-size: 13px;
  color: #5682b6;
  padding: 0 20px;
  background: #f6f6f6;
  margin-top: 20px;
}
.c_youlinks div {
  background: url(../images/xiajian.png) no-repeat right center;
  cursor: pointer;
}
.c_youlinks ul {
  position: absolute;
  bottom: 35px;
  background: #f6f6f6;
  width: 100%;
  left: 0;
  display: none;
}
.c_youlinks ul li a {
  color: #666;
  padding: 0 20px;
  display: block;
}
.c_youlinks ul li a:hover {
  background: #ddd;
}
.c_youlinks:hover ul {
  display: block;
}
.c_footbot {
  background: #081016;
  color: #6c6c6c;
  padding: 5px 0;
  margin-top: 30px;
}
.c_footbot img {
  vertical-align: middle;
}
.c_footbot a {
  color: #6c6c6c;
}
.c_footbot a:hover {
  color: #999;
}
.c_footbot .gjz {
  text-align: center;
}
.c_footbot .c_botinfo .botlink {
  float: right;
}
.c_leftnews {
  float: left;
  width: 552px;
  position: relative;
}
.c_leftnews a {
  display: block;
}
.c_leftnews img {
  display: block;
}
.c_leftnews img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_leftnews .bd li {
  position: relative;
  overflow: hidden;
}
.c_leftnews .bd li h3 {
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.c_leftnews .bd li h3 a {
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  width: 400px;
}
.c_leftnews .bd li h3 a:hover {
  color: #cf403c;
}
.c_leftnews .hd {
  position: absolute;
  height: 0;
  width: 100%;
  z-index: 9;
  bottom: 0;
}
.c_leftnews .hd ul {
  float: right;
  overflow: hidden;
  margin-top: -24px;
  margin-right: 15px;
}
.c_leftnews .hd ul li {
  float: left;
  width: 8px;
  height: 8px;
  background: url(../images/diandain.png) no-repeat left center;
  cursor: pointer;
  margin-left: 8px;
}
.c_leftnews .hd ul li.on {
  background-position: right center;
}
.c_leftnews .hd a {
  position: absolute;
  font-family: "宋体";
  color: #999;
  font-size: 40px;
  height: 50px;
  line-height: 50px;
  width: 40px;
  text-align: center;
  bottom: 150px;
}
.c_leftnews .hd a:hover {
  color: #FC433E;
}
.c_leftnews .hd a.next {
  right: 0;
}
.c_leftnews .hd a.prev {
  left: 0;
}
.c_newstab {
  width: 600px;
  float: right;
}
.c_newstab .hd {
  overflow: hidden;
  border-bottom: 2px solid #01488b;
}
.c_newstab .hd h2 {
  float: left;
  font-weight: normal;
}
.c_newstab .hd h2 a {
  display: block;
  color: #666;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}
.c_newstab .hd h2.on a {
  color: #fff;
  background: #01488B;
}
.c_newstab .hd .more {
  float: right;
  line-height: 40px;
  font-size: 14px;
}
.c_newstab .hd .more a {
  display: block;
  padding-right: 24px;
  background: url(../images/youjian.png) no-repeat right center;
  color: #929292;
}
.c_newstab .hd .more a:hover {
  color: #01488B;
}
.tout {
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
  margin-bottom: 15px;
}
.tout .titbi {
  overflow: hidden;
  padding-right: 5px;
}
.tout .titbi span {
  float: right;
  font-style: italic;
  font-size: 16px;
  color: #666;
  height: 50px;
  line-height: 50px;
}
.tout .titbi span strong {
  font-size: 21px;
  font-weight: normal;
}
.tout .titbi h3 {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
.tout .titbi h3 a {
  color: #01488b;
  display: block;
}
.tout .titbi h3 a:hover {
  color: #FC433E;
}
.tout .c_des {
  font-size: 14px;
  color: #666;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.c_newslist {
  overflow: hidden;
}
.c_newslist li {
  overflow: hidden;
  height: 35px;
  line-height: 35px;
}
.c_newslist li span {
  float: right;
  font-size: 14px;
  color: #999;
}
.c_newslist li h3 {
  font-size: 15px;
  font-weight: normal;
}
.c_newslist li h3 a {
  color: #333;
  display: block;
}
.c_newslist li h3 a em {
  color: #ddd;
  line-height: 34px;
  vertical-align: top;
  font-size: 12px;
}
.c_newslist li h3 a:hover {
  color: #01488b;
}
.c_newslist li h3 a:hover em {
  color: #01488b;
}
.c_floor1 {
  padding: 50px 0;
  height: 342px;
}
.c_tit1 {
  background: url(../images/huabian.png) repeat-x center bottom;
}
.c_tit1 a.c_more {
  float: right;
  color: #999;
  font-size: 14px;
  padding-right: 24px;
  background: url(../images/youjian.png) no-repeat right center;
  height: 20px;
  line-height: 20px;
  margin-top: -8px;
}
.c_tit1 a.c_more:hover {
  color: #FC433E;
}
.c_tit1 h2 a {
  display: block;
  background: #fff url(../images/titz1.png) no-repeat left top;
  width: 112px;
  height: 27px;
  padding-right: 15px;
}
.c_tit1 h2 a:hover {
  background-position: left bottom;
}
.c_za1 {
  float: left;
  width: 350px;
}
.c_za1 .c_touy {
  background: #f3f3f3;
  padding-bottom: 20px;
}
.c_za1 .c_touy a {
  display: block;
}
.c_za1 .c_touy img {
  display: block;
}
.c_za1 .c_touy img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_za1 .c_touy h3 {
  font-size: 18px;
  padding: 15px 15px 0;
}
.c_za1 .c_touy h3 a {
  color: #01488b;
  padding-left: 30px;
  background: url(../images/yinhai.png) no-repeat left center;
}
.c_za1 .c_touy h3 a:hover {
  color: #CF403C;
}
.c_za1 .c_touy .c_des {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  padding: 10px 15px 0 45px;
}
.c_za1 ul {
  background: #f3f3f3;
  padding: 5px 15px;
  margin-top: 20px;
}
.c_za2 {
  float: left;
  width: 420px;
  margin-left: 34px;
}
.c_za2 .dati {
  font-size: 20px;
  padding-bottom: 15px;
}
.c_za2 .dati a {
  color: #333;
  display: block;
}
.c_za2 .dati a:hover {
  color: #CF403C;
}
.c_za2 ul {
  padding-bottom: 35px;
}
.c_za3 {
  float: right;
  width: 365px;
}
.c_za3 .tis1 {
  font-size: 20px;
  font-weight: normal;
}
.c_za3 .tis1 a {
  color: #01488b;
  display: block;
}
.c_za3 .tis1 a:hover {
  color: #CF403C;
}
.c_za3 .tis2 {
  font-size: 20px;
  font-weight: normal;
  background: url(../images/huixian.png) no-repeat left bottom;
  padding-bottom: 12px;
  margin: 10px 0;
}
.c_za3 .tis2 a {
  color: #01488b;
  display: block;
}
.c_za3 .tis2 a:hover {
  color: #CF403C;
}
.c_za3 .c_tuniew {
  overflow: hidden;
}
.c_za3 .c_tuniew ul {
  width: 390px;
}
.c_za3 .c_tuniew ul li {
  float: left;
  width: 176px;
  margin: 15px 10px 0 0;
}
.c_za3 .c_tuniew ul li a {
  display: block;
}
.c_za3 .c_tuniew ul li img {
  display: block;
}
.c_za3 .c_tuniew ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_za3 .c_tuniew ul li h3 {
  font-size: 15px;
  font-weight: normal;
}
.c_za3 .c_tuniew ul li h3 a {
  display: block;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333;
  padding: 10px 0 0;
}
.c_za3 .c_tuniew ul li h3 a:hover {
  color: #CF403C;
}
.c_kks {
  height: 468px;
  overflow: hidden;
  padding: 28px 0 0;
}
.c_floor3 {
  background: url(../images/midback.jpg) no-repeat center;
  height: 390px;
  overflow: hidden;
  margin-top: 40px;
}
.c_floor3 .c_htit {
  font-size: 28px;
  font-weight: normal;
  padding: 40px 0 0;
}
.c_floor3 .c_htit a {
  display: block;
  color: #fff;
  line-height: 40px;
}
.c_floor3 .c_htit a:hover {
  color: #CF403C;
}
.mid1 {
  float: left;
  width: 370px;
}
.mid1 .lianjie {
  overflow: hidden;
}
.mid1 .lianjie h2 {
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  transition: background-color 0.6s;
  margin-top: 20px;
}
.mid1 .lianjie h2:hover {
  background-color: #cf403c;
}
.mid1 .lianjie .c_ji1 {
  float: left;
  width: 174px;
  background: #01488b;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: 20px;
  font-weight: normal;
}
.mid1 .lianjie .c_ji1 a {
  color: #75a4d1;
  display: block;
  text-align: center;
  padding: 15px 0 25px;
}
.mid1 .lianjie .c_ji1 a:hover {
  color: #fff;
}
.mid1 .lianjie .c_ji1 a:hover em {
  background-image: url(../images/icon1.png);
}
.mid1 .lianjie .c_ji1 em {
  display: block;
  width: 100px;
  height: 80px;
  background: url(../images/icon1h.png) no-repeat center;
  margin: 0 auto;
}
.mid1 .lianjie .c_ji1:hover {
  background-color: #cf403c;
}
.mid1 .lianjie .c_ji2 {
  float: right;
  width: 174px;
  background: #01488b;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: 20px;
  font-weight: normal;
}
.mid1 .lianjie .c_ji2 a {
  color: #75a4d1;
  display: block;
  text-align: center;
  padding: 15px 0 25px;
}
.mid1 .lianjie .c_ji2 a:hover {
  color: #fff;
}
.mid1 .lianjie .c_ji2 a:hover em {
  background-image: url(../images/icon2.png);
}
.mid1 .lianjie .c_ji2 em {
  display: block;
  width: 100px;
  height: 80px;
  background: url(../images/icon2h.png) no-repeat center;
  margin: 0 auto;
}
.mid1 .lianjie .c_ji2:hover {
  background-color: #cf403c;
}
.mid1 .c_ji3 {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: 20px;
  font-weight: normal;
  height: 65px;
  line-height: 65px;
  background: #01488b url(../images/youjian1.png) no-repeat 300px center;
  margin-top: 20px;
  -webkit-transition: background-color 0.6s;
  -o-transition: background-color 0.6s;
  -moz-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
.mid1 .c_ji3 a {
  color: #75a4d1;
  display: block;
}
.mid1 .c_ji3 a:hover {
  color: #fff;
}
.mid1 .c_ji3 a:hover em {
  background-image: url(../images/icon3.png);
}
.mid1 .c_ji3 em {
  float: left;
  margin-left: 25px;
  width: 65px;
  height: 65px;
  background: url(../images/icon3h.png) no-repeat center;
}
.mid1 .c_ji3:hover {
  background: #CF403C url(../images/youjian2.png) no-repeat 300px center;
}
.mid2 {
  float: left;
  width: 366px;
  margin-left: 52px;
}
.mid2 .shipi {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
}
.mid2 .shipi img {
  display: block;
}
.mid2 .shipi .c_shijpin a {
  display: block;
  position: absolute;
  background: url(../images/bofang.png) no-repeat left center;
  width: 77px;
  height: 65px;
  left: 50%;
  top: 80px;
  margin-left: -38px;
}
.mid2 .shipi .c_shijpin a:hover {
  background-position: right center;
}
.mid2 .shipi h3 {
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.mid2 .shipi h3 a {
  display: block;
  color: #3d4c59;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  background: #c4d3e1;
}
.mid2 .shipi h3 a:hover {
  background: #CF403C;
  color: #fff;
}
.mid3 {
  float: right;
  width: 366px;
}
.mid3 .renc {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
}
.mid3 .renc img {
  display: block;
}
.mid3 .renc .c_shijpin a {
  display: block;
  position: absolute;
  background: url(../images/bofang.png) no-repeat left center;
  width: 77px;
  height: 65px;
  left: 50%;
  top: 65px;
  margin-left: -38px;
}
.mid3 .renc .c_shijpin a:hover {
  background-position: right center;
}
.mid3 .renc h3 {
  font-weight: normal;
  font-size: 18px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.mid3 .renc h3 a {
  display: block;
  color: #3d4c59;
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  background: #c4d3e1;
}
.mid3 .renc h3 a:hover {
  background: #CF403C;
  color: #fff;
}
.c_floor4 {
  padding: 30px 0;
  height: 300px;
}
.c_floor4 .hd {
  background: url(../images/huabian.png) repeat-x center bottom;
}
.c_floor4 .hd h2.c_jist {
  float: left;
  padding-top: 13px;
}
.c_floor4 .hd h2.c_jist a {
  display: block;
  background: #fff url(../images/titz2.png) no-repeat left top;
  width: 110px;
  height: 27px;
  padding-right: 15px;
}
.c_floor4 .hd h2.c_jist a:hover {
  background-position: left bottom;
}
.c_floor4 .hd ul {
  float: left;
  overflow: hidden;
}
.c_floor4 .hd ul li {
  float: left;
  margin-left: 50px;
}
.c_floor4 .hd ul li h2 {
  font-weight: normal;
  font-size: 20px;
}
.c_floor4 .hd ul li h2 a {
  display: block;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  background: #01488B;
}
.c_floor4 .hd ul li.on a {
  background: #CF403C;
}
.c_floor4 .hd .more {
  float: right;
}
.c_floor4 .hd .more a {
  display: block;
  padding-right: 24px;
  background: url(../images/youjian.png) no-repeat right center;
  color: #999;
}
.c_floor4 .hd .more a:hover {
  color: #CF403C;
}
.c_gun .cjhd {
  position: relative;
  height: 30px;
}
.c_gun .cjhd a {
  position: absolute;
  background: url(../images/jiantou.png) no-repeat;
  width: 30px;
  height: 30px;
  top: 120px;
}
.c_gun .cjhd a.nextf {
  background-position: right bottom;
  right: -50px;
}
.c_gun .cjhd a.nextf:hover {
  background-position: right top;
}
.c_gun .cjhd a.prevf {
  background-position: left bottom;
  left: -50px;
}
.c_gun .cjhd a.prevf:hover {
  background-position: left top;
}
.c_gun .cjbd {
  overflow: hidden;
}
.c_gun .cjbd li {
  float: left;
  width: 290px;
  margin: 0 13px 0 0;
}
.c_gun .cjbd li a {
  display: block;
}
.c_gun .cjbd li img {
  display: block;
}
.c_gun .cjbd li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_gun .cjbd li h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_gun .cjbd li h3 a {
  display: block;
  text-align: center;
  color: #333;
  height: 52px;
  line-height: 52px;
}
.c_gun .cjbd li h3 a:hover {
  color: #CF403C;
}
.c_lqbz {
  background: #e0e2e4;
  height: 184px;
}
.c_lqbz .gs1 {
  float: left;
  background: url(../images/gs1.jpg) no-repeat left top;
  width: 454px;
  height: 184px;
}
.c_lqbz .gs1 h2 {
  font-size: 20px;
  padding: 40px 22px 0;
}
.c_lqbz .gs1 h2 a {
  display: block;
  color: #01488b;
}
.c_lqbz .gs1 h2 a:hover {
  color: #CF403C;
}
.c_lqbz .gs1 .c_des {
  width: 300px;
  height: 78px;
  overflow: hidden;
  padding: 15px 22px 0;
}
.c_lqbz .gs2 {
  float: left;
  background: url(../images/gs2.jpg) no-repeat left top;
  width: 238px;
  height: 184px;
}
.c_lqbz .gs2 h2 {
  font-weight: normal;
  font-size: 18px;
  padding: 100px 0 0 35px;
}
.c_lqbz .gs2 h2 a {
  color: #0d0d0d;
}
.c_lqbz .gs2 h2 a:hover {
  color: #CF403C;
}
.c_lqbz .gs3 {
  float: left;
  background: #fc433e url(../images/gs3.jpg) no-repeat left top;
  width: 197px;
  height: 184px;
}
.c_lqbz .gs3 h2 {
  font-weight: normal;
  font-size: 18px;
  padding: 100px 0 0 22px;
}
.c_lqbz .gs3 h2 a {
  color: #fff;
}
.c_lqbz .gs3 h2 a:hover {
  color: #fc0;
}
.c_lqbz .gs4 {
  float: left;
  background: url(../images/gs4.jpg) no-repeat left top;
  width: 310px;
  height: 184px;
}
.c_lqbz .gs4 h2 {
  font-size: 21px;
  padding: 42px 0 0 22px;
}
.c_lqbz .gs4 h2 a {
  color: #fff;
}
.c_lqbz .gs4 h2 a:hover {
  color: #fc0;
}
.c_lqbz .gs4 .c_des {
  font-size: 16px;
  color: #fff;
  padding: 24px 0 0 22px;
}
.c_pagetop {
  position: absolute;
  top: 191px;
  left: 0;
  width: 100%;
  background: url(../images/bantou1.png);
  color: #fff;
  line-height: 60px;
  font-size: 15px;
  z-index: 99;
}
.c_pagetop a {
  color: #fff;
}
.c_pagetop a em {
  display: block;
  padding: 0 10px;
}
.c_pagetop a:hover em {
  border-bottom: 2px solid #fff;
  height: 58px;
}
.c_pagetop a.on em {
  border-bottom: 2px solid #fff;
  height: 58px;
}
.c_pagetop .topkk {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.c_pagetop .c_position {
  float: left;
}
.c_pagetop .c_position a:hover {
  color: #cf403c;
}
.c_pagetop .c_erji {
  float: right;
  overflow: hidden;
  margin-right: -20px;
}
.c_pagetop .c_erji a {
  padding-right: 14px;
  margin-right: 10px;
  background: url(../images/jiange.png) no-repeat right center;
  float: left;
}
.c_sitemap {
  background: #11406a url(../images/siteback.jpg) no-repeat center top;
  text-align: center;
  padding: 269px 0 40px;
  min-height: 400px;
}
.c_sitemap ul {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.c_sitemap ul li a {
  display: block;
  color: #c5cfe6;
  font-size: 15px;
  line-height: 32px;
}
.c_sitemap ul li a:hover {
  color: #fff;
}
.c_sitemap ul li.c_jist {
  padding-bottom: 30px;
}
.c_sitemap ul li.c_jist a {
  font-size: 18px;
  line-height: 45px;
  height: 45px;
  padding: 0 22px;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}
.c_sitemap ul li.c_jist a:hover {
  background: #01488b;
  font-weight: bold;
}
.c_lxwmbanner {
  background: url(../images/lxwmbanner.jpg) no-repeat center;
  height: 446px;
  position: relative;
}
.c_gywmbanner {
  background: url(../images/gywmbanner.jpg) no-repeat center;
  height: 446px;
  position: relative;
}
.c_gywmbanner .c_dazi {
  font-size: 48px;
  color: #fff;
  line-height: 1.8;
  left: 46%;
  margin-left: -600px;
  position: absolute;
  top: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_gywmbanner .c_xiaozi {
  font-size: 28px;
  color: #fff;
  line-height: 1.8;
  position: absolute;
  left: 46%;
  margin-left: -600px;
  top: 285px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_h2tit {
  font-size: 16px;
  color: #666;
  line-height: 50px;
  height: 50px;
  padding: 50px 0 0;
}
.c_h2tit strong {
  font-weight: normal;
  font-size: 32px;
  color: #01488b;
}
.c_h2tit1 {
  font-size: 16px;
  color: #666;
  line-height: 50px;
  height: 50px;
  padding: 50px 0 0;
}
.c_h2tit1 strong {
  font-weight: normal;
  font-size: 32px;
  color: #333;
}
.c_h2tit1 span.c_bi {
  padding: 10px 0 0 70px;
  background: url(../images/bianji.png) no-repeat 30px center;
  position: relative;
  top: 3px;
}
.c_h2tit2 {
  text-align: center;
  font-size: 32px;
  color: #333;
  line-height: 50px;
  height: 50px;
  padding: 50px 0 30px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_about1{
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_h2tit3 {
  text-align: center;
  font-size: 32px;
  color: #fff;
  line-height: 50px;
  height: 50px;
  padding: 50px 0 30px;
}
.c_lxwm {
  position: relative;
  margin-top: 20px;
}
.c_lxwm .c_lxfs {
  position: absolute;
  z-index: 99;
  background: #fff;
  padding: 20px 30px;
  left: 80px;
  top: 80px;
  font-size: 15px;
  color: #666;
}
.c_dilog {
  min-height: 200px;
  padding-bottom: 40px;
}
.liu {
  overflow: hidden;
  padding: 30px 0 0;
}
.liu img.c_liut {
  float: left;
}
.liu div.hi {
  margin-left: 85px;
}
.liu div.hi .liutie {
  font-size: 16px;
  color: #666;
}
.liu div.hi .liutie strong {
  font-size: 19px;
  font-weight: normal;
  padding-right: 20px;
  color: #333;
}
.liu div.hi .jsie {
  font-size: 15px;
  color: #333;
  padding: 5px 0 0;
}
.chuis {
  position: relative;
  background: #f6f5f5;
  padding: 15px 38px;
  margin-top: 20px;
}
.chuis img.huihua {
  float: left;
}
.chuis .geif {
  margin-left: 48px;
  padding-top: 5px;
  font-size: 14px;
  color: #333;
}
.chuis .geif img.c_jish {
  position: absolute;
  top: -12px;
  left: 40px;
}
.c_zxly {
  padding: 35px 40px;
  background: #f8f8f8;
  width: 1120px;
  margin: 20px auto 0;
}
.c_input {
  width: 510px;
  height: 52px;
}
.c_input span {
  float: left;
  width: 80px;
  font-size: 20px;
  color: #333;
  height: 52px;
  line-height: 52px;
}
.c_input div {
  background: #eee;
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-left: 82px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  position: relative;
}
.c_input div input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
}
.c_input div em {
  position: absolute;
  color: #c20;
  top: 0;
  right: -20px;
  font-size: 20px;
}
.c_textarea {
  margin-top: 20px;
}
.c_textarea span {
  float: left;
  width: 80px;
  font-size: 20px;
  color: #333;
  height: 52px;
  line-height: 52px;
}
.c_textarea div {
  background: #eee;
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-left: 82px;
  height: 100px;
  padding: 10px;
  position: relative;
}
.c_textarea div textarea {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 30px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
  resize: none;
}
.c_textarea div em {
  position: absolute;
  color: #c20;
  top: 0;
  right: -20px;
  font-size: 20px;
}
.c_yam {
  width: 510px;
  height: 52px;
  margin-top: 20px;
}
.c_yam span {
  float: left;
  width: 80px;
  font-size: 20px;
  color: #333;
  height: 52px;
  line-height: 52px;
}
.c_yam div {
  background: #eee;
  border: 1px solid #dadada;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-left: 82px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  position: relative;
}
.c_yam div input {
  display: block;
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
  float: left;
}
.c_yam div img {
  float: left;
  width: 90px;
  cursor: pointer;
  height: 50px;
}
.c_yam div a {
  float: left;
  color: #666;
  padding-left: 10px;
  font-size: 14px;
}
.c_yam div a:hover {
  color: #c20;
}
.c_yam div em {
  position: absolute;
  color: #c20;
  top: 0;
  right: -20px;
  font-size: 20px;
}
.c_ani a {
  display: block;
  width: 155px;
  text-align: center;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #01488b;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin: 40px auto 0;
}
.c_ani a:hover {
  background: #0066FF;
}
.c_about {
  font-size: 15px;
  color: #666;
  line-height: 2;
}
.c_about a {
  color: #666;
}
.c_about a:hover {
  color: #0066FF;
}
.c_about img {
  max-width: 100%;
  height: auto;
}
.c_shuzi {
  width: 1040px;
  margin: 0 auto;
  padding: 40px 0;
}
.c_shuzi div {
  float: left;
  text-align: center;
  font-size: 15px;
  color: #666;
  width: 260px;
}
.c_shuzi div strong {
  display: block;
  font-size: 80px;
  line-height: 1.2;
  color: #0073bc;
  font-family: "宋体";
}
.c_dszzc {
  background: #fafafa;
  padding: 50px 0;
}
.c_dnso {
  padding: 40px 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_dnso .renwy {
  float: right;
}
.c_dnso .c_zhici {
  float: left;
  width: 610px;
  font-size: 15px;
  color: #666;
  line-height: 2;
}
.c_fzjlji .bd {
  height: 420px;
  background: url(../images/xixian.png) repeat-x center 184px;
  overflow: hidden;
}
.c_fzjlji .bd .tempWrap {
  background: url(../images/huanb.png) repeat-x center 169px;
  margin: 0 auto;
}
.c_fzjlji .bd li {
  float: left;
  width: 270px;
  color: #666;
  background: #f4f4f4;
  position: relative;
  margin: 211px 15px 0;
}
.c_fzjlji .bd li strong {
  display: block;
  font-size: 28px;
  font-family: arial;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background: #cecece;
}
.c_fzjlji .bd li .c_di {
  display: block;
  background: url(../images/djin.png) no-repeat right center;
  height: 35px;
  width: 20px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -10px;
}
.c_fzjlji .bd li .c_des {
  padding: 10px 15px;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.c_fzjlji .bd li.uo {
  margin-top: 0;
}
.c_fzjlji .bd li.uo .c_di {
  display: block;
  background: url(../images/djin1.png) no-repeat right center;
  height: 35px;
  width: 20px;
  position: absolute;
  top: auto;
  bottom: -76px;
  left: 50%;
  margin-left: -10px;
}
.c_fzjlji .bd li.uo strong {
  display: block;
  font-size: 28px;
  font-family: arial;
  text-align: center;
  height: 42px;
  line-height: 42px;
  background: #cecece;
  position: absolute;
  width: 100%;
  bottom: -42px;
}
.c_fzjlji .bd li:hover strong {
  background: #01488b;
  color: #fff;
}
.c_fzjlji .bd li:hover .c_di {
  background-position: left center;
}
.c_fzjlji .hd {
  position: relative;
}
.c_fzjlji .hd a {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/jiantou.png) no-repeat;
  top: 168px;
}
.c_fzjlji .hd a.next {
  right: 0;
  background-position: right bottom;
}
.c_fzjlji .hd a.next:hover {
  background-position: right top;
}
.c_fzjlji .hd a.prev {
  left: 0;
  background-position: left bottom;
}
.c_fzjlji .hd a.prev:hover {
  background-position: left top;
}
.c_zzjg {
  background: #4f73a3 url(../images/lanback.jpg) no-repeat center bottom;
  padding: 50px 0;
}
.jtyalist .hd {
  position: relative;
}
.jtyalist .hd a {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/jiantou.png) no-repeat;
  top: 100px;
}
.jtyalist .hd a.next {
  right: -50px;
  background-position: right bottom;
}
.jtyalist .hd a.next:hover {
  background-position: right top;
}
.jtyalist .hd a.prev {
  left: -50px;
  background-position: left bottom;
}
.jtyalist .hd a.prev:hover {
  background-position: left top;
}
.jtyalist .bd {
  overflow: hidden;
}
.jtyalist .bd li {
  float: left;
  width: 290px;
  margin: 0 14px 0 0;
}
.jtyalist .bd li img {
  display: block;
  height: 180px;
  width: 290px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.jtyalist .bd li img:hover {
  -webkit-transform: scale(1.06, 1.06);
     -moz-transform: scale(1.06, 1.06);
      -ms-transform: scale(1.06, 1.06);
       -o-transform: scale(1.06, 1.06);
          transform: scale(1.06, 1.06);
}
.jtyalist .bd li div {
  position: relative;
  overflow: hidden;
}
.jtyalist .bd li h3 {
  font-weight: normal;
  color: #333;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  line-height: 32px;
  background: #dedede;
}
.jtyalist .bd li h3:hover {
  background: #01488b;
  color: #fff;
}
.jtry {
  padding: 0 0 50px;
}
.c_xwzxbanner {
  background: url(../images/xwzxbanner.jpg) no-repeat center top;
  height: 574px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c_xwzxbanner .c_ht {
  width: 860px;
  height: 400px;
  background: url(../images/bantou2.png);
  position: absolute;
  top: 115px;
  right: 50%;
  margin-right: 100px;
}
.c_xwzxbanner .w1200 {
  position: relative;
  z-index: 6;
  padding: 220px 0 0;
}
.c_xwzxbanner .c_zuozi {
  float: left;
}
.c_xwzxbanner .c_zuozi strong {
  display: block;
  font-weight: normal;
  color: #fff;
  font-size: 48px;
  line-height: 1.3;
}
.c_xwzxbanner .c_zuozi em {
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 1.8;
  padding: 20px 0 0;
}
.c_xwzxbanner .c_youzi {
  float: right;
  width: 600px;
}
.c_xwzxbanner .c_youzi h3 {
  font-weight: normal;
  font-size: 28px;
  line-height: 2;
}
.c_xwzxbanner .c_youzi h3 a {
  display: block;
  color: #fff;
}
.c_xwzxbanner .c_youzi h3 a:hover {
  color: #FC433E;
}
.c_xwzxbanner .c_youzi em.c_date {
  display: block;
  color: #f0f0f0;
  font-size: 16px;
}
.c_xwzxbanner .c_youzi .c_des {
  font-size: 16px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #fff;
  padding: 10px 0 0;
}
.c_xwzx {
  padding-bottom: 40px;
}
.c_xwzx ul {
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_xwzx li {
  padding: 20px 0;
  border-bottom: 1px dashed #e3e3e3;
}
.c_xwzx li .c_newstop {
  overflow: hidden;
  line-height: 40px;
  height: 40px;
}
.c_xwzx li .c_newstop span {
  float: right;
  font-size: 12px;
  color: #999;
}
.c_xwzx li .c_newstop h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_xwzx li .c_newstop h3 a {
  display: block;
  color: #333;
}
.c_xwzx li .c_newstop h3 a:hover {
  color: #0073BC;
}
.c_xwzx li .c_des {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
}
h1 {
  font-size: 26px;
  color: #333;
  text-align: center;
  font-weight: normal;
  line-height: 1.6;
  padding: 40px 0 30px;
}
.textinfo {
  border-bottom: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  line-height: 45px;
  height: 45px;
  color: #b2afaf;
  font-size: 16px;
  text-align: center;
}
.textinfo a {
  color: #b2afaf;
}
.textinfo a:hover {
  color: #0073BC;
}
.c_textcont {
  font-size: 15px;
  color: #333;
  line-height: 2;
  padding: 40px 0;
  border-bottom: 1px solid #f6f6f6;
}
.c_xgtj {
  overflow: hidden;
  padding: 50px 0;
}
.tjtji {
  font-size: 26px;
  color: #01488b;
  line-height: 40px;
  height: 40px;
  padding-left: 75px;
  background: url(../images/lina.png) no-repeat 35px center;
}
.tjkk {
  background: #f2f2f2;
  padding: 15px 35px;
  margin-top: 20px;
  overflow: hidden;
}
.tjkk ul {
  overflow: hidden;
  width: 1200px;
}
.tjkk ul li {
  float: left;
  width: 540px;
  border-top: 1px dotted #c2c2c2;
  margin: -1px 50px 0 0;
  padding: 10px 0;
}
.tjkk ul li h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
.tjkk ul li h3 a {
  display: block;
  color: #333;
}
.tjkk ul li h3 a:hover {
  color: #0073BC;
}
.tjkk ul li .c_rijq {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 24px;
  height: 24px;
}
.c_joblist {
  overflow: hidden;
  min-height: 300px;
  padding-bottom: 40px;
}
.c_joblist h3 {
  font-weight: normal;
  font-size: 18px;
  padding: 0 25px;
  background: #f4f4f4;
  margin-top: 20px;
}
.c_joblist h3 a {
  display: block;
  color: #333;
  padding-right: 50px;
  height: 52px;
  line-height: 52px;
  background: url(../images/jiahao.png) no-repeat right center;
}
.c_joblist h3:hover {
  background: #23305c;
}
.c_joblist h3:hover a {
  color: #fff;
}
.c_joblist h3.on {
  background: #23305c;
}
.c_joblist h3.on a {
  color: #fff;
  background: url(../images/xiajian1.png) no-repeat right center;
}
.c_joblist .c_jobdes {
  font-size: 14px;
  color: #333;
  line-height: 38px;
  padding: 15px 26px;
}
.c_joblist .c_jobxx {
  overflow: hidden;
}
.c_joblist .c_jobxx div {
  float: left;
  width: 24%;
  margin-right: 1%;
}
.c_joblist .hziae {
  overflow: hidden;
  padding: 30px 0;
}
.c_joblist .hziae .c_zhize {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.c_joblist .c_hzie {
  text-align: right;
}
.c_joblist .c_hzie a {
  color: #333;
}
.c_joblist .c_hzie a:hover {
  color: #27a364;
}
.c_joblist .c_hzie span {
  padding: 0 15px;
}
.c_zxzpbanner {
  background: url(../images/zxzp_banner.jpg) no-repeat center top;
  height: 446px;
  width: 100%;
}
.c_zxzpbanner .c_dazi {
  font-size: 48px;
  color: #fff;
  line-height: 1.8;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  padding-top: 170px;
  top: 30px;
  position: relative;
}
.c_zxzpbanner .c_xiaozi {
  font-size: 28px;
  color: #fff;
  line-height: 1.8;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  top: 30px;
  position: relative;
}
.c_gcal {
  padding: 40px 0;
}
.c_gcal ul {
  overflow: hidden;
  width: 1280px;
  min-height: 400px;
  padding-bottom: 30px;
}
.c_gcal ul li {
  float: left;
  width: 290px;
  margin: 20px 13px 0 0;
}
.c_gcal ul li img {
  display: block;
}
.c_gcal ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_gcal ul li a {
  display: block;
}
.c_gcal ul li h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_gcal ul li h3 a {
  color: #333;
  text-align: center;
  height: 52px;
  line-height: 52px;
}
.c_gcal ul li h3 a:hover {
  color: #CC2200;
}
.c_gcalbanner {
  height: 574px;
  width: 100%;
  background: url(../images/gcalbanner.jpg) no-repeat center top;
  position: relative;
}
.c_gcalbanner .c_dazi {
  font-size: 42px;
  color: #fff;
  line-height: 1.8;
  left: 46%;
  margin-left: -600px;
  position: absolute;
  top: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_gcalbanner .c_xiaozi {
  font-size: 19px;
  color: #fff;
  line-height: 1.8;
  position: absolute;
  left: 46%;
  margin-left: -600px;
  top: 285px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_gcalbanner img {
  display: block;
  position: absolute;
  left: 50%;
  display: none;
}
.c_gcalbanner img.dt1 {
  margin: 291px 0 0 16px;
}
.c_gcalbanner img.dt2 {
  margin: 380px 0 0 -5px;
}
.c_gcalbanner img.dt3 {
  margin: 400px 0 0 -37px;
}
.c_gcalbanner img.dt4 {
  margin: 446px 0 0 -6px;
}
.c_gcalbanner img.dt5 {
  margin: 396px 0 0 -134px;
}
.c_gcalbanner img.dt6 {
  margin: 449px 0 0 -121px;
}
.c_gcalbanner img.dt7 {
  margin: 85px 0 0 128px;
}
.c_gcalbanner img.dt8 {
  margin: 266px 0 0 209px;
}
.c_gcalbanner img.dt9 {
  margin: 328px 0 0 202px;
}
.c_gcalbanner img.dt10 {
  margin: 342px 0 0 131px;
}
.c_gcalbanner img.dt11 {
  margin: 466px 0 0 -107px;
}
.c_gcalbanner img.dt12 {
  margin: 328px 0 0 -305px;
}
.c_gcalbanner img.shi {
  margin: 204px 0 0 -239px;
}
.c_gcalxx {
  padding: 20px 0 50px;
}
.c_zaglbanner {
  height: 446px;
  width: 100%;
  overflow: hidden;
  background: url(../images/zaglbanner.jpg) no-repeat center;
  position: relative;
}
.c_zaglbanner .c_dazi {
  font-size: 48px;
  color: #fff;
  line-height: 1.5;
  left: 46%;
  margin-left: -600px;
  position: absolute;
  top: 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #ba000b;
  padding: 0 20px;
}
.c_zaglbanner .c_xiaozi {
  font-size: 28px;
  color: #ba000b;
  line-height: 1.8;
  position: absolute;
  left: 46%;
  margin-left: -600px;
  top: 272px;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #fff;
  padding: 0 20px;
}
.c_zagl {
  padding: 40px 0;
}
.c_zagl ul {
  overflow: hidden;
  padding: 10px 0 0;
}
.c_zagl ul li {
  padding: 15px 0;
  border-bottom: 1px dashed #e3e3e3;
}
.c_zagl ul li h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_zagl ul li h3 a {
  display: block;
  color: #333;
}
.c_zagl ul li h3 a:hover {
  color: #0073BC;
}
.c_zagl ul li .c_des {
  font-size: 12px;
  color: #999;
  padding-top: 5px;
}
.c_tout {
  overflow: hidden;
  background: #f3f3f3;
}
.c_tout .c_daty {
  float: left;
}
.c_tout .c_daty img {
  display: block;
}
.c_tout .c_daty img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_tout .c_des {
  margin-left: 300px;
  padding-right: 20px;
}
.c_tout .c_des h3 {
  font-size: 18px;
  padding-top: 20px;
}
.c_tout .c_des h3 a {
  display: block;
  color: #01488b;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  background: url(../images/yinhai.png) no-repeat left center;
}
.c_tout .c_des h3 a:hover {
  color: #00B5FA;
}
.c_tout .c_des .c_date {
  color: #666;
  font-size: 14px;
  padding-left: 30px;
}
.c_tout .c_des .c_moa {
  font-size: 14px;
  color: #999;
  height: 52px;
  overflow: hidden;
  padding-left: 30px;
  padding-top: 10px;
}
.c_zaglxx {
  padding: 0 0 40px;
}
.c_qywhbanner {
  background: url(../images/qywhbanner.jpg) no-repeat center top;
  height: 574px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c_qywhbanner .c_dazi {
  font-size: 48px;
  color: #fff;
  line-height: 1.8;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  padding-top: 170px;
  top: 30px;
  position: relative;
}
.c_qywhbanner .c_xiaozi {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  top: 30px;
  position: relative;
}
.c_yuanqiua {
  text-align: center;
  padding: 30px 0 0;
}
.c_yuanqiua img {
  margin: 0 20px;
  display: none;
}
.c_xywh {
  overflow: hidden;
  padding-bottom: 40px;
}
.c_xywh ul {
  overflow: hidden;
  width: 1380px;
  min-height: 300px;
  padding-bottom: 40px;
}
.c_xywh ul li {
  float: left;
  width: 476px;
  padding: 25px 35px;
  background: #f5f5f5;
  margin: 40px 110px 0 0;
}
.c_xywh ul li h3 {
  font-size: 28px;
  font-weight: normal;
  color: #01488b;
  display: block;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #e6e6e6;
}
.c_xywh ul li img {
  display: block;
  width: 476px;
  height: 295px;
  margin-top: 30px;
}
.c_xywh ul li .c_des {
  font-size: 16px;
  color: #666;
  min-height: 52px;
  padding: 20px 0 0;
}
.c_jtyx {
  overflow: hidden;
  padding-bottom: 40px;
}
.c_jtyx ul {
  overflow: hidden;
  width: 1280px;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_jtyx ul li {
  width: 368px;
  float: left;
  margin: 40px 48px 0 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c_jtyx ul li h3 {
  font-size: 16px;
  font-weight: normal;
  padding: 0 15px;
  width: 338px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 55px;
  line-height: 55px;
  color: #3d4c59;
  background: #c4d3e1;
}
.c_jtyx ul li h3:hover {
  color: #CC2200;
}
.c_jtyx ul li img {
  display: block;
  width: 368px;
  height: 236px;
}
.c_jtyx ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_zhe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9991;
  background: url(../images/bantou.png);
  display: none;
}
.c_tanchu {
  position: fixed;
  height: 540px;
  width: 790px;
  left: 50%;
  top: 50%;
  margin: -300px 0 0 -445px;
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #333;
     -moz-box-shadow: 0 0 10px #333;
          box-shadow: 0 0 10px #333;
  z-index: 9999;
  padding: 30px 50px;
  display: none;
}
.c_tanchu a.gual {
  display: block;
  width: 55px;
  height: 55px;
  background: url(../images/guanle.png) no-repeat left center;
  right: 0;
  top: 0;
  position: absolute;
}
.c_tanchu a.gual:hover {
  background-position: right center;
}
.c_tanchu .kna {
  height: 540px;
  overflow-y: auto;
}
.c_tanchu h1 {
  font-size: 28px;
  font-weight: normal;
  color: #333;
  line-height: 1.4;
  padding: 0 0 20px;
  text-align: left;
}
.c_tanchu .c_shipinkk img {
  max-width: 100%;
}
.c_tanchu .c_desf {
  font-size: 16px;
  color: #666;
  padding: 20px 0 0;
}
.c_zgsjs {
  width: 1110px;
  margin: -100px auto 50px;
  padding: 30px 45px;
  font-size: 15px;
  line-height: 2;
  color: #666;
  min-height: 500px;
  background: #fff;
  -webkit-box-shadow: 0 0 6px #eee;
     -moz-box-shadow: 0 0 6px #eee;
          box-shadow: 0 0 6px #eee;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_zgsbanner {
  background: url(../images/zgsbanner.jpg) no-repeat center top;
  height: 446px;
  width: 100%;
  overflow: hidden;
}
#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 */
