@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: 455px;
}

/*首页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: 748px;
}

.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: 5px;
  z-index: 1;
  width: 100%;
  display: none;
}

.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}

.cg_banner .hd ul li {
  display: inline-block;
  /* *zoom: 1;
  *display: inline; */
  margin: 0 2px;
  width: 30px;
  height: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}

.cg_banner .hd ul li.on {
  background: #f00;
  color: #f00;
}

/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}

.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}

.cg_banner .prev:hover,
.cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.cg_banner .prevStop {
  display: none;
}

.cg_banner .nextStop {
  display: none;
}

/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 26px;
  line-height: 26px;
}

.sub_updown {
  background: url(../images/xixian.png) no-repeat left top;
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 15px 0;
  margin-top: 20px;
  width: 100%;
}

.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 26px;
  line-height: 26px;
}

.sub_updown div a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  height: 26px;
  line-height: 26px;
}

.sub_updown div a[href]:hover {
  color: #6cb83a;
}

.sub_updown div a[href]:hover span {
  background: #6cb83a;
}

.sub_updown span {
  display: block;
  float: left;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
  background: #316bce;
  color: #fff;
  padding: 0 12px;
  margin-right: 10px;
}

/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
}

.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  /* *zoom: 1;
  *display: inline; */
  margin: 0px 3px;
  width: 46px;
  text-align: center;
  background: url(../images/fenyeba.png) no-repeat right center;
  color: #fff;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
}

.ql_fenye a[href]:hover {
  background: url(../images/fenyeba.png) no-repeat left center;
}

.ql_fenye span {
  background: url(../images/fenyeba.png) no-repeat left center;
}

.ql_fenye a.c_xyy,
.ql_fenye a.c_syy {
  width: 66px;
  background: url(../images/fenyes.png) no-repeat;
}

.ql_fenye a.c_xyy {
  background-position: bottom left;
}

.ql_fenye a.c_syy {
  background-position: bottom right;
}

.ql_fenye a[href].c_xyy:hover {
  background: url(../images/fenyes.png) no-repeat top left;
}

.ql_fenye a[href].c_syy:hover {
  background: url(../images/fenyes.png) no-repeat top right;
}

/*选中需要全部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;
}

.w1040 {
  max-width: 1040px;
  margin: 0 auto;
}

/*关键字样式*/
.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;
}

.bigshow {
  display: block;
}

.midshow {
  display: none;
}

.smallshow {
  display: none;
}

.c_footbot .bigshow {
  display: inline-block;
}

/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.c_header {
  position: relative;
  z-index: 15;
  width: 1700px;
  display: flex;
  justify-content: center;
}

.c_header .c_headtop {
  background: #fff;
  padding: 20px 0;
  width: 300px;
}

.c_header .c_toptel {
  float: right;
  line-height: 40px;
  padding-left: 30px;
  background: url(../images/toptel.png) no-repeat left center;
  color: #fff;
  font-size: 14px;
}

.c_header .c_logo {
  float: left;
}

/*.c_topnav{text-align: center;width: 100%;position: absolute;left: 0;top:99px;}*/
.c_topnav ul {
  text-align: center;
  margin-right: -1px;
  display: inline-block;
  /* *display: inline; */
  zoom: 1;
  margin-top: 14px
}

.c_topnav ul li {
  display: inline-block;
  /* *display: inline; */
  zoom: 1;
  text-align: center;
  margin-left: -5px;
  position: relative;
  vertical-align: top;
}

.c_topnav ul li .c_submenu {
  position: absolute;
  width: 100%;
  left: 0;
  background: #6cb83a;
  display: none;
}

.c_topnav ul li:hover .c_submenu {
  display: none;
}

.c_topnav ul li .c_submenu li {
  left: 5px;
  display: block;
  width: 100%;
}

.c_topnav ul li .c_submenu li a {
  background: none;
  line-height: 22px;
  padding: 8px 10px;
}

.c_topnav ul li .c_submenu li:hover a {
  background: #5a9a2f;
}

.c_topnav ul li .c_submenu li.on a {
  background: #5a9a2f;
}

.c_topnav ul li.lif a {
  background: none;
}

.c_topnav ul li a {
  color: #999;
  display: block;
  padding: 20px 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  background: url(../images/baishuxian.jpg) no-repeat left 22px;
}

.c_topnav ul li:hover {
  z-index: 9;
}

.c_topnav ul li.on {
  z-index: 6;
}


.c_topnav ul li.on a {
  background: #fff;
  border-bottom: #6cb83a 3px solid
}

.c_topnav ul li a em {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}

.c_toplist {
  background: url(../images/toplist.png) no-repeat center/100% 100%;
  width: 34px;
  height: 34px;
  float: right;
  margin-top: 2px;
}

.subbbner {
  position: relative;
  display: none;
  overflow: hidden;
}

.subbbner img {
  width: 100%;
  height: auto;
}

.c_zhef {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 14;
}

.c_footer {
  overflow: hidden;
  background: #eaeaea;
}

.footop {
  padding: 36px 0 25px;
}

.c_footer .c_tiea {
  font-size: 14px;
  color: #666;
  font-weight: bold;
}

.c_footer .c_tiea a {
  color: #666;
}

.c_footer .c_tiea a:hover {
  color: #6cb83a;
}

.c_botleft {
  width: 340px;
  float: left;
}

.c_footnav {
  overflow: hidden;
  padding-top: 20px;
}

.c_footnav a {
  float: left;
  font-size: 14px;
  color: #666;
  margin-right: 28px;
  line-height: 26px;
  min-width: 98px;
}

.c_footnav a:hover {
  color: #6cb83a;
}

.c_botmid {
  width: 360px;
  float: left;
  text-align: center;
}

.c_botlian {
  background: url(../images/shuangxian.png) no-repeat center top;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  padding: 20px 0 0;
}

.c_fenxiang {
  background: url(../images/shuangxian.png) no-repeat center bottom;
  padding-bottom: 20px;
}

.c_botright {
  width: 340px;
  float: right;
  text-align: right;
}

.c_dixx {
  padding-top: 20px;
}

.c_dixx img {
  float: right;
  margin-left: 15px;
}

.c_diselect {
  position: relative;
  float: right;
  margin-top: 44px;
}

.c_diselect div {
  border: 1px solid #ddd;
  color: #666;
  padding-right: 30px;
  background: #fff url(../images/xialji.png) no-repeat 140px center;
  width: 129px;
  text-align: left;
  font-size: 14px;
  padding-left: 5px;
}

