@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: 380px;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: 550px;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*li按钮*/
.cg_banner .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 20px;
  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: 8px;
  text-align: center;
  background: url(../images/banneryuan.png) no-repeat left center;
  cursor: pointer;
  overflow: hidden;
}
.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_hei {
  height: 26px;
  line-height: 26px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 12px 0 0;
  height: 26px;
  line-height: 26px;
}
.sub_updown div a {
  display: block;
  color: #666;
  height: 26px;
  line-height: 26px;
}
.sub_updown div a[href]:hover {
  color: #49b31a;
}
.sub_updown div a[href]:hover span {
  background: #49b31a;
}
.sub_updown span {
  display: block;
  float: left;
  background: #262626;
  color: #fff;
  padding: 0 15px;
  margin-right: 10px;
  height: 26px;
  line-height: 26px;
}
.sb {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
}
.sb div {
  overflow: hidden;
  margin: 12px 0 0;
  float: left;
  width: 48%;
  padding: 0 1%;
  height: 26px;
  line-height: 26px;
}
.sb div.sub_updown_up {
  text-align: right;
}
.sb div a {
  color: #666;
  height: 26px;
  line-height: 26px;
}
.sb div a[href]:hover {
  color: #49b31a;
}
.sb div a[href]:hover span {
  background: #49b31a;
}
.sb span {
  display: inline-block;
  background: #262626;
  color: #fff;
  padding: 0 15px;
  height: 26px;
  line-height: 26px;
}
/*上下篇 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;
  margin: 0px 3px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  background: url(../images/yunadf.png) no-repeat left center;
  width: 33px;
  height: 33px;
  line-height: 33px;
  vertical-align: top;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.ql_fenye a {
  color: #fff;
}
.ql_fenye a[href]:hover {
  background-position: right center;
}
.ql_fenye a.sxy {
  background: url(../images/siyuan.png) no-repeat left center;
  height: 32px;
  line-height: 32px;
  width: 75px;
}
.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;
}
/*此文件放置共用函数、变量等*/
/* 手机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*/
* {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
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 {
  height: 32px;
  line-height: 32px;
  background: #262626;
  font-size: 12px;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 991;
}
.c_top a {
  color: #fff;
}
.c_top a:hover {
  color: #9dea1e;
}
.c_top em {
  font-size: 14px;
  color: #9dea1e;
}
.c_head {
  position: relative;
  z-index: 990;
  -webkit-box-shadow: 0 0 15px #aaa;
     -moz-box-shadow: 0 0 15px #aaa;
          box-shadow: 0 0 15px #aaa;
}
.c_head .c_logo {
  float: left;
  margin-top: 28px;
}
.c_head .c_logo img {
  display: block;
}
.c_head .topnav {
  float: right;
}
.c_head .topnav li {
  float: left;
  position: relative;
}
.c_head .topnav li a {
  font-size: 16px;
  color: #333;
  height: 122px;
  line-height: 122px;
  padding: 0 19px;
  display: block;
}
.c_head .topnav li:hover {
  background: #49b31a;
}
.c_head .topnav li:hover a {
  color: #fff;
}
.c_head .topnav li:hover .c_submenu {
  display: block;
}
.c_head .topnav li.on {
  background: #49b31a;
}
.c_head .topnav li.on a {
  color: #fff;
}
.c_head .topnav li .c_submenu {
  position: absolute;
  top: 122px;
  left: 0;
  background: #49B31A;
  padding: 15px 0;
  -webkit-box-shadow: 0 5px 5px #42981d inset;
     -moz-box-shadow: 0 5px 5px #42981d inset;
          box-shadow: 0 5px 5px #42981d inset;
  display: none;
  width: 100%;
}
.c_head .topnav li .c_submenu a {
  height: auto;
  line-height: 20px;
  padding: 10px 4px;
  text-align: center;
  display: block;
}
.c_head .topnav li .c_submenu a:hover {
  background: #fff600;
  color: #333;
}
.c_head .topnav li .c_submenu a.on {
  background: #fff600;
  color: #333;
}
.c_footer {
  background: #262626;
  color: #aaa;
  font-size: 14px;
}
.c_footer a {
  color: #aaa;
}
.c_footer a:hover {
  color: #49B31A;
}
.youlink {
  height: 86px;
  line-height: 86px;
  border-bottom: 1px solid #4b4b4b;
  overflow: hidden;
}
.youlink .linktit {
  float: left;
  font-size: 16px;
  line-height: 82px;
}
.youlink .linktit strong {
  font-size: 22px;
  text-transform: uppercase;
}
.youlink .ylij {
  margin-left: 150px;
  overflow: hidden;
}
.youlink .ylij ul {
  overflow: hidden;
}
.youlink .ylij ul li {
  float: left;
  padding: 0 15px;
}
.boterwei {
  float: right;
  margin: 60px 0 0;
}
.c_botmid {
  overflow: hidden;
  padding: 40px 0 20px;
}
.c_botleft {
  float: left;
  width: 480px;
  padding-right: 60px;
  border-right:1px solid #383838;
  /* background: url(../images/jiange.png) no-repeat right center; */
}
.c_botnav {
  font-size: 16px;
}
.c_botnav a {
  color: #fff;
}
.c_botnav a:hover {
  color: #49B31A;
}
.c_botlx {
  line-height: 32px;
  padding: 35px 0 0;
}
.c_botlx em {
  font-size: 26px;
  color: #80c13d;
}
.c_botright {
  padding: 0 0 0 60px;
  float: left;
  width: 480px;
}
.c_botright em {
  display: block;
  font-size: 16px;
  color: #fff;
}
.c_botright .c_gjz {
  line-height: 32px;
}
.c_botright .c_gjz div{
	color: #fff;
	font-size: 16px;
}
.c_botinfo {
  line-height: 24px;
  padding: 10px 0;
  background: #212121;
}
.c_botinfo img {
  vertical-align: middle;
}
.hotkeys {
  float: left;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  width: 820px;
  line-height: 32px;
  height: 32px;
}
.hotkeys span {
  float: left;
}
.hotkeys a {
  color: #666;
}
.hotkeys a:hover {
  color: #42981D;
}
.c_search {
  float: right;
  width: 350px;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  border: 1px solid #e1e1e1;
}
.c_search a {
  float: right;
  padding: 0 15px 0 40px;
  height: 30px;
  line-height: 30px;
  background: #373737 url(../images/fangda.png) no-repeat 15px center;
  color: #fff;
}
.c_search a:hover {
  background-color: #42981D;
}
.c_search div {
  margin-right: 90px;
  padding-left: 10px;
}
.c_search div input {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
}
.c_floor1 {
  padding: 25px 0;
  border-bottom: 1px solid #e1e1e1;
}
.c_tite {
  text-align: center;
  padding: 36px 0;
}
.c_tite em {
  display: block;
  font-size: 40px;
  color: #f1f1f1;
  line-height: 1.2;
  text-transform: uppercase;
}
.c_tite em.sv{
	color: #cee2c5;
}
.c_tite h2 {
  font-size: 22px;
  background: url(../images/xixian.png) no-repeat center;
  margin-top: 10px;
}
.c_tite h2 a {
  color: #333;
}
.c_tite h2 a:hover {
  color: #42981D;
}
.c_anli {
  overflow: hidden;
}
.c_anli .anlipei {
  float: left;
}
.c_anli .c_anlitab {
  float: right;
  width: 820px;
  overflow: hidden;
  height: 386px;
  background: #333;
}
.c_anli .c_anlitab .bd {
  width: 640px;
  float: left;
}
.c_anli .c_anlitab .bd img {
  display: block;
}
.c_anli .c_anlitab .bd img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_anli .c_anlitab .bd li {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.c_anli .c_anlitab .hd {
  float: right;
  width: 180px;
  position: relative;
  z-index: 2;
}
.c_anli .c_anlitab .hd ul li {
  padding: 0 28px;
  text-align: right;
  font-size: 14px;
  color: #fff;
  height: 96px;
  border-bottom: 1px solid #414141;
  background: url(../images/zuojian.png) no-repeat -50px center;
}
.c_anli .c_anlitab .hd ul li em {
  display: block;
  font-size: 20px;
  font-family: arial;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 8px 0 0;
}
.c_anli .c_anlitab .hd ul li h3 {
  font-size: 14px;
  font-weight: normal;
}
.c_anli .c_anlitab .hd ul li h3 a {
  color: #fff;
}
.c_anli .c_anlitab .hd ul li.on {
  background: #49b31a url(../images/zuojian.png) no-repeat 20px center;
  width: 174px;
  margin-left: -50px;
  border-color: #42981D;
}
.c_anli .c_anlitab .hd ul li.on em {
  opacity: 100;
  filter: alpha(opacity=1);
  padding: 22px 0 0;
}
.c_abouttop {
  background: url(../images/indexabout.jpg) no-repeat center top;
  height: 395px;
  margin-top: 70px;
}
.c_abouttop .injj {
  float: right;
  width: 670px;
  background: #fff;
  padding: 45px 70px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 165px;
  margin-top: 140px;
}
.c_abouttop .injj a:hover {
  color: #42981D !important;
}
.c_abouttop .xianzhi {
  height: 120px;
  overflow: hidden;
}
.c_aboutbot {
  overflow: hidden;
}
.c_aboutbot .c_fwzz {
  width: 730px;
  float: left;
}
.c_aboutbot .c_futext {
  padding: 20px 25px;
}
.c_aboutbot h2 {
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 10px;
}
.c_aboutbot h2 a {
  color: #333;
}
.c_aboutbot h2 a:hover {
  color: #42981D;
}
.c_aboutbot .c_more {
  display: block;
  width: 116px;
  text-align: center;
  color: #666;
  font-size: 14px;
  border: 1px solid #b9b9b9;
  height: 42px;
  line-height: 42px;
  margin-top: 15px;
}
.c_aboutbot .c_more:hover {
  background: #42981D;
  border-color: #42981D;
  color: #fff;
}
.c_aboutbot .c_tifs {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.c_aboutbot .c_sifang {
  float: right;
  overflow: hidden;
  width: 470px;
}
.c_aboutbot .c_sifang .sife {
  width: 235px;
  height: 232px;
  float: left;
}
.c_aboutbot .c_sifang .fang1 h2 {
  padding: 40px 30px 10px;
}
.c_aboutbot .c_sifang .fang1 .c_lxfs {
  padding: 0 30px;
  color: #666;
  font-size: 14px;
}
.c_aboutbot .c_sifang .fang2 {
  background: #ceb14e url(../images/yan.jpg) no-repeat right bottom;
}
.c_aboutbot .c_sifang .fang2 h2 {
  padding: 40px 30px 4px;
}
.c_aboutbot .c_sifang .fang2 h2 a {
  color: #fff;
}
.c_aboutbot .c_sifang .fang2 h2 a:hover {
  color: #333;
}
.c_aboutbot .c_sifang .fang2 em {
  display: block;
  padding: 0 30px;
  color: #f6e7b5;
  font-size: 16px;
  font-family: arial;
}
.c_aboutbot .c_sifang .fang3 {
  background: #49b31a url(../images/cai.jpg) no-repeat right bottom;
}
.c_aboutbot .c_sifang .fang3 h2 {
  padding: 40px 30px 4px;
}
.c_aboutbot .c_sifang .fang3 h2 a {
  color: #fff;
}
.c_aboutbot .c_sifang .fang3 h2 a:hover {
  color: #333;
}
.c_aboutbot .c_sifang .fang3 em {
  display: block;
  padding: 0 30px;
  color: #d1fba5;
  font-size: 16px;
  font-family: arial;
}
.c_indexcpzx {
  background: url(../images/midback.jpg) no-repeat center;
  height: 840px;
  overflow: hidden;
  margin-top: 40px;
}
.c_cptab .bd {
  margin-top: 48px;
}
.c_cptab .bd ul {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  overflow: hidden;
}
.c_cptab .bd ul li {
  float: left;
  width: 240px;
  height: 480px;
  overflow: hidden;
  position: relative;
}
.c_cptab .bd ul li img {
  display: block;
}
.c_cptab .bd ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_cptab .bd ul li .c_dat {
  position: absolute;
  display: block;
  width: 240px;
  left: 0;
  top: 0;
}
.c_cptab .bd ul li .c_des {
  position: absolute;
  background: #7ccd50;
  height: 240px;
  width: 240px;
  bottom: 0;
}
.c_cptab .bd ul li .c_des .jiao {
  position: absolute;
  background: url(../images/xiajian.png) no-repeat center;
  width: 16px;
  height: 8px;
  top: 0;
  left: 50%;
  margin-left: -8px;
}
.c_cptab .bd ul li .c_des h3 {
  font-size: 16px;
  padding: 50px 30px 0;
}
.c_cptab .bd ul li .c_des h3 a {
  display: block;
  color: #fff;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.c_cptab .bd ul li .c_des h3 a:hover {
  color: #f70;
}
.c_cptab .bd ul li .c_des a.c_more {
  display: block;
  background: url(../images/yuank1.png) no-repeat center;
  width: 92px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 40px 0 0 30px;
}
.c_cptab .bd ul li .c_des a.c_more:hover {
  color: #333;
}
.c_cptab .bd ul li.onf .c_des {
  top: 0;
  bottom: auto;
  background: #49b31a;
}
.c_cptab .bd ul li.onf .c_des .jiao {
  top: auto;
  bottom: 0;
  background-image: url(../images/shangjian.png);
}
.c_cptab .bd ul li.onf .c_dat {
  bottom: 0;
  top: auto;
}
.c_cptab .bd ul li:hover {
  -webkit-box-shadow: 0 0 20px #333;
     -moz-box-shadow: 0 0 20px #333;
          box-shadow: 0 0 20px #333;
  position: relative;
  z-index: 2;
}
.c_cptab .hd {
  text-align: center;
}
.c_cptab .hd h2 {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 42px;
  line-height: 42px;
  font-weight: normal;
  font-size: 16px;
  margin: 0 15px;
}
.c_cptab .hd h2 a {
  display: block;
  text-align: center;
  color: #333;
  background: url(../images/yuank.png) no-repeat right center;
}
.c_cptab .hd h2.on a {
  background-position: left center;
  color: #49b31a;
}
.c_indexnews {
  padding-bottom: 30px;
}
.c_indexnews .bd {
  width: 1254px;
  margin: 0 auto;
}
.c_indexnews .bd li {
  float: left;
  width: 316px;
  padding: 30px 30px 15px;
  -webkit-box-shadow: 0 0 20px #f1f1f1;
     -moz-box-shadow: 0 0 20px #f1f1f1;
          box-shadow: 0 0 20px #f1f1f1;
  border: 1px solid #f1f1f1;
  margin: 0 20px;
}
.c_indexnews .bd li .date {
  font-size: 12px;
  font-family: arial;
  line-height: 24px;
}
.c_indexnews .bd li .date em {
  font-size: 18px;
  display: block;
}
.c_indexnews .bd li h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_indexnews .bd li h3 a {
  color: #333;
  display: block;
}
.c_indexnews .bd li h3 a:hover {
  color: #42981D;
}
.c_indexnews .bd li .c_des {
  font-size: 12px;
  color: #666;
  height: 52px;
  overflow: hidden;
  line-height: 26px;
  border-top: 1px solid #e2fad5;
  padding-top: 20px;
  margin-top: 20px;
}
.c_indexnews .bd li .c_more {
  display: block;
  background: url(../images/yuank2.png) no-repeat -144px top;
  height: 28px;
  line-height: 30px;
  width: 92px;
  text-align: center;
  color: #333;
  padding: 0 10px 20px 0;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  margin-top: 30px;
}
.c_indexnews .bd li .c_more:hover {
  background-position: left top;
  color: #fff;
}
.c_indexnews .bd li:hover {
  color: #42981D;
}
.c_indexnews .bd li:hover .c_des {
  color: #42981D;
}
.c_indexnews .hd {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 20px;
}
.c_indexnews .hd a {
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  background: url(../images/jiantou.png) no-repeat;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
  top: 150px;
}
.c_indexnews .hd a.next {
  background-position: right bottom;
  right: -70px;
}
.c_indexnews .hd a.next:hover {
  background-position: right top;
}
.c_indexnews .hd a.prev {
  background-position: left bottom;
  left: -70px;
}
.c_indexnews .hd a.prev:hover {
  background-position: left top;
}
.c_position {
  text-align: right;
  font-size: 12px;
  color: #929292;
  height: 55px;
  line-height: 55px;
}
.c_position a {
  color: #929292;
}
.c_position a:hover {
  color: #49b31a;
}
.c_position span {
  padding-left: 15px;
  background: url(../images/yuand.png) no-repeat left center;
}
.c_pagecont {
  padding: 30px 0;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  min-height: 400px;
}
.c_sitemap {
  text-align: center;
  padding-bottom: 40px;
}
.c_sitemap ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.c_sitemap ul li {
  padding: 6px 0;
}
.c_sitemap ul li a {
  color: #333;
  font-size: 16px;
  display: block;
}
.c_sitemap ul li a:hover {
  color: #42981D;
}
.c_sitemap ul li.c_jist {
  padding-bottom: 20px;
}
.c_sitemap ul li.c_jist a {
  width: 135px;
  text-align: center;
  height: 46px;
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  background: url(../images/yuaji.png) no-repeat right center;
}
.c_sitemap ul li.c_jist a:hover {
  background-position: left center;
}
.c_catename {
  background: url(../images/cateback.jpg) no-repeat;
  width: 320px;
  height: 380px;
  position: absolute;
  left: 50%;
  top: 154px;
  margin-left: -600px;
  -webkit-box-shadow: 0 4px 4px #44981e inset;
     -moz-box-shadow: 0 4px 4px #44981e inset;
          box-shadow: 0 4px 4px #44981e inset;
}
.c_catename strong {
  display: block;
  font-size: 26px;
  color: #fff600;
  padding: 270px 0 0 100px;
}
.c_catelist {
  border-bottom: 12px solid #f0f0f0;
}
.c_catelist .c_cateback {
  background: url(../images/catelist.jpg) no-repeat right bottom;
  text-align: center;
  padding-bottom: 36px;
}
.c_catelist .c_cateback h2 {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  margin: 20px 10px 0;
}
.c_catelist .c_cateback h2 a {
  display: block;
  color: #333;
  -webkit-border-radius: 22px;
     -moz-border-radius: 22px;
          border-radius: 22px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #e3e3e3;
  background: #fff;
}
.c_catelist .c_cateback h2:hover a {
  border-color: #49b31a;
  color: #49b31a;
}
.c_catelist .c_cateback h2.on a {
  border-color: #49b31a;
  color: #49b31a;
}
.c_rczp {
  padding: 50px 0 0;
  background: url(../images/rczp.jpg) no-repeat center top;
  margin: 30px auto 0;
}
.c_joblist {
  min-height: 300px;
  padding-bottom: 40px;
}
.c_joblist li {
  overflow: hidden;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.jobtop {
  overflow: hidden;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  text-align: center;
  position: relative;
  background: #fff;
}
.jobtop div {
  float: left;
  width: 20%;
  cursor: pointer;
}
.jobtop div a {
  display: block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #49b31a;
  color: #49b31a;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin: 16px auto 0;
}
.jobtop div a:hover {
  color: #333;
  border-color: #95cb7d;
}
.jobtop:hover {
  background: #bbe8a7;
}
.jobtop.on {
  background: #bbe8a7;
}
.c_jobbot {
  padding: 20px 60px;
  border: 1px solid #f8f8f8;
  -webkit-box-shadow: 0 0 20px #f8f8f8;
     -moz-box-shadow: 0 0 20px #f8f8f8;
          box-shadow: 0 0 20px #f8f8f8;
  font-size: 14px;
  color: #333;
  line-height: 35px;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.c_jobbot .xms {
  float: left;
  width: 33.33%;
}
.c_jobbot .c_anjin {
  text-align: center;
  padding: 30px 0;
}
.c_jobbot .c_anjin a {
  height: 42px;
  line-height: 42px;
  width: 167px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: url(../images/yuane.png) no-repeat right center;
  display: inline-block;
  margin: 0 15px;
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none;
}
.c_jobbot .c_anjin a:hover {
  background-position: left center;
}
.c_liuyan {
  margin: 0 15px;
  background: #f8f8f8;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 15px #b8b5b6;
     -moz-box-shadow: 0 10px 15px #b8b5b6;
          box-shadow: 0 10px 15px #b8b5b6;
}
.c_liuyan .c_texit {
  padding: 10px 15px;
}
.c_liuyan .c_texit textarea {
  display: block;
  width: 100%;
  height: 120px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  resize: none;
}
.c_liuyan .c_fbxx {
  overflow: hidden;
  background: #e2e2e2;
}
.c_liuyan .c_fbxx div {
  float: left;
}
.c_liuyan .c_fbxx .c_jin {
  width: 208px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px #d6d5d5 inset;
     -moz-box-shadow: 3px 3px 10px #d6d5d5 inset;
          box-shadow: 3px 3px 10px #d6d5d5 inset;
  padding: 0 10px;
  height: 40px;
  margin-left: 15px;
  margin-top: 9px;
}
.c_liuyan .c_fbxx .c_jin input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.c_liuyan .c_fbxx span {
  float: left;
  line-height: 60px;
  padding: 0 15px;
}
.c_liuyan .c_fbxx img {
  float: left;
  height: 38px;
  margin: 9px 0 0 15px;
  cursor: pointer;
  border: 1px solid #ccc;
}
.c_liuyan .c_fbxx a {
  float: right;
  color: #fff;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  width: 154px;
  text-align: center;
  background: #4dbd1b;
}
.c_liuyan .c_fbxx a:hover {
  background: #f80;
}
.c_huili {
  padding: 30px 15px;
}
.c_huili ul {
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_huili ul li {
  overflow: hidden;
  margin: 30px 0 0;
}
.c_huili ul li img {
  float: left;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.c_huili ul li .c_his {
  position: relative;
  margin-left: 110px;
  background: #f8f8f8;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  padding: 20px 30px;
}
.c_huili ul li .c_his .joao {
  position: absolute;
  background: url(../images/youjian.png) no-repeat center;
  width: 15px;
  height: 32px;
  left: -15px;
  top: 30px;
}
.c_huili ul li .c_his .c_lin {
  overflow: hidden;
  color: #333;
  font-size: 14px;
  line-height: 30px;
}
.c_huili ul li .c_his .c_lin .tojm {
  float: left;
  width: 58px;
  color: #49b31a;
}
.c_huili ul li .c_his .c_lin .c_jia {
  margin-left: 60px;
}
.c_huili ul li .c_his .c_hjsur {
  background: #fff;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 6px 15px #deddde;
     -moz-box-shadow: 0 6px 15px #deddde;
          box-shadow: 0 6px 15px #deddde;
  padding: 10px 26px;
  margin: 20px 0 0;
}
.c_huili ul li .c_his .shijian {
  padding: 14px 0 0;
  text-align: right;
}
.c_lxwm {
  background: #49b31a;
  color: #fff;
  margin: 30px auto;
}
.c_lxwm .c_map {
  float: right;
}
.c_lxwm .c_lxfs {
  line-height: 25px;
  padding: 50px 10px 0 50px;
}
.c_lxwm .c_lxfs .c_lx1 {
  padding-left: 50px;
  background: url(../images/lx1.png) no-repeat left center;
}
.c_lxwm .c_lxfs .c_lx2 {
  padding-left: 50px;
  background: url(../images/lx2.png) no-repeat left center;
}
.c_lxwm .c_lxfs .c_lx3 {
  padding-left: 50px;
  background: url(../images/lx3.png) no-repeat left center;
}
.c_nese {
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_nese li {
  overflow: hidden;
  border-bottom: 1px solid #cfcfcf;
  padding: 30px 0;
}
.c_nese li .c_data {
  float: left;
  width: 130px;
  padding: 0 0 0 28px;
  color: #a5a5a5;
  font-size: 14px;
  line-height: 22px;
}
.c_nese li .c_data em {
  display: block;
  color: #0f0f0f;
}
.c_nese li .hot {
  float: left;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #262626;
  font-size: 17px;
  text-transform: uppercase;
}
.c_nese li .c_moa {
  float: left;
  width: 730px;
  padding: 0 12px;
}
.c_nese li .c_moa h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}
.c_nese li .c_moa h3 a {
  color: #212121;
  display: block;
}
.c_nese li .c_moa h3 a:hover {
  color: #49b31a;
}
.c_nese li .c_moa .c_des {
  line-height: 24px;
  color: #646464;
  font-size: 14px;
}
.c_nese li .c_cih {
  float: left;
  width: 74px;
  text-align: center;
  line-height: 22px;
}
.c_nese li .c_more {
  float: right;
  width: 124px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  background: url(../images/yuanefs.png) no-repeat center bottom;
  margin-top: 5px;
}
.c_nese li .c_more:hover {
  background-position: center top;
}
.c_nese li:hover .hot {
  background: #49b31a;
}
.c_xgtj {
  float: right;
  width: 270px;
  background: #f6f6f6;
}
.c_xgtj div {
  background: #49b31a;
  font-size: 18px;
  font-weight: bold;
  height: 54px;
  line-height: 54px;
  padding: 0 15px;
  color: #fff;
}
.c_xgtj ul {
  padding: 0 15px;
  overflow: hidden;
}
.c_xgtj ul li {
  overflow: hidden;
  color: #333;
  margin-top: -1px;
  line-height: 25px;
  padding: 12px 0;
  border-top: 1px dotted #00726a;
}
.c_xgtj ul li h3 {
  font-size: 14px;
  font-weight: normal;
}
.c_xgtj ul li h3 a {
  color: #333;
  display: block;
}
.c_xgtj ul li h3 a:hover {
  color: #49b31a;
}
.c_xgtj ul li em {
  display: block;
  padding: 0 0 0 15px;
}
.c_xwxxye {
  float: left;
  width: 890px;
}
.c_jixx {
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}
.c_textinfo {
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  height: 38px;
  line-height: 38px;
  color: #646464;
}
.c_textinfo a {
  color: #646464;
}
.c_textinfo a:hover {
  color: #49b31a;
}
.c_textinfo .jiathis_style {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 11px;
}
.c_textinfo .cg_r span {
  float: left;
  line-height: 20px;
  margin-top: 9px;
  font-weight: bold;
  font-size: 20px;
  color: #999;
}
.c_textinfo .cg_r a {
  float: left;
  height: 20px;
  width: 20px;
  background: url(../images/biao.png) no-repeat;
  margin: 9px 0 0 10px;
}
.c_textinfo .cg_r a.xxy-bm-fd {
  background-position: left top;
}
.c_textinfo .cg_r a.xxy-bm-fd:hover {
  background-position: left bottom;
}
.c_textinfo .cg_r a.xxy-bm-jx {
  background-position: -33px top;
}
.c_textinfo .cg_r a.xxy-bm-jx:hover {
  background-position: -33px bottom;
}
.c_textinfo .cg_r a.xxy-bm-gb {
  background-position: right top;
}
.c_textinfo .cg_r a.xxy-bm-gb:hover {
  background-position: right bottom;
}
.c_textcont {
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
  min-height: 297px;
}
.c_textcont img {
  max-width: 100%;
  height: auto;
}
.c_alzs {
  overflow: hidden;
}
.c_alzs ul {
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 40px;
  width: 1280px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}
.c_alzs ul li {
  float: left;
  width: 382px;
  margin: 20px 27px 0 0;
}
.c_alzs ul li a {
  display: block;
}
.c_alzs ul li img {
  display: block;
}
.c_alzs ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_alzs ul li h3 {
  height: 62px;
  line-height: 62px;
  background: #333;
  font-size: 16px;
  font-weight: normal;
  padding: 0 28px;
}
.c_alzs ul li h3 a {
  color: #fff;
  background: url(../images/youjianfe.png) no-repeat right center;
}
.c_alzs ul li h3:hover {
  background-color: #49b31a;
}
.c_anzzxx {
  padding: 50px 0 0;
}
.datuse li img {
  display: block;
  width: 845px;
  margin: 0 auto;
}
.xiaotu {
  position: relative;
  padding: 40px 0 0;
}
.xiaotu a {
  position: absolute;
  width: 35px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 30px;
  font-family: "宋体";
  top: -280px;
  color: #fff;
  background: #333;
  font-weight: bold;
}
.xiaotu a:hover {
  background: #49b31a;
}
.xiaotu a.sPrev {
  left: 90px;
}
.xiaotu a.sNext {
  right: 90px;
}
.xiaotu .c_kki {
  overflow: hidden;
}
.xiaotu li {
  float: left;
  width: 235px;
  margin: 0 4px 0 0;
  border: 1px solid #fff;
}
.xiaotu li img {
  display: block;
}
.xiaotu li.on {
  border-color: #49b31a;
}
.c_cpzx .sbsanji {
  float: left;
  width: 130px;
  background: #262626;
  overflow: hidden;
}
.c_cpzx .sbsanji h2 {
  font-size: 16px;
  font-weight: normal;
  border-top: 1px solid #464646;
  margin-top: -1px;
}
.c_cpzx .sbsanji h2 a {
  display: block;
  line-height: 22px;
  padding: 25px 15px;
  text-align: center;
  color: #fff;
}
.c_cpzx .sbsanji h2:hover {
  border-color: #49b31a;
}
.c_cpzx .sbsanji h2:hover a {
  background: #49b31a;
}
.c_cpzx .sbsanji h2.on {
  border-color: #49b31a;
}
.c_cpzx .sbsanji h2.on a {
  background: #49b31a;
}
.c_cpzx ul {
  min-height: 400px;
  padding-bottom: 40px;
  float: right;
  width: 1060px;
}
.c_cpzx ul li {
  float: left;
  width: 250px;
  margin: 0 0 20px 15px;
  overflow: hidden;
}
.c_cpzx ul li a {
  display: block;
}
.c_cpzx ul li img {
  display: block;
  border: 1px solid #dedede;
}
.c_cpzx ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_cpzx ul li h3 {
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  position: relative;
}
.c_cpzx ul li h3 a {
  text-align: center;
  color: #fff;
  background: #262626;
  background-position: center 50px;
  height: 50px;
  line-height: 50px;
}
.c_cpzx ul li:hover {
  -webkit-box-shadow: 0 0 10px #99f471;
     -moz-box-shadow: 0 0 10px #99f471;
          box-shadow: 0 0 10px #99f471;
}
.c_cpzx ul li:hover h3 a {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 5px 0 38px;
  background: #49b31a url(../images/jiaho.png) no-repeat center 50px;
}
.c_xxyou {
  margin-left: 160px;
}
.c_datji {
  padding: 40px 0 10px;
}
.c_datji img {
  display: block;
  width: 505px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 15px #edf8e9;
     -moz-box-shadow: 0 0 15px #edf8e9;
          box-shadow: 0 0 15px #edf8e9;
  border: 1px solid #ececec;
}
.c_about {
  padding: 30px 0;
}
.c_about img {
  max-width: 100%;
  height: auto;
}
#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*/
#box-kefu {position: fixed;right: 0;top: 19%;z-index: 100;_position: absolute;_top: expression(eval(document.documentElement.scrollTop+100));}
#box-kefu .kefu-open {position: absolute;top: 0;right: 0;width: 138px;padding: 46px 0 0 0;background: url(../images/kefu_icon.png) no-repeat -46px 0;_background-image: url(../images/kefu_icon.gif);overflow: hidden;}
#box-kefu .kefu-open .close {display: block;position: absolute;width: 22px;height: 22px;right: 0;top: 0;text-indent: -9999px;}
/*#box-kefu .kefu-open div {padding-bottom: 5px;background: url(../images/kefu_bg.png) no-repeat -268px bottom;width: 134px;}*/
#box-kefu .kefu-open ul {background: url(../images/kefu_bg.png) repeat-y 0 0 #939393;}
#box-kefu .kefu-open li {height: 32px;line-height: 32px;padding: 0 15px 2px;background: url(../images/kefu_bg.png) no-repeat -134px bottom;}
#box-kefu .kefu-open li a {color: #fff;display: block;position: relative;zoom: 1;padding-left: 35px;}
#box-kefu .kefu-open li a:hover {text-decoration: none;}
#box-kefu .kefu-open li a i {display: inline-block;position: absolute;left: 10px;top: 6px;width: 21px;height: 21px;background: url(../images/kefu_icon.png) no-repeat 9999px 9999px;_background-image: url(../images/kefu_icon.gif);}
#box-kefu .kefu-open li a i.qq {background-position: -56px -56px;}
#box-kefu .kefu-open li a i.online {background-position: -56px -56px;}
#box-kefu .kefu-open li a i.txt {background-position: -56px -86px;}
#box-kefu .kefu-close {position: absolute;top: 5px;right: 0;width: 0;height: 127px;padding: 0;background: url(../images/kefu_icon.png) no-repeat 0 0;_background-image: url(../images/kefu_icon.gif);cursor: pointer;overflow: hidden;}

/*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 */
