@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 100px;
}
/*首页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: 100% !important;
  width: 100% !important;
}
.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: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 60px;
  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 !important;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  width: 63px !important;
  height: 16px;
  text-align: center;
  background: url(../images/yuanj.png);
  cursor: pointer;
  overflow: hidden;
}
.cg_banner .hd ul li.on {
  background-image: url(../images/yuanj1.png);
}
/*前/后按钮代码*/
.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: 36px;
  line-height: 36px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 15px 0px 0;
  height: 36px;
  line-height: 36px;
}
.sub_updown div a {
  display: block;
  color: #666;
  height: 36px;
  line-height: 36px;
}
.sub_updown div a[href]:hover {
  color: #06F;
}
.sub_updown div a[href]:hover span {
  background: #1c92d1;
}
.sub_updown span {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  background: #f7a40c;
  color: #fff;
  padding: 0 20px;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  margin-right: 10px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "宋体";
  font-weight:bold;
  font-size: 12px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 29px;
  height: 28px;
  margin: 0px 3px;
  background: url(../images/fenye.png) no-repeat left center;
  color: #fff;
}
.ql_fenye a {
  color: #fff;
}
.ql_fenye a[href]:hover {
  background-position: right center;
}
.ql_fenye span {
  background-position: right center;
}
/*选中需要全部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;
}
a[href] img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/*此文件放置共用函数、变量等*/
/* 手机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*/
.indextop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.c_header {
  background: #1c92d1;
  padding: 15px 0;
}
.c_header .w1200 {
  position: relative;
}
.c_header a.c_logo {
  float: left;
  padding: 7px 0;
}
.c_header a.c_logo img {
  display: block;
}
.c_header a.c_logo img:hover {
  filter:none !important;
}
.c_header a.c_logo:hover img {
  filter:none !important;
}
.c_header ul {
  float: right;
}
.c_header ul li {
  float: left;
}
.c_header ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  width: 107px;
  height: 56px;
  display: block;
  text-align: center;
}
.c_header ul li.on a {
  color: #ecc30e;
  background: url(../images/xuanze.png) no-repeat center bottom;
}
.c_header ul li:hover a {
  color: #ecc30e;
  background: url(../images/xuanze.png) no-repeat center bottom;
}
.c_header ul li:hover .ql_xl {
  display: block;
}
.c_header ul li .ql_xl {
  position: absolute;
  top: 56px;
  display: none;
  width: 100%;
  left: 0;
  text-align: center;
  padding-top: 18px;
}
.c_header ul li .ql_xl .lanback {
  background: #1c92d1;
  overflow: hidden;
  padding-bottom: 5px;
}
.c_header ul li .ql_xl a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  color: #fff;
  margin: 5px 4px 0;
  background: none;
  width: auto;
  padding: 0 12px;
}
.c_header ul li .ql_xl a:hover {
  background: #f7a40c;
}
.c_header ul li .ql_xl a.on {
  background: #f7a40c;
}
/*END*/
/*BEGIN*/
.ddw {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
.ddw2 {
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 9999;
}

.num_box {
  position: relative;
}
.num {
  width: 100%;
  position: relative;
}
#num_2 {
  background: url(../images/inback1.jpg) no-repeat center;
}
#num_3 {
  background: url(../images/inback2.jpg) no-repeat center;
}
#num_4 {
  background: url(../images/inback3.jpg) no-repeat center top;
  position: relative;
}
.fixed_r {
  position: absolute;
  right: 50%;
  margin-right: -625px;
  top: 50%;
  margin-top: -76px;
  z-index: 999;
}
.fixed_r li {
  width: 21px;
  height: 20px;
  background: url(../images/badian.png) no-repeat center;
  cursor: pointer;
}
.fixed_r li.on {
  height: 42px;
  background: url(../images/shubiao.png) no-repeat center;
}
.num .c_footer {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.c_footer {
  background: url(../images/dise.png);
  overflow: hidden;
  padding: 20px 0 0;
}
.c_footer .c_dilx {
  text-align: center;
  border-bottom: 1px dashed #4f4f4f;
}
.c_footer .c_dilx div {
  display: inline-block;
  text-align: center;
  padding: 0 80px;
}
.c_footer .c_dilx div em {
  display: block;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 58px;
  height: 58px;
}
.c_footer .c_botnav {
  overflow: hidden;
}
.c_footer .c_botnav .c_dikk {
  overflow: hidden;
  width: 1460px;
  padding: 15px 0 10px;
}
.c_footer .c_botnav ul {
  float: left;
  display: block;
  width: 220px;
  margin: 0 64px 0 0;
}
.c_footer .c_botnav ul li {
  font-size: 14px;
  line-height: 30px;
}
.c_footer .c_botnav ul li a {
  color: #d0d0d0;
}
.c_footer .c_botnav ul li a:hover {
  color: #fff;
}
.c_footer .c_botnav ul li.c_ite {
  font-size: 16px;
}
.c_footer .c_youlinks {
  overflow: hidden;
  line-height: 30px;
  height: 30px;
  padding-bottom: 10px;
}
.c_footer .c_youlinks span {
  float: left;
  color: #838383;
}
.c_footer .c_youlinks a {
  color: #838383;
}
.c_footer .c_youlinks a:hover {
  color: #fff;
}
.c_footer .c_youlinks .c_gundon {
  margin-left: 70px;
  overflow: hidden;
}
.c_footer .c_youlinks ul {
  overflow: hidden;
}
.c_footer .c_youlinks ul li {
  float: left;
  padding: 0 10px;
  width: auto !important;
}
.c_footer .c_botcopyright {
  background: #161616;
  padding: 10px 0;
  color: #444;
}
.c_footer .c_botcopyright a {
  color: #444;
}
.c_footer .c_botcopyright a:hover {
  color: #fff;
}
.cblock {
  width: 33.33%;
  position: absolute;
  height: 100%;
}
.cblock div {
  background: url(../images/lbkk.png) no-repeat left center;
  width: 400px;
  height: 106px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -53px 0 0 -200px;
  text-align: center;
}
.cblock div h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 34px;
  padding-top: 25px;
}
.cblock div h2 a {
  color: #333;
}
.cblock div em {
  display: block;
  font-family: "times new roman";
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  font-weight: bold;
}
.cblock div:hover {
  background: url(../images/lbkk.png) no-repeat right center;
}
.cblock div:hover h2 a {
  color: #fff;
}
.cblock div:hover em {
  color: #fff;
}
.c_floor21 {
  left: 0;
  background: url(../images/floor21.jpg) no-repeat center;
}
.c_floor22 {
  left: 50%;
  margin-left: -16.66%;
  background: url(../images/floor22.jpg) no-repeat center;
}
.c_floor23 {
  right: 0;
  background: url(../images/floor23.jpg) no-repeat center;
}
.c_floor3kk {
  background: url(../images/xinwenkk.png) no-repeat center;
  top: 50%;
  height: 438px;
  margin-top: -219px;
  position: absolute;
  width: 100%;
}
.c_innews {
  width: 350px;
}
.c_innews .hd {
  height: 20px;
}
.c_innews .hd ul {
  overflow: hidden;
  float: right;
}
.c_innews .hd ul li {
  width: 4px;
  height: 4px;
  background: #fff;
  float: left;
  margin: 0 4px;
  cursor: pointer;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
.c_innews .hd ul li.on {
  width: 15px;
  background: #f19e04;
}
.c_video {
  width: 338px;
  float: left;
  margin: 50px 0 0 90px;
  height: 338px;
  text-align: center;
  line-height: 318px;
}
.c_video h2 {
  font-size: 24px;
  font-weight: normal;
}
.c_video h2 a {
  color: #fff;
}
.c_video h2 a:hover {
  color: #fc0;
}
.c_tier {
  width: 400px;
  padding-top: 30px;
}
.c_tier em {
  font-size: 38px;
  line-height: 46px;
  height: 46px;
  color: #ffc600;
  display: block;
}
.c_tier h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 46px;
  height: 46px;
}
.c_tier h2 a {
  color: #fff;
}
.c_tier h2 a:hover {
  color: #fc0;
}
.newslist {
  overflow: hidden;
}
.newslist li {
  overflow: hidden;
  width: auto !important;
  padding: 20px 0;
}
.newslist li .c_date {
  float: left;
  text-align: center;
  color: #fff;
  border-right: 1px solid #fff;
  padding-right: 8px;
}
.newslist li .sj_c_date {
  display: none;
}
.newslist li .c_date strong {
  display: block;
  font-size: 30px;
  font-weight: normal;
  line-height: 32px;
}
.newslist li .c_date em {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
.newslist li .c_des {
  float: right;
  width: 285px;
}
.newslist li .c_des h3 {
  font-size: 14px;
  font-weight: normal;
}
.newslist li .c_des h3 a {
  color: #fff;
}
.newslist li .c_des h3 a:hover {
  color: #ffc600;
}
.newslist li .c_des .c_mon {
  color: #fff;
}
.newslist li:hover .c_date {
  color: #ffc600;
}
.newslist li:hover .c_des h3 a {
  color: #ffc600;
}
.newslist li:hover .c_des .c_mon {
  color: #ffc600;
}
.c_floor4 {
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -136px 0 0 -600px;
}
.c_floor4 a.c_more {
  background: url(../images/baikuang.png) no-repeat center;
  width: 360px;
  height: 68px;
  line-height: 68px;
  font-size: 35px;
  color: #fff;
  padding-left: 86px;
  display: block;
  margin: 10px auto 0;
}
.c_floor4 a.c_more:hover {
  color: #f80;
}
.c_floor4 .c_ibaoy {
  text-align: center;
  color: #fff;
}
.c_floor4 .c_ibaoy strong {
  display: block;
  font-size: 35px;
  line-height: 50px;
  font-weight: normal;
}
.c_floor4 .c_ibaoy em {
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
}
.c_floor4 .c_janjie {
  text-align: center;
  color: #fff;
  padding: 50px 30px 0;
  font-size: 14px;
  line-height: 24px;
  height: 122px;
  overflow: hidden;
  background: url(../images/baijian.png) no-repeat center top;
}
.c_floor4 .c_janjie a {
  color: #fff;
}
.c_floor4 .c_janjie a:hover {
  color: #CC5522;
}
.c_floor5 {
  width: 1640px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -270px 0 0 -820px;
  overflow: hidden;
}
.c_floor5 .wfgd {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px 0 0;
}
.c_floor5 .wfgd .bd {
  overflow: hidden;
  height: 90px;
}
.c_floor5 .wfgd .bd ul {
  overflow: hidden;
  height: 90px;
}
.c_floor5 .wfgd .bd ul li {
  float: left;
  width: 270px !important;
  height: 90px;
  margin: 0 30px;
}
.c_about a {
  color: #333;
}
.c_about a:hover {
  color: #00625A;
}
.c_about img{max-width:1200px !important;height:auto !important;}
.c_textcontre img{max-width:1200px !important;height:auto !important;}
/*END*/
/*BEGIN*/
/*BEGIN*/
.ql_weizhi {
  height: 55px;
  line-height: 55px;
  font-size: 12px;
  color: #666666;
  text-align: right;
}
.ql_weizhi a {
  color: #666666;
}
.ql_weizhi a:hover {
  color: #f7a40c;
}
.ql_erjit {
  min-height: 107px;
  text-align: center;
  padding-top: 8px;
}
.ql_erjib {
  padding-bottom: 40px;
  text-align: center;
}
.ql_erjib li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 141px;
  height: 45px;
  padding: 0 6px 8px 6px;
}
.ql_erjib h2,
.ql_erjib h2 a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.ql_erjib h2 a {
  background: url(../images/y03.png) no-repeat right top;
}
.ql_erjib h2 a:hover {
  background-position: left top;
  color: #fff;
}
.ql_erjib h2 a.on {
  background-position: left top;
  color: #fff;
}
/*END*/
/*BEGIN*/
.ql_about_a a {
  font-weight: bold;
  color: #7dc821;
}
.ql_about_a a:hover {
  color: #f7a40c;
}
.ql_main {
  min-height: 420px;
  padding-bottom: 30px;
}
/*END*/
/*BEGIN*/
.ql_site_bg {
  background: url(../images/y02.png) no-repeat center 116px;
}
.ql_sitemapima {
  text-align: center;
  height: 70px;
}
.ql_sitemap {
  background: url(../images/y05.png) no-repeat 583px bottom;
  padding-bottom: 40px;
}
.ql_sitemap li {
  float: left;
  width: 126px;
  text-align: center;
  margin-right: 8px;
}
.ql_sitemap em {
  display: block;
}
.ql_sitemap em a {
  display: block;
  height: 46px;
  line-height: 46px;
  background: #1c92d1;
  font-size: 16px;
  color: #ffffff;
}
.ql_sitemap em a:hover{
  background: #f80;
}
.ql_sitemap div {
  padding-top: 15px;
}
.ql_sitemap div a {
  display: block;
  min-height: 22px;
  line-height: 22px;
  font-size: 14px;
  padding: 7px 0;
  color: #333333;
}
.ql_sitemap div a:hover {
  color: #f7a40c;
}
/*END*/
/*BEGIN*/
.ql_lxfs_bg {
  background: url(../images/y06.png) no-repeat center bottom;
}
.ql_lxfs {
  width: 1062px;
  padding: 100px 13px 0 12px;
  background: url(../images/y10.png) no-repeat center top;
  min-height: 637px;
  margin: 0 auto;
}
.ql_lxfsa {
  min-height: 166px;
  padding-bottom: 25px;
}
.ql_lxfsa li {
  float: left;
  width: 354px;
  text-align: center;
}
.ql_lxfsa1 {
  height: 80px;
}
.ql_lxfsa2 {
  line-height: 26px;
  font-size: 18px;
  color: #333333;
}
.ql_main {
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
/*END*/
/*BEGIN*/
.ql_jmys_bg {
  background: url(../images/y22.jpg) repeat-y center;
}
.ql_wyjmri li {
  padding-bottom: 15px;
}
.ql_wyjmri li span {
  display: block;
  height: 40px;
  width: 26px;
  background: url(../images/y30.png) no-repeat right center;
  float: left;
}
.ql_wyjmri li input {
  display: block;
  height: 38px;
  line-height: 38px;
  width: 100%;
  font-size: 16px;
  color: #333;
}
.ql_wyjmrixl {
  float: right;
  width: 652px;
  padding-top: 33px;
}
.ql_wyjmri1 {
  float: left;
  line-height: 40px;
  display: block;
  width: 124px;
  padding-right: 5px;
  text-align: right;
  font-size: 16px;
  color: #303942;
}
.ql_wyjmri2 {
  float: left;
  height: 38px;
  width: 370px;
  padding: 0 10px 0 56px;
  border: 1px solid #e3e3e3;
}
.ql_wyjmribg_1 {
  background: #fff url(../images/y24.png) no-repeat left center;
}
.ql_wyjmribg_2 {
  background: #fff url(../images/y25.png) no-repeat left center;
}
.ql_wyjmribg_3 {
  background: #fff url(../images/y26.png) no-repeat left center;
}
.ql_wyjmribg_4 {
  background: #fff url(../images/y27.png) no-repeat left 9px;
  height: 90px;
  padding: 9px 10px 9px 56px;
}
.ql_wyjmribg_4 textarea {
  height: 90px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  width: 100%;
  resize: none;
}
.ql_wyjmribg_5 {
  background: #fff url(../images/y28.png) no-repeat left center;
  cursor: pointer;
  position: relative;
  z-index: 12;
}
.ql_wyjmribg_5 em {
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #333;
  background: url(../images/y31.png) no-repeat right center;
}
.ql_wyjmribg_5:hover em {
  background: url(../images/y32.png) no-repeat right center;
}
.ql_wyjmribg_5 ul {
  position: absolute;
  top: 38px;
  width: 100%;
  left: -1px;
  background: #fff;
  border: 1px solid #e3e3e3;
  max-height: 200px;
  overflow: auto;
  display: none;
}
.ql_wyjmribg_5 ul li {
  padding: 5px 10px 5px 56px;
  line-height: 22px;
  cursor: pointer;
}
.ql_wyjmribg_5 ul li:hover {
  background: #1c92d1;
  color: #fff;
}
.ql_wyjmribg_6 {
  background: #fff url(../images/y29.png) no-repeat left center;
  width: 105px;
}
.ql_wyjmri2_yzm {
  height: 38px;
  width: 90px;
  border: 1px solid #dbdbdb;
  margin-left: 15px;
  float: left;
  cursor: pointer;
}
.ql_wyjmri2_yzm img {
  height: 38px;
  width: 90px;
  cursor: pointer;
}
.ql_wyjmri2_yzm:hover {
  border-color: #1c92d1;
}
.ql_wyjmrixlx {
  height: 44px;
  clear: both;
  padding-left: 129px;
  padding-top: 15px;
}
.ql_wyjmrixlx a {
  display: block;
  height: 44px;
  line-height: 44px;
  width: 206px;
  background: #1c92d1;
  font-size: 18px;
  color: #ffffff;
  float: left;
  margin-right: 28px;
  text-align: center;
}
.ql_wyjmrixlx a:hover {
  background: #f7a40c;
}
/*END*/
/*BEGIN*/
.c_zxly {
  background: url(../images/zxlyback.png) no-repeat center;
  width: 1002px;
  height: 512px;
  padding: 70px 50px 0;
}
.c_inute {
  height: 40px;
  margin-top: 15px;
}
.c_inute span {
  float: left;
  width: 80px;
  text-align: right;
  font-size: 16px;
  color: #303942;
  line-height: 40px;
  height: 40px;
}
.c_inute div {
  padding: 0 10px 0 50px;
  height: 38px;
  border: 1px solid #ddd;
  float: left;
  position: relative;
  width: 370px;
}
.c_inute div em {
  position: absolute;
  top: 0;
  right: -14px;
  color: #c00;
}
.c_inute div input {
  display: block;
  width: 100%;
  line-height: 38px;
  height: 38px;
}
.c_inute div.c_ty1 {
  background: url(../images/ivon1.jpg) no-repeat 12px center;
}
.c_inute div.c_ty2 {
  background: url(../images/ivon2.jpg) no-repeat 13px center;
}
.c_inute div.c_ty3 {
  background: url(../images/ivon3.jpg) no-repeat 12px center;
}
.c_texere {
  margin-top: 15px;
  overflow: hidden;
}
.c_texere span {
  float: left;
  width: 80px;
  text-align: right;
  font-size: 16px;
  color: #303942;
  line-height: 40px;
  height: 40px;
}
.c_texere div {
  padding: 6px 10px 6px 50px;
  height: 96px;
  border: 1px solid #ddd;
  float: left;
  position: relative;
  width: 370px;
}
.c_texere div em {
  position: absolute;
  top: 0;
  right: -14px;
  color: #c00;
}
.c_texere div textarea {
  display: block;
  width: 100%;
  line-height: 24px;
  height: 96px;
  resize: none;
}
.c_texere div.c_ty4 {
  background: url(../images/ivon4.jpg) no-repeat 12px 8px;
}
.c_ynfe {
  height: 40px;
  margin-top: 15px;
}
.c_ynfe span {
  float: left;
  width: 80px;
  text-align: right;
  font-size: 16px;
  color: #303942;
  line-height: 40px;
  height: 40px;
}
.c_ynfe div {
  padding: 0 10px 0 50px;
  height: 38px;
  border: 1px solid #ddd;
  float: left;
  position: relative;
  width: 150px;
}
.c_ynfe div em {
  position: absolute;
  top: 0;
  right: -14px;
  color: #c00;
}
.c_ynfe div input {
  display: block;
  width: 100%;
  line-height: 38px;
  height: 38px;
}
.c_ynfe div.c_ty5 {
  background: url(../images/ivon5.jpg) no-repeat 12px center;
}
.c_ynfe img {
  float: left;
  border: 1px solid #ddd;
  margin-left: 12px;
  cursor: pointer;
}
.c_anniufe {
  overflow: hidden;
  padding-left: 80px;
  margin-top: 40px;
}
.c_anniufe a {
  float: left;
  width: 204px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  background: #1982c7;
  margin-right: 20px;
}
.c_anniufe a:hover {
  background: #f5950b;
}
.c_ckly {
  width: 1122px;
  margin: 0 auto;
}
.c_ckly .cktop {
  background: url(../images/kongk.png) no-repeat center top;
  height: 110px;
}
.c_ckly .ckbot {
  background: url(../images/kongk.png) no-repeat center bottom;
  height: 50px;
}
.c_liumid {
  background: url(../images/zhongxian.png) repeat-y center top;
  padding: 0 60px;
}
.c_liumid li {
  padding-bottom: 15px;
}
.c_liumid .btie {
  color: #1c92d1;
  line-height: 50px;
  height: 50px;
  border-top: 1px dotted #f2f2f2;
}
.c_liumid .btie strong {
  font-size: 18px;
}
.c_liumid .btie1 {
  color: #333;
  line-height: 30px;
  height: 30px;
  padding-top: 15px;
}
.c_liumid .btie1 strong {
  font-size: 18px;
}
.c_liumid .hua {
  border: 1px solid #eaeaea;
  padding: 10px 15px;
  color: #333;
  line-height: 30px;
}
.joblist {
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 40px;
}
.joblist li {
  overflow: hidden;
}
.joblist li .c_jobtop {
  overflow: hidden;
  line-height: 27px;
  height: 27px;
  padding: 20px 28px;
  border-bottom: 1px solid #e8e8e8;
}
.joblist li .c_jobtop h3 {
  font-size: 18px;
  color: #333;
  float: left;
  width: 190px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.joblist li .c_jobtop .fenfe {
  float: right;
}
.joblist li .c_jobtop .fenfe em {
  padding-left: 30px;
}
.joblist li .c_jobtop a.c_more {
  background: url(../images/shangia.png) no-repeat center top;
  width: 27px;
  height: 27px;
  float: right;
  margin-left: 30px;
}
.joblist li .c_jobtop a.c_more:hover {
  background: url(../images/shangia.png) no-repeat center bottom;
}
.joblist li .c_des {
  padding: 20px 28px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  display: none;
}
.joblist li .c_des .c_mon {
  overflow: hidden;
}
.joblist li .c_des .c_fnaesr {
  overflow: hidden;
  text-align: center;
  padding: 20px 0 0;
}
.joblist li .c_des .c_fnaesr a {
  display: inline-block;
  width: 119px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  color: #fff;
  font-size: 16px;
  background: url(../images/anfejha.png) no-repeat left center;
  margin: 0 10px;
}
.joblist li .c_des .c_fnaesr a:hover {
  background-position: right center;
}
.joblist li.on {
  background: #f5f5f5;
}
.joblist li.on .c_jobtop {
  border-color: #fff;
}
.joblist li.on .c_jobtop a.c_more {
  background-position: center bottom;
}
.joblist li.on .c_jobtop a.c_more:hover {
  background-position: center top;
}
.joblist li.on .c_des {
  display: block;
}
.c_pic {
  width: 1300px;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_pic li {
  width: 380px;
  float: left;
  background: #fff;
  margin: 0 30px 20px 0;
  -webkit-box-shadow: 0 0 10px #eee;
     -moz-box-shadow: 0 0 10px #eee;
          box-shadow: 0 0 10px #eee;
  position: relative;
}
.c_pic li .c_datey {
  display: block;
}
.c_pic li .c_datey img {
  display: block;
}
.c_pic li .c_deqs {
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  padding: 20px;
}
.c_pic li .c_deqs a.c_more {
  float: right;
  width: 26px;
  height: 26px;
  background: url(../images/youjian.png) no-repeat top center;
}
.c_pic li .c_deqs a.c_more:hover {
  background-position: center bottom;
}
.c_pic li .c_deqs h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_pic li .c_deqs h3 a {
  color: #333;
}
.c_pic li .c_deqs h3 a:hover {
  color: #1982C7;
}
.c_pic li .c_des {
  position: absolute;
  width: 100%;
  color: #fff;
  background: #76c725 url(../images/lvback.jpg) no-repeat center bottom;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 30px 0;
  display: none;
  z-index: 4;
}
.c_pic li .c_des h3 {
  font-size: 18px;
}
.c_pic li .c_des h3 a {
  color: #fff;
}
.c_pic li .c_des h3 a:hover {
  color: #666;
}
.c_pic li .c_des a.c_more {
  display: block;
  background: url(../images/yuanq.png) no-repeat center;
  width: 122px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #fff;
  margin: 15px auto 0;
}
.c_pic li .c_des a.c_more:hover {
  color: #666;
}
.c_pic li a.c_zheg {
  position: absolute;
  width: 380px;
  height: 228px;
  top: 0;
  left: 0;
  background: url(../images/zhgefh.png) center;
  display: none;
  z-index: 1;
}
.c_pic li a.c_zheg.cp {
  background: url(../images/fangda.png) center top;
}
.c_pic li:hover .c_des {
  display: block;
}
.c_pic li:hover a.c_zheg {
  display: block;
}
.c_pic li:hover .c_deqs {
  background: #76c725;
}
.c_pic li:hover .c_deqs a {
  color: #fff;
}
h1.c_tie {
  font-size: 18px;
  color: #333;
  text-align: center;
  padding: 10px 0;
}
.c_textinfo {
  text-align: center;
  color: #666;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #eeebe3;
}
.c_textinfo a {
  color: #666;
}
.c_textinfo a:hover {
  color: #009F95;
}
.c_textinfo a.jiathis {
  padding-right: 20px;
  background: url(../images/fenxi.png) no-repeat right center;
}
.c_textinfo span.c_shife {
  padding-left: 18px;
  background: url(../images/rili.png) no-repeat left center;
}
.c_textinfo span.c_liulan {
  padding-left: 20px;
  background: url(../images/liulan.png) no-repeat left center;
}
.c_datyue {
  text-align: center;
  padding: 30px 0 0;
}
.c_textcontre {
  min-height: 150px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  padding: 30px 0;
}
.c_cpty {
}
.c_newslist {
  overflow: hidden;
  width: 1300px;
  /*background: url(../images/xuxuanfe.png) left -1px;*/
  padding-bottom: 40px;
  min-height: 400px;
}
.c_newslist li {
  overflow: hidden;
  width: 550px;
  float: left;
  padding: 24px 0;
  margin: 0 100px 0 0;
  border-bottom:1px solid #ddd;
}
.c_newslist li .c_date {
  float: left;
  color: #1c92d1;
  text-align: right;
  padding: 2px 20px 5px;
}
.c_newslist li .c_date strong {
  font-size: 36px;
  display: block;
  font-weight: normal;
  line-height: 40px;
}
.c_newslist li .c_date em {
  display: block;
  font-size: 14px;
  line-height: 18px;
  height: 18px;
}
.c_newslist li .c_dse {
  float: right;
  width: 445px;
}
.c_newslist li .c_dse h3 {
  font-size: 18px;
  padding-top: 5px;
}
.c_newslist li .c_dse h3 a {
  color: #333;
}
.c_newslist li .c_dse .c_moao {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.c_newslist li:hover .c_date {
  background: #1c92d1;
  color: #fff;
}
.c_newslist li:hover .c_dse h3 a {
  color: #1c92d1;
}
.c_xgtj {
  padding-top: 100px;
  background: url(../images/xgtjfe.png) no-repeat center top;
}
.c_xgtj ul {
  width: 1300px;
  overflow: hidden;
}
.c_xgtj ul li {
  float: left;
  width: 580px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin: 0 40px 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: 24px;
  background: url(../images/yezi.png) no-repeat left center;
}
.c_xgtj ul li:hover {
  color: #1c92d1;
}
.c_xgtj ul li:hover h3 a {
  color: #1c92d1;
  background-image: url(../images/yezi1.png);
}
.back1 {
  background: url(../images/benjing.jpg) repeat-y center top;
}
.bigImg li {
  height: 345px !important;
  overflow-y: auto;
}
.bigImg li img {
  max-width: 100%;
  height: auto;
}
.smallScroll {
  overflow: hidden;
  background: url(../images/lanxian.jpg) no-repeat center 45px;
  padding-top: 30px;
  position:relative;
}
.smallScroll .tempWrap {
  margin: 0 auto;
}
.smallScroll ul {
  overflow: hidden;
}
.smallScroll ul li {
  float: left;
  width: 90px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  padding-top: 40px;
  background: url(../images/huiyuan.jpg) no-repeat center top;
  font-size: 18px;
  cursor: pointer;
}
.smallScroll ul li.on {
  color: #1c92d1;
  background-image: url(../images/lanhuan.jpg);
}
.smallScroll a.sPrev {
  position:absolute;
  left:0;
  top: 31px;
  color:#333;
  font-size:16px;
}
.smallScroll a.sNext {
  position:absolute;
  right:0;
  top: 31px;
  color:#333;
  font-size:16px;
}
.smallScroll a.sPrev:hover {
  color:#c00;
}
.smallScroll a.sNext:hover {
  color:#c00;
}

#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;}

.c_dierwemfe{float: right;position:relative;}
.c_dierwemfe img{display:block;width:55px;height:55px;cursor: pointer;}
.c_dierwemfe img.c_xife{position:absolute;right:0;bottom:55px;display:none;width:150px;height:150px;}
.c_dierwemfe:hover img.c_xife{display:block;}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/

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


.sj_c_header{
  display: none;
}
#head_menu{
  display: none;
}
.sj_img__ewm{
  display: none;
}
.sj_index{
  display: none;
}