.c_diselect ul {
  position: absolute;
  width: 100%;
  line-height: 28px;
  left: 0;
  bottom: 28px;
  background: #fff;
  display: none;
}

.c_diselect:hover ul {
  display: block;
}

.c_diselect ul li a {
  color: #333;
  display: block;
  text-align: center;
}

.c_diselect ul li a:hover {
  color: #5A9A2F;
}

.c_disearch {
  background: #e1e1e1;
  overflow: hidden;
  line-height: 32px;
  height: 32px;
  width: 240px;
  margin-top: 15px;
  float: right
}

.c_disearch a {
  float: right;
  width: 32px;
  height: 32px;
  background: #b3b3b3 url(../images/fadan.png) no-repeat center;
}

.c_disearch a:hover {
  background-color: #5A9A2F;
}

.c_disearch div {
  float: left;
  padding: 0 0 0 10px;
  width: 188px;
}

.c_disearch div input {
  width: 100%;
  display: block;
  height: 32px;
  line-height: 32px;
  color: #8c8c8c;
}

.c_footbot {
  background: #292929;
  text-align: center;
  color: #868686;
  padding: 20px 0;
}

.c_footbot a {
  color: #868686;
}

.c_footbot a:hover {
  color: #5A9A2F;
}

.c_fenxiang a {
  display: inline-block;
  /* *display: inline; */
  zoom: 1;
  width: 40px;
  height: 30px;
  cursor: pointer;
}

.c_fenxiang a.jiathis_button_weixin {
  background: url(../images/fen1.png) no-repeat center;
}

.c_fenxiang a.jiathis_button_weixin:hover {
  background: url(../images/fen1h.png) no-repeat center;
}

.c_fenxiang a.jiathis_button_tsina {
  background: url(../images/fen2.png) no-repeat center;
}

.c_fenxiang a.jiathis_button_tsina:hover {
  background: url(../images/fen2h.png) no-repeat center;
}

.c_floor1 {
  background: url(../images/floor1back.jpg) no-repeat center top;
  height: 460px;
  margin-top: 40px;
}

.c_floor1 .w1040 {
  position: relative;
}

.c_floor1 h2.c_ywlyl {
  float: left;
  height: 40px;
  width: 170px;
  margin-top: 216px;
  border: 1px solid #fff;
  font-size: 16px;
}

.c_floor1 h2.c_ywlyl a {
  color: #333;
  display: block;
  height: 40px;
  width: 170px;
}

.c_floor1 h2.c_ywlyl a:hover {
  color: #5A9A2F;
}

.c_floor1 h2.c_ywlyl:hover {
  border-color: #5A9A2F;
}

.c_floor1 a.c_more {
  position: absolute;
  top: 300px;
  left: 36px;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
}

.c_floor1 a.c_more:hover {
  color: #5A9A2F;
}

.c_ly {
  text-align: center;
  float: right;
  width: 180px;
  position: relative;
  margin-left: 10px;
}

.c_ly.ly1 {
  margin-top: 110px;
}

.c_ly.ly2 {
  margin-top: 50px;
}

.c_ly.ly3 {
  margin-top: 120px;
}

.c_ly.ly4 {
  margin-top: 220px;
}

.c_ly .c_lu {
  width: 150px;
  background: #6cb83a;
  color: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.c_ly:hover .c_lu {
  display: block;
}

.c_ly .c_lu div {
  text-align: left;
  height: 130px;
  overflow: hidden;
}

.c_ly em {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.c_ly h2 {
  font-size: 24px;
  font-weight: normal;
}

.c_ly h2 a {
  color: #fff;
}

.c_ly h2 a:hover {
  color: #292929;
}

.c_floor2 {
  background: url(../images/floor2back.jpg) no-repeat center top;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.c_tiesss {
  font-size: 16px;
  overflow: hidden;
}

.c_tiesss a {
  float: left;
}

.c_tiesss a em {
  font-size: 36px;
  display: block;
  line-height: 50px;
}

.c_tiesss a strong {
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  vertical-align: middle;
}

.c_tiesss a strong i {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-left: 10px;
}

.c_tiesss a {
  color: #fff;
}

.c_tiesss a:hover {
  color: #f80;
}

.c_cpjlist .bud {
  overflow: hidden;
  position: relative;
  height: 430px;
}

.c_cplist {
  overflow: hidden;
  min-height: 250px;
}

.c_cplist li {
  float: left;
  width: 330px;
  margin: 0 24px 0 0;
  padding-top: 40px;
}

.c_cplist li:hover {
  margin-top: -39px;
}

.c_cplist li:hover .c_des {
  background: #316bce;
}

.c_cplist li a {
  display: block;
}

.c_cplist li img {
  display: block;
}

.c_cplist li .c_cptu {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 75.9%;
}

.c_cplist li .c_cptu img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c_cplist li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.c_cplist li h3 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_cplist li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_cplist li .c_des {
  padding: 12px;
  background: #fff;
}

.c_cplist li .c_des a.c_more {
  display: block;
  background: url(../images/yuanjia.png) no-repeat center;
  width: 107px;
  text-align: center;
  height: 29px;
  line-height: 29px;
  font-size: 14px;
  margin: 10px auto 0;
  color: #316bce;
  display: none;
}

.c_cplist li:hover .c_des a.c_more {
  display: block;
}

.c_cplist li .c_des a.c_more:hover {
  color: #333;
}

.c_cplist li .c_des em {
  display: block;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_cplist li:hover .c_des {
  color: #fff;
}

.c_cplist li h3 a {
  color: #414141;
}

.c_cplist li:hover h3 a {
  color: #fff;
}

.c_cplist li .shu {
  height: 52px;
  width: 100%;
  padding: 0 0 10px;
}

.c_cplist li .shu.shu1 {
  background: url(../images/sz1.png) no-repeat center;
}

.c_cplist li .shu.shu2 {
  background: url(../images/sz2.png) no-repeat center;
}

.c_cplist li .shu.shu3 {
  background: url(../images/sz3.png) no-repeat center;
}

.c_cplist li .shu.shu4 {
  background: url(../images/sz4.png) no-repeat center;
}

.c_cplist li .shu.shu5 {
  background: url(../images/sz5.png) no-repeat center;
}

.c_cplist li .shu.shu6 {
  background: url(../images/sz6.png) no-repeat center;
}

.c_cplist li:hover .shu.shu1 {
  background: url(../images/sz1h.png) no-repeat center;
}

.c_cplist li:hover .shu.shu2 {
  background: url(../images/sz2h.png) no-repeat center;
}

.c_cplist li:hover .shu.shu3 {
  background: url(../images/sz3h.png) no-repeat center;
}

.c_cplist li:hover .shu.shu4 {
  background: url(../images/sz4h.png) no-repeat center;
}

.c_cplist li:hover .shu.shu5 {
  background: url(../images/sz5h.png) no-repeat center;
}

.c_cplist li:hover .shu.shu6 {
  background: url(../images/sz6h.png) no-repeat center;
}

.c_cp {
  overflow: hidden;
}

.c_cp .c_cplist {
  width: 1200px;
  min-height: 300px;
  padding-bottom: 40px;
}

.c_lblist {
  margin-top: -40px;
}

.c_lblist .hd {
  overflow: hidden;
  float: right;
  clear: both;
}

.c_lblist .hd h2 {
  font-size: 16px;
  font-weight: normal;
  width: 160px;
  float: left;
  margin-left: 20px;
  text-align: right;
}

.c_lblist .hd h2.on {
  font-weight: bold;
}

.c_lblist .hd h2.on a {
  color: #2668ed;
}

.c_lblist .hd h2 a {
  color: #fff;
}

.c_lblist .hd h2 a em {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
}

.c_lblist .hd h2 a strong {
  font-size: 18px;
  font-weight: normal;
  display: block;
}

.c_lblist .bd {
  clear: both;
}

.c_cpjlist .hud {
  height: 20px;
  width: 100%;
  position: relative;
}

.c_cpjlist .hud a {
  width: 54px;
  height: 76px;
  position: absolute;
  background: url(../images/jiantou.png) no-repeat;
  top: 220px;
}

.c_cpjlist .hud a:hover {
  filter: none;
}

.c_cpjlist .hud a.unext {
  background-position: left top;
  left: -80px;
}

.c_cpjlist .hud a.uprev {
  background-position: right top;
  right: -80px;
}

.c_cpjlist .hud a.unext:hover {
  background-position: left bottom;
}

.c_cpjlist .hud a.uprev:hover {
  background-position: right bottom;
}

.c_floor3 {
  padding: 80px 0;
}

.c_shipin {
  float: right;
  width: 490px;
  height: 275px;
}

.c_innews {
  float: left;
  width: 460px;
}

.c_innews h2 {
  font-size: 36px;
  line-height: 50px;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_innews h2 a {
  color: #6cb83a;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.c_innews h2 a:hover {
  color: #f80;
}

.c_innews h2 a strong {
  font-size: 36px;
  float: left;
}

.c_innews h2 a em {
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  border-top: 1px solid #6cb83a;
  margin-left: 160px;
  line-height: 40px;
  vertical-align: bottom;
  position: relative;
  top: 12px;
}

.c_toutiao {
  margin-top: 40px;
  overflow: hidden;
}

.c_toutiao .cdate {
  width: 71px;
  height: 56px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  background: url(../images/dayuan.png) no-repeat center;
  padding-top: 15px;
  color: #fff;
  float: left;
}

.c_toutiao .cdate em {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.c_toutiao .c_des {
  margin-left: 84px;
}

.c_toutiao .c_des h3 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_toutiao .c_des h3 a {
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.c_toutiao .c_des h3 a:hover {
  color: #5A9A2F;
}

.c_toutiao .c_des .mov {
  line-height: 20px;
  padding-top: 5px;
  color: #666;
  height: 40px;
  overflow: hidden;
}

.c_innews .bd {
  margin-top: 20px;
}

.c_innews .hd {
  position: relative;
  z-index: 9;
  height: 20px;
  width: 100px;
  float: right;
  top: -14px
}

.c_innews .hd li {
  float: right;
  background: url(../images/xyuan.png) no-repeat right center;
  width: 13px;
  height: 13px;
  cursor: pointer;
  margin-left: 10px;
}

.c_innews .hd li.on {
  background: url(../images/xyuan.png) no-repeat left center;
  width: 13px;
  height: 13px;
}

.c_newfli li {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
}

.c_newfli li h3 {
  font-size: 14px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_newfli li h3 a {
  color: #666;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.c_newfli li h3 a:hover {
  color: #f80;
}

.c_newfli li span {
  float: left;
  width: 70px;
}

.c_position {
  font-size: 12px;
  color: #5f5f5f;
  padding-top: 12px;
}

.c_position a {
  color: #5f5f5f;
}

.c_position a[href]:hover {
  color: #6cb83a;
}

.c_position span {
  padding-left: 20px;
  background: url(../images/fangzi.png) no-repeat left center;
}

.catename {
  text-align: center;
  color: #b8b8b8;
  font-size: 18px;
  text-transform: uppercase;
}

.catename strong {
  font-size: 26px;
  color: #6cb83a;
}

.catename em {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666;
}

.c_sublist {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  margin-top: 40px;
}

.c_sublist h2 {
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  /* *display: inline; */
  zoom: 1;
  margin: 0 40px;
}

.c_sublist h2 a {
  color: #333;
  display: block;
  border-bottom: 2px solid #fff;
  line-height: 52px;
}

.c_sublist h2.on a {
  border-color: #6cb83a;
}

.c_sublist h2:hover a {
  border-color: #6cb83a;
}

.c_pagecont {
  min-height: 300px;
  padding: 30px 0;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}

.c_about img {
  max-width: 100%;
  height: auto;
}

.c_about a {
  color: #333;
}

.c_about a:hover {
  color: #6cb83a;
}

.c_sitemap {
  overflow: hidden;
  background: url(../images/siteback.jpg) no-repeat center 50px;
}

.c_links {
  overflow: hidden;
}

.c_links .c_yijzi {
  overflow: hidden;
  margin-top: 30px;
}

.c_links .c_yijzi .c_dlm {
  float: left;
  width: 133px;
  height: 37px;
  line-height: 37px;
  font-size: 16px;
  background: url(../images/simge.png) no-repeat right center;
  text-align: center;
  color: #fff;
}

.c_links .c_yijzi .c_dlm:hover {
  background-position: left center;
}

.c_links .c_yijzi .c_zliu {
  margin-left: 140px;
  line-height: 37px;
  overflow: hidden;
}

.c_links .c_yijzi .c_zliu a {
  color: #333;
  float: left;
  margin: 0 20px;
  font-size: 14px;
}

.c_links .c_yijzi .c_zliu a:hover {
  color: #6cb83a;
}

.c_textcont {
  min-height: 260px;
}

.c_textcont img {
  max-width: 100%;
  height: auto;
}

.c_lxwo .c_mpa {
  float: right;
  width: 560px;
}

#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;
}

.c_lxwo .c_lxfs {
  float: left;
  width: 465px;
  font-size: 16px;
  color: #333;
  line-height: 35px;
}

.c_lxwo .c_lxfs .c_num1 {
  padding-left: 30px;
  background: url(../images/lx1.png) no-repeat left 8px;
}

.c_lxwo .c_lxfs .c_num2 {
  padding-left: 30px;
  background: url(../images/lx2.png) no-repeat left 8px;
}

.c_lxwo .c_lxfs .c_num3 {
  padding-left: 30px;
  background: url(../images/lx3.png) no-repeat left 8px;
}

.c_lxwo .c_lxfs .c_yijian {
  display: none;
}

.c_lxwo .c_lxfs .c_yijian a {
  display: block;
  width: 140px;
  line-height: 34px;
  height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin: 0 auto;
  background: #34AB2E;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.c_kksd {
  padding-left: 350px;
  background: url(../images/yjfk.jpg) no-repeat left top;
}

.c_kksd .c_input1 {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

.c_kksd .c_input1 span {
  float: left;
  font-size: 14px;
  color: #333;
  height: 36px;
  line-height: 36px;
}

.c_kksd .c_input2 {
  height: 40px;
  margin-top: 10px;
}

.c_kksd .c_input2 span {
  float: left;
  font-size: 14px;
  color: #333;
  height: 36px;
  line-height: 36px;
}

.c_kksd .c_input2 div {
  margin-left: 80px;
  height: 36px;
  line-height: 36px;
  position: relative;
}

.c_kksd .c_input2 div label {
  float: left;
  margin-right: 30px;
  font-size: 14px;
  color: #333;
}

.c_kksd .c_input2 div em {
  position: absolute;
  top: 0;
  right: -14px;
  color: #c00;
  font-size: 18px;
}

.c_kksd .c_input2 div label input {
  display: inline-block;
  margin-right: 5px;
}

.c_kksd .c_input1 div {
  margin-left: 80px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px 0 50px;
  position: relative;
}

.c_kksd .c_input1 div input {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.c_kksd .c_input1 div em {
  position: absolute;
  top: 0;
  right: -14px;
  color: #c00;
  font-size: 18px;
}

.c_kksd .c_input1 div.c_tu1 {
  background: #fafafa url(../images/yj1.png) no-repeat 20px center;
}

.c_kksd .c_input1 div.c_tu2 {
  background: #fafafa url(../images/yj2.png) no-repeat 20px center;
}

.c_kksd .c_input1 div.c_tu3 {
  background: #fafafa url(../images/yj3.png) no-repeat 20px center;
}

.c_kksd .c_input1 div.c_tu6 {
  background: #fafafa url(../images/yj6.png) no-repeat 20px center;
}

.c_kksd .c_input1 div.c_tu21 {
  background: #fafafa url(../images/yj21.png) no-repeat 20px center;
}

.c_kksd .c_input1 div.c_tu22 {
  background: #fafafa url(../images/yj22.png) no-repeat 20px center;
}

.c_kksd .c_input1 div.c_tu23 {
  background: #fafafa url(../images/yj23.png) no-repeat 20px center;
}

.c_kksd .c_input1 div.c_tu25 {
  background: #fafafa url(../images/yj25.png) no-repeat 20px center;
}

.c_kksd .c_ynam {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
}

.c_kksd .c_ynam span {
  float: left;
  font-size: 14px;
  color: #333;
  height: 36px;
  line-height: 36px;
}

.c_kksd .c_ynam div {
  float: left;
  margin-left: 10px;
  width: 120px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 36px;
  line-height: 36px;
  padding: 0 10px 0 50px;
  position: relative;
}

.c_kksd .c_ynam div input {
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
}

.c_kksd .c_ynam div em {
  position: absolute;
  top: 0;
  right: -14px;
  color: #c00;
  font-size: 18px;
}

.c_kksd .c_ynam div.c_tu5 {
  background: #fafafa url(../images/yj5.png) no-repeat 20px center;
}

.c_kksd .c_ynam img {
  cursor: pointer;
  border: 1px solid #d7d7d7;
  margin: 0 12px;
  height: 36px;
}

.c_kksd .c_textar {
  line-height: 40px;
  margin-top: 10px;
}

.c_kksd .c_textar span {
  float: left;
  font-size: 14px;
  color: #333;
  height: 36px;
  line-height: 36px;
}

.c_kksd .c_textar div {
  margin-left: 80px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 100px;
  line-height: 36px;
  padding: 10px 10px 10px 50px;
  position: relative;
}

.c_kksd .c_textar div textarea {
  display: block;
  width: 100%;
  height: 100px;
  line-height: 20px;
  resize: none;
}

.c_kksd .c_textar div em {
  position: absolute;
  top: 0;
  right: -14px;
  color: #c00;
  font-size: 18px;
}

.c_kksd .c_textar div.c_tu4 {
  background: #fafafa url(../images/yj4.png) no-repeat 20px 12px;
}

.c_kksd .c_anfexxf {
  overflow: hidden;
  margin: 10px auto 0;
  width: 340px;
}

.c_kksd .c_anfexxf a {
  float: left;
  width: 150px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border-bottom: 2px solid #333;
  background: #444;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
}

.c_kksd .c_anfexxf a:hover {
  background: #3aa535;
  border-color: #24841f;
}

.c_ckly {
  overflow: hidden;
}

.c_ckly ul {
  min-height: 400px;
  padding-bottom: 40px;
}

.c_ckly ul li {
  overflow: hidden;
  margin-top: 25px;
}

.c_ckly ul li .liuxia {}

.c_ckly ul li .liuxia span {
  background: #6cb83a;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
}

.c_ckly ul li .liuxia .c_liukk {
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
}

.c_ckly ul li .liuxia .c_liukk em.jiao {
  position: absolute;
  background: url(../images/xiajianx.png) no-repeat center;
  width: 18px;
  height: 9px;
  top: -1px;
  left: 50px;
}

.c_ckly ul li .huida {
  margin-left: 58px;
  border: 1px solid #d8d8d8;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  margin-top: 15px;
}

.c_ckly ul li .huida em.jiao {
  position: absolute;
  background: url(../images/xiajianx.png) no-repeat center;
  width: 18px;
  height: 9px;
  top: -1px;
  left: 50px;
}

.c_ckly ul li .huida .ngb {
  overflow: hidden;
}

.c_ckly ul li .huida .ngb em {
  float: right;
}

.c_ckly ul li .huida .ngb span {
  float: left;
  background: #000;
  color: #fff;
  padding: 0 10px;
  border-radius: 4px;
}

.c_ckly ul li .huida .c_liukk {
  padding-top: 10px;
}

.c_rylist {
  overflow: hidden;
  min-height: 300px;
  padding-bottom: 40px;
  width: 1200px;
}

.c_rylist li {
  width: 320px;
  float: left;
  border: 1px solid #d9d9d9;
  box-shadow: 2px 2px 3px #d9d9d9;
  margin: 30px 37px 0 0;
}

.c_rylist li a.c_tylef {
  width: 100%;
  position: relative;
  padding-bottom: 64%;
  display: block;
}

.c_rylist li a.c_tylef img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.c_rylist li h3 {
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  padding: 0 10px;
}

.c_rylist li h3 a {
  color: #333;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c_rylist li h3 a:hover {
  color: #6cb83a;
}

.c_rylist li:hover {
  border: 1px solid #6cb83a;
  box-shadow: 2px 2px 3px #6cb83a;
}

.c_textxxy {
  min-height: 300px;
}

.c_textxxy.w1040 {
  padding: 0;
}

h1.c_texttit {
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 22px;
  padding: 10px 0;
}

.c_textinfo {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 38px;
  padding: 0 10px;
  overflow: hidden;
  color: #666;
}

.c_textinfo a {
  color: #666;
  display: inline-block;
  /* *display: inline; */
  zoom: 1;
}

.c_textinfo .c_jiajian a {
  width: 23px;
  height: 23px;
  background: url(../images/jiafn.png) no-repeat;
  position: relative;
  top: 5px;
}

.c_textinfo .c_jiajian a.xxy-bm-fd {
  background-position: left top;
}

.c_textinfo .c_jiajian a.xxy-bm-jx {
  background-position: center top;
}

.c_textinfo .c_jiajian a.xxy-bm-gb {
  background-position: right top;
}

.c_textinfo .c_jiajian a.xxy-bm-fd:hover {
  background-position: left bottom;
}

.c_textinfo .c_jiajian a.xxy-bm-jx:hover {
  background-position: center bottom;
}

.c_textinfo .c_jiajian a.xxy-bm-gb:hover {
  background-position: right bottom;
}

.c_textinfo .c_yan a {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
}

.c_textinfo a:hover {
  color: #6cb83a;
}

.c_textinfo .c_jiajian {
  float: right;
}

.c_textinfo .c_jiben {
  float: left;
}

.c_textcont {
  padding: 30px 0;
}

.c_xwzx {
  overflow: hidden;
}

.c_xwzx ul {
  overflow: hidden;
  margin-top: -20px;
  min-height: 200px;
}

.c_xwzx ul li {
  overflow: hidden;
  margin-top: 20px;
}

.c_xwzx ul li h3 {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 5px;
}

.c_xwzx ul li h3 a {
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  background: url(../images/dianfe.png) no-repeat left center;
}

.c_xwzx ul li h3 a:hover {
  color: #6cb83a;
  background: url(../images/dianfe1.png) no-repeat left center;
}

.c_xwzx ul li .c_des {
  color: #666;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
  margin-left: 20px;
}

.c_xwzx ul li .c_listinfo {
  border-top: 1px solid #e5e5e5;
  color: #999;
  line-height: 35px;
  margin-top: 10px;
  margin-left: 20px;
}

.c_xwzx ul li .c_listinfo span.c_didf {
  background: url(../images/yanji.png) no-repeat left center;
  padding-left: 20px;
}

.c_xwzx ul li .c_listinfo span.c_shijn {
  background: url(../images/shijan.png) no-repeat left center;
  padding-left: 20px;
}

.c_xgtj {
  overflow: hidden;
}

.c_xgtj ul {
  overflow: hidden;
  width: 1200px;
  padding: 20px 0;
}

.c_xgtj ul li {
  overflow: hidden;
  width: 480px;
  float: left;
  height: 36px;
  line-height: 36px;
  margin: 0 80px 0 0;
}

.c_xgtj ul li span {
  float: right;
}

.c_xgtj ul li h3 {
  margin-right: 100px;
  overflow: hidden;
  font-size: 14px;
  font-weight: normal;
}

.c_xgtj ul li h3 a {
  color: #666;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  background: url(../images/biao.png) no-repeat left center;
}

.c_xgtj ul li h3 a:hover {
  color: #6cb83a;
}

.c_zxns {
  overflow: hidden;
}

.c_zxns ul {
  overflow: hidden;
  width: 1280px;
  min-height: 400px;
  padding-bottom: 40px;
}

.c_zxns ul li {
  float: left;
  width: 424px;
  padding: 25px 32px;
  border: 1px solid #dedede;
  position: relative;
  margin: 60px 60px 0 0;
}

.c_zxns ul li:hover {
  background: #f5f5f5;
}

.c_zxns ul li h3 {
  font-size: 14px;
  color: #333;
}

.c_zxns ul li h3 a {
  color: #333;
}

.c_zxns ul li h3 a em {
  color: #75b600;
}

.c_zxns ul li h3 a:hover {
  color: #75b600;
}

.c_zxns ul li h3 a:hover em {
  color: #75b600;
}

.c_zxns ul li .c_des {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}

.c_zxns ul li .c_des em {
  display: block;
}

.c_zxns ul li .c_sfae {
  text-align: center;
}

.c_zxns ul li .c_sfae .shengq {
  display: inline-block;
  /* *display: inline; */
  zoom: 1;
  width: 120px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: #494949;
  margin: 20px 8px 0;
  text-align: center;
  border-radius: 5px;
}

.c_zxns ul li .shengq:hover {
  background: #75b600;
}

.c_zxns ul li .c_more {
  position: absolute;
  background: url(../images/xiajiao.png) no-repeat right center;
  width: 49px;
  height: 50px;
  bottom: 0;
  right: 0;
}

.c_zxns ul li .c_more:hover {
  background: url(../images/xiajiao.png) no-repeat left center;
}

.c_zanwu {
  text-align: center;
  font-size: 16px;
}

.c_bg {
  padding: 20px 10px 0;
}

.c_sfae {}

.c_sfae .shengq {
  display: inline-block;
  /* *display: inline; */
  zoom: 1;
  width: 120px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
  background: #494949;
  margin: 10px 20px 0 0;
  text-align: center;
  border-radius: 5px;
}

.shengq:hover {
  background: #75b600;
}

.c_baogao {
  height: 323px;
  background: url(../images/bannerfe.jpg) no-repeat center top;
  color: #fff;
}

.c_baogao h3 {
  font-size: 28px;
  text-align: center;
  font-weight: normal;
  text-align: center;
  line-height: 2;
  padding: 70px 0 20px;
}

.c_baogao strong {
  font-size: 44px;
  text-align: center;
  display: block;
  line-height: 1.2;
}

.c_baogao span {
  font-size: 24px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 2;
}

.c_shoukk {
  width: 1048px;
  height: 328px;
  padding: 40px 0;
  overflow: hidden;
  background: url(../images/yuajju.jpg) no-repeat center;
  margin: 40px auto 0;
}

.c_suo {
  width: 450px;
  padding: 60px 35px 0;
  float: left;
}

.c_suo div {
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
}

.c_suo div input {
  border: none;
  height: 52px;
  line-height: 52px;
  display: block;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #ff6e00;
  text-align: center
}

.c_suo a {
  height: 52px;
  line-height: 52px;
  display: block;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 24px;
  color: #fff;
  text-align: center;
  background: #ff6e00;
  border-radius: 4px;
  margin: 50px auto 0;
}

.c_suo a:hover {
  background: #f80;
}

.zhanshi {
  width: 445px;
  height: 278px;
  position: relative;
  overflow: hidden;
  margin-right: 45px;
  float: right;
  border-radius: 10px;
}

.zhanshi img {
  display: block;
}

.zhanshi h3 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/banfe.png);
}

.c_cxtit {
  width: 1040px;
  margin: 40px auto 0;
  height: 85px;
  background: url(../images/jieguo.png) no-repeat center top;
}

.c_bagaoxx {
  width: 1040px;
  margin: 40px auto 0;
  font-size: 14px;
  color: #555;
  line-height: 2;
  padding: 0 0 40px;
}

.bgtu {
  width: auto;
  text-align: center;
  margin-left: 0;
}

.bgtu h1 {
  font-size: 20px;
  font-weight: normal;
  color: #666;
  text-align: center;
}

.c_bgnro {
  width: 470px;
  float: right;
  display: none;
}

.c_bgnro img {
  max-width: 100% !important;
  height: auto !important;
}
@media only screen and (min-width: 1080px) and (max-width: 1920px) {

  .c_topnav ul li:hover a {
    background: #fff;
    border-bottom: #6cb83a 3px solid;
    color: #6cb83a
  }
}
/*END*/
/*BEGIN*/
@media only screen and (min-width: 640px) and (max-width: 1040px) {
  .w1040 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .bigshow {
    display: none;
  }

  .midshow {
    display: block !important;
  }

  .smallshow {
    display: none;
  }

  .c_footbot .bigshow {
    display: none;
  }

  .c_cpjlist .bud {
    height: auto;
  }

  .cg_banner {
    display: none !important;
  }

  .subbbner {
    position: relative;
    display: block;
  }

  .c_topnav {
    background: url(../images/bantouming.png);
  }

  .c_topnav ul li a {
    padding: 10px 5px;
    background: none;
  }

  .c_topnav ul li.on>a {
    background: none;
    color: #fc9f31;
  }

  .c_topnav ul li a em {
    display: none;
  }

  .c_topnav ul li .c_submenu {
    display: block;
    background: none;
    padding-top: 10px;
    position: relative;
  }

  .c_topnav ul li .c_submenu li a {
    font-size: 12px;
    padding: 5px;
  }

  .c_topnav ul li .c_submenu li.on a {
    background: none;
  }

  .c_footbot {
    padding: 20px 15px;
  }

  .c_floor1 {
    background: none;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 30px;
  }

  .c_floor1 .w1040 {
    position: relative;
    text-align: center;
  }

  .c_floor1 h2.c_ywlyl {
    float: none;
    height: 40px;
    width: auto;
    margin-top: 0;
    border: 1px solid #fff;
    font-size: 18px;
  }

  .c_floor1 a.c_ywlyl:hover {
    border-color: #fff;
  }

  .c_ly {
    text-align: center;
    float: none;
    width: 32%;
    position: relative;
    margin-left: 0;
    display: inline-block;
    /* display: *inline; */
    zoom: 1;
  }

  .c_ly h2 {
    font-size: 18px;
  }

  .c_ly em {
    display: none;
  }

  .c_ly.ly1 {
    margin-top: 0;
  }

  .c_ly.ly2 {
    margin-top: 0;
  }

  .c_ly.ly3 {
    margin-top: 0;
  }

  .c_ly.ly4 {
    margin-top: 0;
    display: none;
  }

  .c_ly .c_lu {
    display: block;
    position: static;
    width: auto;
  }

  .c_ly .c_lu div {
    width: auto;
  }

  .c_ly img {
    display: none;
  }

  .c_floor2 {
    padding: 20px 0;
    background-color: #6cb83a;
    margin-top: 30px;
  }

  .c_cplist li {
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 15px 0 0;
  }

  .c_cplist li:hover {
    margin-top: 15px;
  }

  .c_cplist li:hover .c_des a.c_more {
    display: none;
  }

  .c_cp .c_cplist {
    width: auto;
  }


  .c_lblist {
    margin-top: 30px;
  }

  .c_lblist .hd {
    float: none;
    text-align: center;
  }

  .c_lblist .hd h2 {
    font-size: 14px;
    font-weight: normal;
    width: 160px;
    float: none;
    margin-left: 0;
    text-align: center;
    display: inline-block;
  }

  .c_cpjlist .hud {
    height: 20px;
    width: 100%;
    position: relative;
    display: none;
  }

  .c_floor3 {
    padding: 30px 15px;
  }

  .c_shipin {
    float: none;
    width: 100%;
    height: auto;
  }

  .c_shipin img {
    display: block;
    width: 100%;
    height: auto;
  }

  .c_shipin iframe {
    display: block;
    width: 100%;
    height: 300px;
  }

  .c_lxwo .c_mpa {
    float: none;
    width: 100%;
  }

  .c_lxwo .c_lxfs {
    margin-top: 40px;
    float: none;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 35px;
  }

  .c_kksd {
    padding-left: 0;
    background: none;
  }

  .c_kksd .c_input1 {
    height: auto;
    line-height: 40px;
    margin-top: 10px;
  }

  .c_kksd .c_input1 span {
    float: none;
  }

  .c_kksd .c_input1 div {
    float: none;
    width: auto;
    margin: 0;
  }

  .c_kksd .c_input1 div em {
    right: -10px;
  }

  .c_kksd .c_ynam {
    height: auto;
  }

  .c_kksd .c_ynam span {
    float: none;
    clear: both;
    display: block;
  }

  .c_kksd .c_ynam div {
    float: left;
    width: 80px;
  }

  .c_kksd .c_ynam img {
    float: left;
  }

  .c_kksd .c_textar {
    line-height: 40px;
    margin-top: 10px;
  }

  .c_kksd .c_textar span {
    float: none;
    font-size: 14px;
    color: #333;
    height: 36px;
    line-height: 36px;
  }

  .c_kksd .c_textar div {
    float: none;
    width: auto;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100px;
    line-height: 36px;
    padding: 10px 10px 10px 50px;
    margin: 0;
    position: relative;
  }

  .c_kksd .c_textar div em {
    right: -10px;
  }

  .c_kksd .c_anfexxf {
    overflow: hidden;
    width: auto;
    text-align: center;
  }

  .c_kksd .c_anfexxf a {
    float: none;
    width: 100px;
    margin: 0 5px;
    display: inline-block;
  }

  .c_rylist {
    width: auto;
  }

  .c_rylist li {
    width: 32%;
    margin: 10px 0.5%;
    box-sizing: border-box;
  }

  .c_rylist li h3 {
    font-size: 16px;
    text-align: center;
    line-height: 34px;
  }

  .c_xgtj ul {
    width: auto;
    padding: 10px 0;
  }

  .c_xgtj ul li {
    width: auto;
    float: none;
    height: 26px;
    line-height: 26px;
    margin: 0;
  }

  .c_zxns ul {
    overflow: hidden;
    width: auto;
    min-height: 400px;
    padding-bottom: 30px;
  }

  .c_zxns ul li {
    float: none;
    width: auto;
    padding: 25px 32px;
    border: 1px solid #dedede;
    position: relative;
    margin: 20px 0 0;
  }

  .c_floor1 h2.c_ywlyl a {
    width: 98px;
  }

}

/*END*/
/*BEGIN*/
@media only screen and (min-width: 100px) and (max-width: 640px) {
  .c_header{
    width: 100%;
  }
  .w1040 {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .bigshow {
    display: none;
  }

  .midshow {
    display: none;
  }

  .smallshow {
    margin-top: 10px;
    display: block !important;
  }

  .c_footbot .smallshow {
    display: inline-block !important;
  }

  .c_footbot .bigshow {
    display: none;
  }

  .c_cpjlist .bud {
    height: auto;
  }

  .cg_banner {
    display: none !important;
  }

  .subbbner {
    position: relative;
    display: block;
  }

  .c_header .c_headtop {
    padding: 3px 20px 5px;
    box-sizing: border-box;
    width: 100%;
  }

  .c_header .c_logo {
    float: left;
    width: 200px;
  }

  .c_header .c_logo img {
    width: 100%;
    height: auto;
    margin-top: 6px;
  }

  .c_topnav {
    top: 44px;
    background: url(../images/bantouming.png);
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 60px;
    padding-bottom: 20px;
  }

  .c_topnav ul {
    display: block;
  }

  .c_topnav ul li {
    display: block;
  }

  .c_topnav ul li a {
    padding: 10px 5px;
    background: none;
    font-size: 16px;
  }

  .c_topnav ul li span {
    position: absolute;
    width: 100%;
    height: 38px;
    left: 0;
    top: 0;
  }

  .c_topnav ul li.on>a {
    background: none;
    color: #fc9f31;
    border-bottom: none;
  }

  .c_topnav ul li a em {
    display: none;
  }

  .c_topnav ul li:hover .c_submenu {
    display: none;
  }

  .c_topnav ul li .c_submenu {
    display: block;
    background: #6cb83a;
    padding-top: 0;
    position: relative;
    display: none;
    margin-top: 0;
  }

  .c_topnav ul li .c_submenu li a {
    font-size: 12px;
    padding: 5px;
    color: #fff;
  }

  .c_topnav ul li .c_submenu li.on a {
    background: none;
    color: #fc9f31;
  }

  .c_footbot {
    padding: 10px;
  }

  .c_floor1 {
    background: none;
    height: auto;
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 30px;
  }

  .c_floor1 .w1040 {
    position: relative;
    text-align: center;
  }

  .c_floor1 h2.c_ywlyl {
    float: none;
    height: 40px;
    width: auto;
    margin-top: 0;
    border: 1px solid #fff;
    font-size: 18px;
  }

  .c_floor1 a.c_ywlyl:hover {
    border-color: #fff;
  }

  .c_ly {
    text-align: center;
    float: none;
    width: 48%;
    position: relative;
    margin-left: 0;
    display: inline-block;
    /* display: *inline; */
    zoom: 1;
  }

  .c_ly h2 {
    font-size: 18px;
  }

  .c_ly em {
    display: none;
  }

  .c_ly.ly1 {
    margin-top: 0;
  }

  .c_ly.ly2 {
    margin-top: 0;
  }

  .c_ly.ly3 {
    margin-top: 0;
  }

  .c_ly.ly4 {
    margin-top: 0;
    display: none;
  }

  .c_ly .c_lu {
    display: block;
    position: static;
    width: auto;
    margin-top: 10px;
    padding: 5px;
  }

  .c_ly .c_lu div {
    width: auto;
  }

  .c_ly img {
    display: none;
  }

  .c_floor2 {
    margin-top: 20px;
  }

  .c_tiesss a em {
    font-size: 18px;
    display: block;
    line-height: 30px;
  }

  .c_tiesss a strong {
    font-size: 16px;
  }

  .c_tiesss a strong i {
    font-size: 12px;
  }

  .c_floor2 {
    padding: 20px 0;
    background-color: #6cb83a;
  }

  .c_cplist li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 5px;
    margin: 15px 0 0;
  }

  .c_cplist li:hover {
    margin-top: 15px;
  }

  .c_cplist li:hover .c_des a.c_more {
    display: none;
  }

  .c_cp .c_cplist {
    width: auto;
  }

  .c_lblist {
    margin-top: 30px;
  }

  .c_lblist .hd {
    float: none;
    text-align: center;
  }

  .c_lblist .hd h2 {
    font-size: 14px;
    font-weight: normal;
    width: 32%;
    float: none;
    margin-left: 0;
    text-align: center;
    display: inline-block;
  }

  .c_lblist .hd h2 a em {
    display: none;
  }

  .c_cpjlist .hud {
    height: 20px;
    width: 100%;
    position: relative;
    display: none;
  }

  .c_cplist li h3 {
    font-size: 16px;
  }

  .c_cplist li .shu {
    display: none;
  }

  .c_floor3 {
    padding: 30px 10px;
  }

  .c_shipin {
    float: none;
    width: 100%;
    height: auto;
  }

  .c_shipin img {
    display: block;
    width: 100%;
    height: auto;
  }

  .c_shipin iframe {
    display: block;
    width: 100%;
    height: 300px;
  }

  .c_innews {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .c_innews h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .c_innews h2 a {
    color: #6cb83a;
  }

  .c_innews h2 a:hover {
    color: #f80;
  }

  .c_innews h2 a strong {
    font-size: 20px;
    float: left;
  }

  .c_innews h2 a em {
    font-size: 16px;
    display: block;
    margin-left: 90px;
    line-height: 20px;
    top: 5px;
  }

  .catename {
    display: none;
  }

  .c_sublist {
    margin-top: 10px;
  }

  .c_sublist h2 {
    font-size: 13px;
    font-weight: normal;
    display: inline-block;
    /* *display: inline; */
    zoom: 1;
    margin: 0 5px;
  }

  .c_sublist h2 a {
    color: #333;
    display: block;
    border-bottom: 2px solid #fff;
    line-height: 32px;
  }

  .c_sitemap {
    background: none;
  }

  .c_sitemap img {
    max-width: 100%;
    height: auto;
  }

  .c_links .c_yijzi {
    margin-top: 10px;
  }

  .c_links .c_yijzi .c_dlm {
    float: none;
    width: 133px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background: #333;
    text-align: center;
    color: #fff;
    display: block;
    margin: 20px auto 0;
  }

  .c_links .c_yijzi .c_dlm:hover {
    background: #6cb83a;
  }

  .c_links .c_yijzi .c_zliu {
    margin-left: 0;
    line-height: 22px;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
  }

  .c_links .c_yijzi .c_zliu a {
    color: #333;
    float: none;
    margin: 0 5px;
    font-size: 14px;
    display: inline-block;
  }

  .c_links .c_yijzi .c_zliu a:hover {
    color: #6cb83a;
  }

  .c_lxwo .c_mpa {
    display: none;
  }

  .c_lxwo .c_lxfs {
    margin-top: 10px;
    float: none;
    width: 100%;
    font-size: 16px;
    color: #333;
    line-height: 35px;
  }

  .c_kksd {
    padding-left: 0;
    background: none;
  }

  .c_kksd .c_input1 {
    height: auto;
    line-height: 40px;
    margin-top: 10px;
  }

  .c_kksd .c_input1 span {
    float: none;
  }

  .c_kksd .c_input1 div {
    float: none;
    width: auto;
    margin: 0;
  }

  .c_kksd .c_input1 div em {
    right: -10px;
  }

  .c_kksd .c_ynam {
    height: auto;
  }

  .c_kksd .c_ynam span {
    float: none;
    clear: both;
    display: block;
  }

  .c_kksd .c_ynam div {
    float: left;
    width: 80px;
  }

  .c_kksd .c_ynam img {
    float: left;
  }

  .c_kksd .c_textar {
    line-height: 40px;
    margin-top: 10px;
  }

  .c_kksd .c_textar span {
    float: none;
    font-size: 14px;
    color: #333;
    height: 36px;
    line-height: 36px;
  }

  .c_kksd .c_textar div {
    float: none;
    width: auto;
    border: 1px solid #d7d7d7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 100px;
    line-height: 36px;
    padding: 10px 10px 10px 50px;
    margin: 0;
    position: relative;
  }

  .c_kksd .c_textar div em {
    right: -10px;
  }

  .c_kksd .c_anfexxf {
    overflow: hidden;
    width: auto;
    text-align: center;
  }

  .c_kksd .c_anfexxf a {
    float: none;
    width: 100px;
    margin: 0 5px;
    display: inline-block;
  }

  .c_rylist {
    width: auto;
  }

  .c_rylist li {
    width: 49%;
    margin: 10px 0.5%;
    box-sizing: border-box;
  }

  .c_rylist li h3 {
    font-size: 16px;
    text-align: center;
    line-height: 34px;
  }

  h1.c_texttit {
    font-size: 16px;
  }

  .c_textinfo a {
    color: #666;
    display: inline-block;
    /* *display: inline; */
    zoom: 1;
  }

  .c_textinfo .c_jiajian {
    display: none;
  }

  .c_textinfo .c_yan {
    display: none;
  }

  .c_textcont {
    padding: 20px 0;
  }

  .c_xgtj ul {
    width: auto;
    padding: 10px 0;
  }

  .c_xgtj ul li {
    width: auto;
    float: none;
    height: 26px;
    line-height: 26px;
    margin: 0;
  }

  .c_zxns ul {
    overflow: hidden;
    width: auto;
    min-height: 400px;
    padding-bottom: 30px;
  }

  .c_zxns ul li {
    float: none;
    width: auto;
    padding: 25px 32px;
    border: 1px solid #dedede;
    position: relative;
    margin: 20px 0 0;
  }

  .ql_fenye a,
  .ql_fenye span {
    display: none;
  }

  .ql_fenye a.c_xyy,
  .ql_fenye a.c_syy {
    display: inline-block;
  }

  .c_floor1 h2.c_ywlyl a {
    width: 98px;
  }

  .c_baogao {
    height: 120px;
    background: url(../images/bannerfe.jpg) no-repeat center center/auto 150%;
  }

  .c_baogao h3 {
    font-size: 16px;
    padding: 20px 0 10px;
  }

  .c_baogao strong {
    font-size: 18px;
  }

  .c_baogao span {
    font-size: 14px;
  }

  .c_shoukk {
    width: auto;
    height: auto;
    padding: 20px 0 15px;
    overflow: hidden;
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 5px 0 #ddd;
    margin: 40px 10px 0;
  }

  .c_suo {
    width: auto;
    padding: 10px 10px 0;
    float: none;
  }

  .c_suo div {
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
  }

  .c_suo div input {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .c_suo a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 20px auto 0;
  }

  .c_suo a:hover {
    background: #f80;
  }

  .zhanshi {
    width: 94%;
    height: auto;
    margin-right: 0;
    float: none;
    margin: 20px auto 0;
  }

  .zhanshi img {
    width: 100%;
    height: auto;
  }

  .zhanshi h3 {
    font-size: 14px;
  }

  .c_cxtit {
    width: auto;
    margin: 40px auto 0;
    height: 65px;
    background: url(../images/jieguo.png) no-repeat center top/ 200% auto;
  }

  .c_bagaoxx {
    width: auto;
    margin: 10px auto 0;
    padding: 0 10px 20px;
  }

  .c_bagaoxx img {
    max-width: 100%;
    height: auto;
  }

  .bgtu {
    width: auto;
    margin-left: 0;
    float: none;
    padding-bottom: 24px;
  }

  .bgtu h1 {
    font-size: 16px;
  }

  .c_bgnro {
    width: auto;
    float: none;
  }










}

/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/