﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 100px;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: 100px;
}
.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%;
}
.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 {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  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: #06F;
}
.sub_updown span {
  display: block;
  float: left;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
}
/*上下篇 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;
  padding: 0 10px;
  border: 1px solid #e4e3e1;
  margin: 0px 3px;
}
.ql_fenye a {
  color: #444;
}
.ql_fenye a[href]:hover {
  color: #fff;
  border-color: #3D7931;
  background: #3D7931;
}
.ql_fenye span {
  color: #fff;
  border-color: #3D7931;
  background: #3D7931;
}
/*选中需要全部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;
  background: url(../images/topback.jpg);
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1080,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1080 {
  width: 1080px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
.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 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: url(../images/topback.png) no-repeat center top;
  z-index: 7;
  padding: 12px 0 68px;
}
.c_top .c_mintop {
  display: none;
}
.c_top .c_topnav {
  display: block;
  width: 1042px;
  margin: 0 auto;
}
.c_top .c_topnav li {
  float: left;
  font-size: 14px;
  margin: 0 5px;
  position: relative;
}
.c_top .c_topnav li a {
  display: block;
  color: #333;
  height: 31px;
  line-height: 31px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_top .c_topnav li a span {
  display: inline-block;
  height: 31px;
  width: 72px;
  text-align: center;
  vertical-align: top;
}
.c_top .c_topnav li a em {
  display: inline-block;
  height: 31px;
  width: 16px;
  vertical-align: top;
}
.c_top .c_topnav li a em.yl {
  background: url(../images/yunl.png);
}
.c_top .c_topnav li a em.yr {
  background: url(../images/yunr.png);
}
.c_top .c_topnav li:hover a {
  background: #468040;
  color: #fff;
}
.c_top .c_topnav li:hover .c_submenu {
  opacity: 1;
  visibility: visible;
  top: 31px;
}
.c_top .c_topnav li.on a {
  background: #468040;
  color: #fff;
}
.c_top .c_topnav li.c_logo {
  width: 120px;
  text-align: center;
}
.c_top .c_topnav li.c_logo:hover a {
  background: none;
}
.c_top .c_topnav li .c_submenu {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  top: 45px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_top .c_topnav li .c_submenu a {
  display: block;
  padding: 5px 10px;
  text-align: center;
  line-height: 22px;
  height: auto;
}
.c_top .c_topnav li .c_submenu a:hover {
  color: #f90;
}
.c_top .c_topnav li .c_submenu a.on {
  color: #f90;
}
.indexbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.indexbanner img {
  display: none;
}
.indexbanner .swiper-slide {
  width: 100%;
  overflow: hidden;
  height: 620px;
  background-position: center;
}
.indexbanner .swiper-button-next,
.indexbanner .swiper-button-prev {
  top: 48%;
}
.indexbanner .swiper-pagination {
  bottom: 15px;
}
.indexbanner .swiper-pagination span {
  width: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 10px;
  background: #fff;
}
.indexbanner .swiper-pagination span.swiper-pagination-bullet-active {
  width: 20px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.indexbanner.subd .swiper-slide {
  height: 500px;
}
.c_youlink {
  background: #494949;
  padding: 40px 0;
}
.yougun .bd {
  overflow: hidden;
  width: 910px;
  margin: 0 auto;
}
.yougun .bd ul {
  overflow: hidden;
}
.yougun .bd ul li {
  float: left;
  margin: 0 15px;
}
.yougun .bd ul li a {
  display: block;
  border: 1px solid #494949;
}
.yougun .bd ul li a:hover {
  border-color: #eee;
}
.yougun .bd ul li img {
  display: block;
}
.yougun .hd {
  position: relative;
  height: 0;
  width: 1100px;
  margin: 0 auto;
}
.yougun .hd a {
  display: block;
  position: absolute;
  font-family: "宋体";
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 6px;
}
.yougun .hd a:hover {
  color: #468040;
}
.yougun .hd a.next {
  right: 0;
}
.yougun .hd a.prev {
  left: 0;
}
.c_footer {
  background: url(../images/botback.jpg);
  color: #fff;
}
.c_footer a {
  color: #fff;
}
.c_footer a:hover {
  color: #468040;
}
.erweima {
  float: right;
  width: 320px;
  line-height: 1.9;
  font-size: 14px;
  padding: 30px 0 30px 50px;
  background: url(../images/biank.png) repeat-y left center;
}
.erweima img {
  float: left;
  margin: 0 20px 0 0;
}
.erweima strong {
  display: block;
  font-size: 18px;
}
.c_botlogo {
  float: left;
  padding: 30px 50px;
}
.c_botlogo img {
  display: block;
}
.botlx {
  float: left;
  font-size: 14px;
  line-height: 35px;
  width: 400px;
  padding: 30px 50px;
  background: url(../images/biank.png) repeat-y left center;
  margin-left: 40px;
}
.botlx div {
  padding-left: 36px;
}
.botlx div.lx1 {
  background: url(../images/lx1.png) no-repeat left center;
}
.botlx div.lx2 {
  background: url(../images/lx2.png) no-repeat left center;
}
.botlx div.lx3 {
  background: url(../images/lx3.png) no-repeat left center;
}
.c_footbot {
  text-align: center;
  font-size: 14px;
  color: #9d9d9d;
  padding: 15px 0;
}
.c_footbot a {
  color: #9d9d9d;
}
.c_footbot a:hover {
  color: #fff;
}
.c_indextop {
  height: 45px;
  background: #f3f3f3;
}
.positionf {
  float: right;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 45px;
}
.positionf a {
  color: #7c7c7c;
}
.positionf a:hover {
  color: #333;
}
.positionf span {
  padding-left: 20px;
  background: url(../images/yunb.png) no-repeat left center;
  display: inline-block;
  height: 45px;
  vertical-align: top;
}
.rightbb {
  float: right;
}
.rightbb a {
  float: right;
  width: 23px;
  height: 23px;
  margin: 12px 0 0 12px;
}
.rightbb .c_erweima {
  background: url(../images/yuan3.png) no-repeat center;
  position: relative;
}
.rightbb .c_erweima img {
  display: block;
  position: absolute;
  right: 0;
  top: 23px;
  display: none;
}
.rightbb .c_erweima:hover img {
  display: block;
}
.rightbb .c_lxqq {
  background: url(../images/yuan2.png) no-repeat center;
}
.rightbb div {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #468040;
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  background: url(../images/yuan1.png) no-repeat left center;
  padding-right: 10px;
}
.c_gonggao {
  float: left;
  width: 560px;
  overflow: hidden;
  padding-right: 40px;
  height: 30px;
  margin: 8px 0 0;
  padding-left: 30px;
  background: url(../images/laba.png) no-repeat left center;
  position: relative;
}
.c_gonggao .swiper-slide {
  overflow: hidden;
}
.c_gonggao .swiper-slide span {
  float: right;
  font-size: 14px;
  color: #999;
}
.c_gonggao .swiper-slide h3 {
  font-weight: normal;
  font-size: 14px;
  margin-right: 100px;
}
.c_gonggao .swiper-slide h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #7c7c7c;
}
.c_gonggao .swiper-slide h3 a:hover {
  color: #468040;
}
.c_gonggao .kl {
  height: 30px;
  line-height: 15px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.c_gonggao .kl a {
  display: block;
  height: 15px;
  width: 30px;
}
.c_gonggao .kl a:hover {
  background-color: #ddd;
}
.c_gonggao .kl .swipenext {
  background: url(../images/xianjian.png) no-repeat center;
}
.c_gonggao .kl .swipeprev {
  background: url(../images/shangjian.png) no-repeat center;
}
.c_floor1 {
  padding: 50px 0 80px;
  background: url(../images/back1.jpg) no-repeat center;
}
.c_tits {
  text-align: center;
  width: 370px;
  margin: 0 auto;
  padding: 0 0 30px;
  background: url(../images/huab.png) repeat-x center bottom;
}
.c_tits a {
  display: block;
}
.c_tits img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c_tits em {
  color: #777;
  font-size: 14px;
}
.reji {
  text-align: center;
}
.reji h2 {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  margin: 20px 15px 0;
}
.reji h2 a {
  display: block;
  color: #333;
  line-height: 30px;
  height: 30px;
  background: #e8e8e8;
}
.reji h2 a i {
  display: inline-block;
  height: 30px;
  width: 14px;
  vertical-align: top;
}
.reji h2 a i.ll {
  background: url(../images/titbl.png);
}
.reji h2 a i.rr {
  background: url(../images/titbr.png);
}
.reji h2 a em {
  display: inline-block;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  min-width: 80px;
}
.reji h2.on a {
  background: #333;
  color: #fff;
}
.reji h2:hover a {
  background: #333;
  color: #fff;
}
.c_cppeh {
  padding: 10px 0 0;
}
.c_jomre {
  display: block;
  margin: 40px auto 0;
  width: 150px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #3D7931;
  height: 34px;
  line-height: 34px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_jomre:hover {
  background: #555;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.c_cplist {
  overflow: hidden;
  margin-right: -22px;
}
.c_cplist li {
  float: left;
  width: 385px;
  margin: 30px 22px 0 0;
}
.c_cplist li a {
  display: block;
}
.c_cplist li img {
  display: block;
  width: 100%;
  height: auto;
}
.c_cplist li .c_tujis {
  display: block;
  position: relative;
  overflow: hidden;
}
.c_cplist li .c_tujis em {
  display: block;
  position: absolute;
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
  border: 1px solid #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_cplist li .c_tujis:hover em {
  width: 90%;
  height: 88%;
  left: 5%;
  top: 6%;
  border: 1px solid #fff;
  opacity: 1;
}
.c_cplist li .c_des {
  padding: 12px;
}
.c_cplist li .c_des h3 {
  font-weight: normal;
  font-size: 18px;
}
.c_cplist li .c_des h3 a {
  display: block;
  overflow: hidden;
  white-space: normal;
  color: #333;
}
.c_cplist li .c_des .c_mor {
  font-size: 14px;
  color: #888;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin: 6px 0 0;
}
.c_cplist li .c_des .xianf {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  height: 8px;
  margin: 0 0 15px;
}
.c_cplist li .c_des .c_more {
  width: 100px;
  height: 28px;
  border: 1px solid #f0f0f0;
  text-align: center;
  color: #888;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_cplist li:hover {
  background: #3d7931;
}
.c_cplist li:hover .c_des h3 a {
  color: #fff;
}
.c_cplist li:hover .c_des .c_mor {
  color: #fff;
}
.c_cplist li:hover .c_des .xianf {
  border-bottom: 1px solid #5e8d55;
}
.c_cplist li:hover .c_des .c_more {
  border: 1px solid #5e8d55;
  color: #333;
  -webkit-border-radius: 16px;
     -moz-border-radius: 16px;
          border-radius: 16px;
  background: #fff;
}
.c_floor2 {
  background: url(../images/back2.jpg) no-repeat center;
  padding: 100px 0;
  height: 470px;
  position: relative;
}
.c_floor2 .c_indexabout {
  width: 480px;
  background: #fff;
  padding: 50px 70px;
  right: 50%;
  margin-right: -600px;
  position: absolute;
  bottom: 100px;
}
.c_floor2 .c_indexabout h2 a {
  display: block;
}
.c_floor2 .c_indexabout h2 img {
  display: block;
}
.c_floor2 .c_indexabout h2 img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c_floor2 .c_indexabout .c_syjj {
  font-size: 14px;
  color: #333;
  line-height: 40px;
  height: 120px;
  padding: 10px 0 0;
  overflow: hidden;
}
.c_floor2 .c_indexabout .c_more {
  width: 140px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #3D7931;
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 20px 0 0;
}
.c_floor2 .c_indexabout .c_more:hover {
  background: #CC5522;
}
.c_floor2 .c_vidoskk {
  position: absolute;
  overflow: hidden;
  width: 620px;
  height: 368px;
  left: 50%;
  margin-left: -600px;
  -webkit-box-shadow: 0 0 30px #555;
     -moz-box-shadow: 0 0 30px #555;
          box-shadow: 0 0 30px #555;
}
.c_floor2 .c_vidoskk .c_spkk {
  position: relative;
  overflow: hidden;
}
.c_floor2 .c_vidoskk .c_spkk img {
  width: 100%;
  height: 368px;
}
.c_floor2 .c_vidoskk .c_spkk iframe {
  width: 100%;
  height: 368px;
}
.c_floor2 .c_vidoskk .c_spkk .bofang {
  display: block;
  left: 50%;
  top: 50%;
  margin: -34px 0 0 -35px;
  position: absolute;
  width: 71px;
  height: 68px;
}
.c_floor3 {
  background: url(../images/back3.jpg) no-repeat center;
  padding: 50px 0;
}
.c_idnenews {
  position: relative;
}
.c_idnenews .hd {
  position: absolute;
  width: 40px;
  left: 50%;
  top: 160px;
  margin-left: 600px;
  background: #f5f5f5;
  overflow: hidden;
}
.c_idnenews .hd a {
  display: block;
  width: 40px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  font-family: "宋体";
  font-weight: bold;
  color: #bebebe;
  border-top: 1px solid #e7e7e7;
  margin: -1px 0 0;
}
.c_idnenews .hd a:hover {
  background: #3D7931;
  color: #fff;
}
.c_idnenews .bd {
  width: 1140px;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px 0;
}
.c_idnenews .bd ul {
  overflow: hidden;
  padding: 15px 0 !important;
}
.c_idnenews .bd li {
  float: left;
  width: 330px;
  padding: 10px;
  margin: 0 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_idnenews .bd li h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_idnenews .bd li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
}
.c_idnenews .bd li h3 a:hover {
  color: #3D7931;
}
.c_idnenews .bd li .c_date {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.c_idnenews .bd li .c_des {
  font-size: 12px;
  color: #888;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin: 10px 0 20px;
}
.c_idnenews .bd li:hover {
  -webkit-box-shadow: 0 0 15px #ddd;
     -moz-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
}
.c_ptit {
  text-align: center;
  padding: 20px 0 30px;
  background: url(../images/huab.png) repeat-x center bottom;
}
.c_ptit em {
  display: block;
  font-size: 14px;
  color: #777;
}
.c_pagekco {
  padding: 30px 0;
  min-height: 400px;
  font-size: 14px;
  color: #666;
  line-height: 2;
}
.c_lxfs {
  width: 1000px;
  margin: 20px auto 40px;
  line-height: 40px;
}
.c_lxfs .c_ljx1 {
  padding-left: 36px;
  background: url(../images/lxs1.jpg) no-repeat 3px center;
}
.c_lxfs .c_ljx2 {
  padding-left: 36px;
  background: url(../images/lxs2.jpg) no-repeat left center;
}
.c_lxfs .c_ljx3 {
  padding-left: 36px;
  background: url(../images/lxs3.jpg) no-repeat 2px center;
}
.c_inpuji {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eaeaea;
  padding: 0 15px 0 50px;
  float: left;
  width: 400px;
  margin: 30px 0 0;
}
.c_inpuji input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #808080;
  font-size: 16px;
}
.c_inpuji.ij1 {
  background: #f2f2f2 url(../images/ic1.png) no-repeat 15px center;
}
.c_inpuji.ij2 {
  background: #f2f2f2 url(../images/ic2.png) no-repeat 15px center;
  float: right;
}
.c_inpuji.ij3 {
  background: #f2f2f2 url(../images/ic3.png) no-repeat 15px center;
}
.c_inpuji.ij4 {
  background: #f2f2f2 url(../images/ic4.png) no-repeat 15px center;
  float: right;
}
.c_texjta {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  line-height: 50px;
  border: 1px solid #eaeaea;
  padding: 12px 15px 12px 50px;
  margin: 30px 0 0;
  background: #f2f2f2 url(../images/ic5.png) no-repeat 14px 12px;
}
.c_texjta textarea {
  display: block;
  width: 100%;
  height: 150px;
  line-height: 25px;
  color: #808080;
  font-size: 16px;
  resize: none;
}
.yip {
  padding: 30px 0;
}
.c_yan {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #eaeaea;
  padding: 0 0 0 50px;
  float: left;
  width: 415px;
  background: #f2f2f2 url(../images/ic6.png) no-repeat 15px center;
}
.c_yan input {
  display: block;
  width: 260px;
  height: 50px;
  line-height: 50px;
  color: #808080;
  font-size: 16px;
}
.c_yan img {
  float: right;
  width: 120px;
  height: 50px;
  cursor: pointer;
}
.c_anji {
  float: right;
  overflow: hidden;
}
.c_anji a {
  float: right;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #3d7931;
  border: 1px solid #3d7931;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin: 0 0 0 20px;
}
.c_anji a:hover {
  background: #3d7931;
  color: #fff;
}
.c_newsp {
  min-height: 400px;
  padding-bottom: 40px;
}
.c_tout {
  overflow: hidden;
  background: #f8f8f8;
}
.c_tout .c_tuop {
  float: left;
}
.c_tout .c_tuop img {
  display: block;
}
.c_tout .c_tuop img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c_tout .c_moa {
  margin-left: 330px;
  background: url(../images/diwen.png) no-repeat -165px center;
  padding: 20px 30px 20px 80px;
}
.c_tout .c_moa .c_tijis {
  float: right;
  font-size: 14px;
  color: #333;
}
.c_tout .c_moa h3 {
  font-weight: normal;
  font-size: 18px;
  margin-right: 100px;
}
.c_tout .c_moa h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
}
.c_tout .c_moa h3 a:hover {
  color: #3D7931;
}
.c_tout .c_moa .c_des {
  font-size: 14px;
  color: #777;
  line-height: 35px;
  height: 105px;
  overflow: hidden;
  padding: 9px 0 0;
}
.c_newslist li {
  overflow: hidden;
  margin: 15px 0 0;
  border: 1px solid #ebebeb;
  padding: 20px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_newslist li .c_date {
  font-size: 24px;
  line-height: 30px;
  float: left;
  margin: 0 15px 0 0;
}
.c_newslist li .c_date span {
  color: #333;
}
.c_newslist li .c_date span em {
  color: #999;
  font-size: 14px;
  vertical-align: top;
}
.c_newslist li .c_date div {
  width: 30px;
  text-align: center;
  height: 24px;
  line-height: 25px;
  color: #fff;
  font-size: 20px;
  background: #999;
  margin: 30px 0 0;
}
.c_newslist li .newsri h3 {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
}
.c_newslist li .newsri h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
}
.c_newslist li .newsri h3 a:hover {
  color: #3D7931;
}
.c_newslist li .newsri .c_des {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  padding: 6px 0 0;
}
.c_newslist li:hover {
  -webkit-box-shadow: 0 0 15px #ebebeb;
     -moz-box-shadow: 0 0 15px #ebebeb;
          box-shadow: 0 0 15px #ebebeb;
}
.c_newslist li:hover .c_date div {
  background: #3D7931;
}
.c_newsxx h1 {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 20px;
  color: #333;
}
.c_textinfo {
  border-top: 2px dotted #e3e3e3;
  border-bottom: 2px dotted #e3e3e3;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
}
.c_textinfo .ziti {
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #3D7931;
}
.c_textinfo .ziti a {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  background: #333;
  line-height: 18px;
  color: #fff;
  vertical-align: top;
  margin-top: 13px;
}
.c_textinfo .ziti a:hover {
  background: #3D7931;
}
.c_textinfo .c_jisinf span {
  float: left;
  padding-right: 20px;
}
.c_textinfo .c_jisinf .bdsharebuttonbox {
  float: left;
}
.c_textinfo .c_jisinf .bdsharebuttonbox a {
  float: left;
  width: 21px;
  height: 21px;
  background: url(../images/fenx.png) no-repeat;
  padding: 0;
  margin: 13px 8px 0 0;
}
.c_textinfo .c_jisinf .bdsharebuttonbox a.bds_sqq {
  background-position: left top;
}
.c_textinfo .c_jisinf .bdsharebuttonbox a.bds_sqq:hover {
  background-position: left bottom;
}
.c_textinfo .c_jisinf .bdsharebuttonbox a.bds_weixin {
  background-position: center top;
}
.c_textinfo .c_jisinf .bdsharebuttonbox a.bds_weixin:hover {
  background-position: center bottom;
}
.c_textinfo .c_jisinf .bdsharebuttonbox a.bds_tsina {
  background-position: right top;
}
.c_textinfo .c_jisinf .bdsharebuttonbox a.bds_tsina:hover {
  background-position: right bottom;
}
.textcont {
  padding: 30px 0;
}
.pagesx a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  line-height: 20px;
  margin: 15px 0 0;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.pagesx a em {
  float: left;
  border: 1px solid #333;
  padding: 0 20px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
  font-family: "宋体";
  font-weight: bold;
  margin-right: 15px;
}
.pagesx a:hover {
  color: #3D7931;
}
.pagesx a:hover em {
  color: #fff;
  background: #3D7931;
  border-color: #3D7931;
}
.c_xgtj {
  padding: 30px 0;
}
.c_xgtj .xgjttit {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}
.c_xgtj ul {
  overflow: hidden;
  margin: 0 -30px;
  padding: 40px 0 20px;
}
.c_xgtj ul li {
  float: left;
  width: 298px;
  padding: 30px 30px;
  border: 1px solid #e6e6e6;
  margin: 0 30px;
}
.c_xgtj ul li h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_xgtj ul li h3 a {
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_xgtj ul li h3 a:hover {
  color: #3D7931;
}
.c_xgtj ul li .c_des {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #777;
  margin-top: 10px;
}
.c_xgtj ul li .c_dsat {
  font-size: 14px;
  color: #999;
  line-height: 1.2;
  padding: 25px 0 0;
}
.c_xgtj ul li .c_dsat span {
  display: block;
  font-size: 18px;
}
.c_xgtj ul li:hover {
  -webkit-box-shadow: 4px 4px 10px #c6c6c6;
     -moz-box-shadow: 4px 4px 10px #c6c6c6;
          box-shadow: 4px 4px 10px #c6c6c6;
}
.c_cpzs {
  overflow: hidden;
}
.c_psjlist {
  overflow: hidden;
  margin: 0 -24px 0 0;
}
.c_psjlist li {
  float: left;
  width: 385px;
  margin: 0 22px 30px 0;
}
.c_psjlist li .c_jitus {
  display: block;
  background: #000 url(../images/logo2.png) no-repeat center;
}
.c_psjlist li .c_jitus img {
  display: block;
  width: 100%;
  height: auto;
}
.c_psjlist li .c_jitus img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.c_psjlist li .c_xxin {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #c2c2c2;
  margin-top: 10px;
}
.c_psjlist li .c_xxin span {
  float: left;
  margin-right: 14px;
}
.c_psjlist li .c_xxin .ji1 {
  padding-left: 20px;
  background: url(../images/iji1.png) no-repeat left center;
}
.c_psjlist li .c_xxin .ji2 {
  padding-left: 20px;
  background: url(../images/iji2.png) no-repeat left center;
}
.c_psjlist li .c_xxin .ji3 {
  padding-left: 20px;
  background: url(../images/iji3.png) no-repeat left center;
}
.c_psjlist li h3 {
  font-weight: normal;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
}
.c_psjlist li h3 a {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  display: block;
}
.c_psjlist li h3 strong {
  font-weight: normal;
  margin-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
}
.c_psjlist li h3 em {
  float: right;
  width: 98px;
  background: url(../images/biaof.png) no-repeat center;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}
.c_psjlist li h3:hover a {
  background: #3D7931;
  padding: 0 12px;
  color: #fff;
}
.c_psjlist li h3:hover em {
  background: none;
  text-align: right;
}
.altjd {
  padding: 60px 0 0;
}
.anlitj {
  display: block;
  text-align: center;
  padding: 40px 0 0;
}
.anlitj li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 250px;
  margin: 0 20px;
}
.anlitj li a {
  display: block;
}
.anlitj li a.c_anltu {
  background: #000;
}
.anlitj li a.c_anltu img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.anlitj li img {
  display: block;
  width: 100%;
  height: auto;
}
.anlitj li h3 {
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 20px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.anlitj li h3 i {
  display: block;
  line-height: 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-style: normal;
  padding: 20px 0 0;
}
.anlitj li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
}
.anlitj li .c_xinfe {
  display: block;
  width: 100px;
  height: 1px;
  background: #333;
  margin: 30px auto 0;
}
.anlitj li:hover h3 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.anlitj li:nth-child(2n) {
  margin-top: 30px;
}
.c_cptuji {
  position: relative;
  width: 800px;
  margin: 30px auto 10px;
}
.c_cptuji img {
  display: block;
  width: 100%;
  height: auto;
}
.ditutt {
  float: left;
  width: 650px;
  height: 506px;
  overflow: hidden;
}
.ditutt.anli {
  height: 348px;
}
.xiaotu {
  float: right;
  margin: 44px 0 0;
  width: 125px;
  height: 416px;
  overflow: hidden;
}
.xiaotu .swiper-slide {
  background: #000;
}
.xiaotu .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.xiaotu .swiper-slide img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.xiaotu.anli {
  height: 280px;
  margin-top: 31px;
}
.snext,
.sprev {
  display: block;
  width: 35px;
  height: auto;
  position: absolute;
  right: 44px;
}
.snext.swiper-button-disabled,
.sprev.swiper-button-disabled {
  display: none;
}
.snext:hover,
.sprev:hover {
  background-color: #eee;
}
.snext {
  bottom: 5px;
}
.sprev {
  top: 5px;
}
.jifs {
  padding: 38px 0 0;
}
.seli {
  height: 50px;
  line-height: 50px;
  border: 1px solid #eaeaea;
  background: #f2f2f2;
  width: 445px;
  padding: 0 15px;
  position: relative;
}
.seli em {
  position: absolute;
  right: -20px;
  color: #c00;
  top: 0;
}
.seli select {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: "微软雅黑";
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/jiant.png) no-repeat right center;
}
.seli select::-ms-expand {
  display: none;
}
.jisjit {
  height: 50px;
  line-height: 50px;
  border: 1px solid #eaeaea;
  background: #f2f2f2;
  width: 445px;
  padding: 0 15px;
  position: relative;
}
.jisjit em {
  position: absolute;
  right: -20px;
  color: #c00;
  top: 0;
}
.jisjit input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: "微软雅黑";
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
}
.shenshi {
  padding: 38px 0 0;
}
.c_selij {
  height: 50px;
  line-height: 50px;
  border: 1px solid #eaeaea;
  background: #f2f2f2;
  width: 270px;
  padding: 0 15px;
  position: relative;
}
.c_selij em {
  position: absolute;
  right: -20px;
  color: #c00;
  top: 0;
}
.c_selij select {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-family: "微软雅黑";
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/jiant.png) no-repeat right center;
}
.c_selij select::-ms-expand {
  display: none;
}
.c_selij.cg_l {
  margin-right: 48px;
}
.c_xxdz {
  border: 1px solid #eaeaea;
  background: #f2f2f2;
  padding: 10px 15px;
  position: relative;
  margin: 38px 0 0;
}
.c_xxdz em {
  position: absolute;
  right: -20px;
  color: #c00;
  top: 0;
}
.c_xxdz textarea {
  display: block;
  width: 100%;
  line-height: 30px;
  font-family: "微软雅黑";
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  height: 200px;
  resize: none;
}
.dianfe {
  margin: 38px 0 0;
}
.c_ifser {
  height: 50px;
  line-height: 50px;
  border: 1px solid #eaeaea;
  background: #f2f2f2 url(../images/ic6.png) no-repeat 15px center;
  width: 425px;
  padding: 0 0 0 50px;
  position: relative;
  float: left;
}
.c_ifser em {
  position: absolute;
  right: -20px;
  color: #c00;
  top: 0;
}
.c_ifser img {
  float: right;
  width: 120px;
  height: 50px;
  cursor: pointer;
}
.c_ifser input {
  display: block;
  width: 290px;
  height: 50px;
  line-height: 50px;
  font-family: "微软雅黑";
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
}
.anjiuse {
  float: right;
  overflow: hidden;
}
.anjiuse a {
  float: right;
  width: 220px;
  text-align: center;
  font-size: 16px;
  color: #3d7931;
  border: 1px solid #dadada;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  margin-left: 20px;
}
.anjiuse a:hover {
  border-color: #3d7931;
  background: #3d7931;
  color: #fff;
}
.c_anlist {
  padding: 0 0 40px;
}
.c_anlist li {
  border: 2px solid #e2e2e2;
  margin: 80px 0 0 50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_anlist li .c_anlitu {
  float: left;
  width: 560px;
  position: relative;
  top: -40px;
  left: -50px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_anlist li .c_anlitu img {
  display: block;
  width: 100%;
  height: auto;
}
.c_anlist li .c_anlitu img:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c_anlist li .c_divs {
  width: 340px;
  float: right;
  padding: 0 120px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_anlist li .c_divs h3 {
  font-size: 24px;
  padding: 30px 0 0;
}
.c_anlist li .c_divs h3 a {
  display: block;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
}
.c_anlist li .c_divs h3 a:hover {
  color: #3D7931;
}
.c_anlist li .c_divs h3:after {
  content: ' ';
  display: block;
  width: 50px;
  height: 1px;
  background: #3D7931;
  margin: 5px auto 0;
}
.c_anlist li .c_divs .c_des {
  font-size: 14px;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
  padding: 15px 0 0;
}
.c_anlist li .c_divs .c_more {
  display: block;
  width: 120px;
  text-align: center;
  margin: 20px auto 0;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #ececec;
  color: #3D7931;
  -webkit-box-shadow: 0 0 10px #ececec;
     -moz-box-shadow: 0 0 10px #ececec;
          box-shadow: 0 0 10px #ececec;
}
.c_anlist li .c_divs .c_more em {
  float: right;
  width: 30px;
  text-align: center;
  background: #3D7931;
  color: #fff;
  font-weight: bold;
}
.c_anlist li .c_divs .c_more:hover {
  background: #3D7931;
  color: #fff;
}
.c_anlist li .c_divs .c_more:hover em {
  color: #3D7931;
  background: #fff;
}
.c_anlist li:nth-child(2n) {
  margin: 80px 50px 0 0;
}
.c_anlist li:nth-child(2n) .c_anlitu {
  float: right;
  right: -50px;
  left: auto;
}
.c_anlist li:nth-child(2n) .c_divs {
  float: left;
}
.c_anlist li:hover {
  border-color: #3D7931;
  margin: 80px 0 0;
}
.c_anlist li:hover .c_anlitu {
  left: 0;
  top: 0;
}
.c_anlist li:hover:nth-child(2n) .c_anlitu {
  right: 0;
  left: auto;
}
.liuyan ul {
  padding-bottom: 40px;
}
.liuyan li {
  padding: 15px 0;
}
.c_liuynf {
  overflow: hidden;
}
.c_liuynf .touqu {
  overflow: hidden;
}
.c_liuynf .touqu img {
  float: left;
  width: 68px;
  height: 68px;
}
.c_liuynf .touqu div {
  margin: 0 0 0 80px;
  font-size: 18px;
  line-height: 28px;
}
.c_liuynf .touqu div strong {
  display: block;
  color: #333;
  padding-top: 5px;
}
.c_liuynf .touqu div em {
  display: block;
  color: #999;
  font-size: 16px;
}
.c_liuynf .liuhua {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
  margin-top: 10px;
}
.huidkk {
  background: #f6f5f5;
  position: relative;
  padding: 20px 40px;
  margin-top: 20px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.huidkk .jiao {
  display: block;
  position: absolute;
  border-bottom: 8px solid #f6f5f5;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: -8px;
  left: 30px;
}
.huidkk img {
  float: left;
  width: 29px;
  height: 30px;
}
.huidkk .huihh {
  margin-left: 40px;
}
/*END*/
/*BEGIN*/
@media screen and (max-width: 1200px) {
  img {
    max-width: 100%;
  }
  .w1002 {
    width: auto;
    padding: 0 12px;
  }
  .w1080 {
    width: auto;
    padding: 0 12px;
  }
  .w1200 {
    width: auto;
    padding: 0 12px;
  }
  .c_top {
    background: #fff;
    padding: 0;
    z-index: 99;
  }
  .c_top .c_mintop {
    display: block;
    overflow: hidden;
    padding: 5px 12px;
  }
  .c_top .c_mintop .c_logom {
    float: left;
    width: 40px;
  }
  .c_top .c_mintop .c_logom img {
    display: block;
    width: 100%;
    height: auto;
  }
  .c_top .c_mintop .c_list {
    float: right;
    width: 40px;
    margin: 8px 0 0;
  }
  .c_top .c_topnav {
    width: auto;
    padding: 10px 0;
    border-top: 1px solid #468040;
    display: none;
  }
  .c_top .c_topnav li {
    float: none;
    margin: 0;
  }
  .c_top .c_topnav li a {
    padding: 0 15px;
  }
  .c_top .c_topnav li a span {
    width: auto;
    display: block;
  }
  .c_top .c_topnav li a em {
    display: none;
  }
  .c_top .c_topnav li.c_logo {
    display: none;
  }
  .c_top .c_topnav li .c_submenu {
    position: static;
    opacity: 1;
    visibility: visible;
    text-align: center;
    background: #eee;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }
  .c_top .c_topnav li .c_submenu a {
    display: inline-block;
    background: none;
    color: #333;
  }
  .c_top .c_topnav li i {
    display: block;
    height: 32px;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
  }
  .indexbanner {
    margin: 56px 0 0;
  }
  .indexbanner img {
    display: block;
  }
  .indexbanner .swiper-slide {
    height: auto;
  }
  .indexbanner.subd .swiper-slide {
    height: auto;
  }
  .c_youlink {
    display: none;
  }
  .erweima {
    display: none;
  }
  .c_botlogo {
    display: none;
  }
  .botlx {
    float: none;
    font-size: 12px;
    line-height: 26px;
    width: auto;
    padding: 10px 0;
    background: none;
    margin-left: 0;
  }
  .botlx div {
    padding-left: 32px;
  }
  .c_footbot {
    font-size: 12px;
    padding: 10px 0;
    border-top: 1px solid #555;
  }
  .c_footbot .c_gjz {
    display: none;
  }
  .c_indextop {
    height: auto;
  }
  .rightbb {
    display: none;
  }
  .c_gonggao {
    float: none;
    width: auto;
  }
  .c_floor1 {
    padding: 20px 0;
  }
  .c_tits {
    width: 200px;
    padding: 0 0 15px;
  }
  .c_tits em {
    display: none;
  }
  .c_jomre {
    display: none;
  }
  .c_cplist {
    margin-right: 0;
  }
  .c_cplist li {
    float: none;
    width: auto;
    margin: 20px 0 0;
  }
  .c_cplist li .c_des {
    padding: 12px 0 0;
  }
  .c_cplist li .c_des h3 {
    font-size: 16px;
  }
  .c_cplist li .c_des .c_more {
    display: none;
  }
  .c_cplist li:hover {
    background: #fff;
  }
  .c_cplist li:hover .c_des h3 a {
    color: #333;
  }
  .c_cplist li:hover .c_des .c_mor {
    color: #666;
  }
  .reji.paji {
    display: none;
  }
  .c_floor2 {
    background: url(../images/back2.jpg) no-repeat center / auto 100%;
    padding: 20px 12px;
    height: auto;
  }
  .c_floor2 .c_indexabout {
    width: auto;
    padding: 10px;
    margin-right: 0;
    position: static;
  }
  .c_floor2 .c_indexabout .c_syjj {
    line-height: 22px;
    height: 66px;
    padding: 10px 0 0;
  }
  .c_floor2 .c_indexabout .c_more {
    width: 140px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #3D7931;
    font-size: 14px;
    color: #fff;
    display: block;
    margin: 20px 0 0;
  }
  .c_floor2 .c_indexabout .c_more:hover {
    background: #CC5522;
  }
  .c_floor2 .c_vidoskk {
    position: static;
    width: auto;
    height: 260px;
    margin-left: 0;
    margin-top: 20px;
  }
  .c_floor2 .c_vidoskk .c_spkk img {
    height: 260px;
  }
  .c_floor2 .c_vidoskk .c_spkk iframe {
    height: 260px;
  }
  .c_floor2 .c_vidoskk .c_spkk .bofang {
    margin: -34px 0 0 -35px;
    position: absolute;
  }
  .c_floor3 {
    padding: 20px 0;
  }
  .c_idnenews .hd {
    display: none;
  }
  .c_idnenews .bd {
    width: auto;
    padding: 0;
  }
  .c_idnenews .bd ul {
    padding: 15px 0 0 !important;
  }
  .c_idnenews .bd li {
    float: none;
    width: auto;
    padding: 0 12px;
    margin: 0;
  }
  .c_idnenews .bd li h3 {
    font-size: 14px;
  }
  .c_idnenews .bd li .c_date {
    font-size: 12px;
  }
  .c_idnenews .bd li .c_tur {
    display: none;
  }
  .c_ptit {
    padding: 10px 0 15px;
  }
  .c_ptit img {
    width: 200px;
  }
  .c_ptit em {
    display: none;
  }
  .jai {
    display: none;
  }
  .c_pagekco {
    padding: 15px 0;
    min-height: 300px;
  }
  .c_lxfs {
    width: auto;
    margin: 20px 12px 30px;
  }
  .c_lxfs .c_ljx1 {
    clear: both;
  }
  .c_inpuji {
    height: 36px;
    line-height: 36px;
    float: none !important;
    width: auto;
    margin: 10px 0 0;
  }
  .c_inpuji input {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .c_texjta {
    margin-top: 10px;
  }
  .c_texjta textarea {
    font-size: 14px;
  }
  .yip {
    padding: 10px 0;
  }
  .c_yan {
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    height: 36px;
    line-height: 36px;
    float: none;
    width: auto;
  }
  .c_yan input {
    width: 60px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .c_yan img {
    width: 100px;
    height: 36px;
  }
  .c_anji {
    float: none;
    text-align: center;
  }
  .c_anji a {
    float: none;
    width: 120px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 20px 5px 0;
  }
  .c_newsp {
    min-height: 300px;
    padding-bottom: 20px;
  }
  .c_tout .c_tuop {
    float: none;
  }
  .c_tout .c_tuop img {
    display: block;
    width: 100%;
    height: auto;
  }
  .c_tout .c_moa {
    margin-left: 0;
    padding: 10px;
    background: none;
  }
  .c_tout .c_moa .c_tijis {
    float: none;
    font-size: 12px;
  }
  .c_tout .c_moa h3 {
    font-size: 16px;
    margin-right: 0;
  }
  .c_tout .c_moa .c_des {
    font-size: 12px;
    line-height: 24px;
    height: 48px;
  }
  .c_newslist li {
    padding: 10px;
  }
  .c_newslist li .c_date {
    font-size: 14px;
    float: none;
  }
  .c_newslist li .c_date div {
    display: none;
  }
  .c_newslist li .newsri h3 {
    font-size: 16px;
  }
  .c_newslist li .newsri .c_des {
    font-size: 12px;
  }
  .c_newsxx h1 {
    font-size: 18px;
  }
  .c_textinfo {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  .c_textinfo .ziti {
    display: none;
  }
  .c_textinfo .c_jisinf span {
    float: left;
    padding-right: 20px;
  }
  .c_textinfo .c_jisinf .bdsharebuttonbox {
    display: none;
  }
  .textcont {
    padding: 15px 0;
  }
  .c_xgtj {
    padding: 20px 12px;
  }
  .c_xgtj .xgjttit {
    font-size: 18px;
  }
  .c_xgtj ul {
    overflow: hidden;
    margin: 0;
    padding: 20px 0 10px;
  }
  .c_xgtj ul li {
    float: none;
    width: auto;
    padding: 0;
    border: none;
    margin: 0 0 15px;
  }
  .c_xgtj ul li h3 {
    font-size: 16px;
  }
  .c_xgtj ul li .c_des {
    margin-top: 0;
  }
  .c_xgtj ul li .c_dsat {
    font-size: 14px;
    color: #999;
    line-height: 1.2;
    padding: 8px 0 0;
  }
  .c_xgtj ul li .c_dsat span {
    display: inline-block;
    padding-right: 10px;
  }
  .c_psjlist {
    margin: 0 -6px;
    padding: 0 0 20px;
  }
  .c_psjlist li {
    float: left;
    width: 48%;
    margin: 15px 1% 0;
  }
  .c_psjlist li .c_xxin {
    margin: 0;
  }
  .c_psjlist li .c_xxin .ji1 {
    padding-left: 20px;
    background: url(../images/iji1.png) no-repeat left center;
  }
  .c_psjlist li .c_xxin .ji2 {
    display: none;
  }
  .c_psjlist li .c_xxin .ji3 {
    display: none;
  }
  .c_psjlist li h3 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .c_psjlist li h3 strong {
    margin-right: 0;
  }
  .c_psjlist li h3 em {
    display: none;
  }
  .altjd {
    padding: 30px 0 0;
  }
  .anlitj {
    padding: 10px 0 0;
  }
  .anlitj li {
    width: 46%;
    margin: 15px 1% 0;
  }
  .anlitj li h3 {
    font-size: 14px;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .anlitj li h3 i {
    display: none;
  }
  .anlitj li .c_xinfe {
    display: none;
  }
  .anlitj li:nth-child(2n) {
    margin-top: 15px;
  }
  .c_cptuji {
    width: 100%;
    margin: 20px auto 10px;
  }
  .ditutt {
    float: none;
    width: auto;
    height: auto;
  }
  .ditutt.anli {
    height: auto;
  }
  .xiaotu {
    display: none;
  }
  .snext,
  .sprev {
    display: none;
  }
  .jifs {
    padding: 0;
  }
  .seli {
    height: 36px;
    line-height: 36px;
    width: auto;
    padding: 0 10px;
    position: relative;
    float: none;
    margin: 15px 0 0;
  }
  .seli em {
    right: -10px;
  }
  .seli select {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .jisjit {
    height: 36px;
    line-height: 36px;
    width: auto;
    padding: 0 10px;
    float: none;
    margin: 15px 0 0;
  }
  .jisjit em {
    right: -10px;
  }
  .jisjit input {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .shenshi {
    padding: 0;
  }
  .c_selij {
    height: 36px;
    line-height: 36px;
    width: auto;
    padding: 0 10px;
    float: none;
    margin: 15px 0 0;
  }
  .c_selij em {
    right: -10px;
  }
  .c_selij select {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .c_selij.cg_l {
    margin-right: 0;
  }
  .c_xxdz {
    padding: 5px 10px;
    margin: 15px 0 0;
  }
  .c_xxdz em {
    right: -10px;
  }
  .c_xxdz textarea {
    line-height: 20px;
    font-size: 14px;
    height: 120px;
  }
  .dianfe {
    margin: 15px 0 0;
  }
  .c_ifser {
    height: 36px;
    line-height: 36px;
    width: auto;
    padding: 0 0 0 40px;
    float: none;
    background-position: 10px center;
  }
  .c_ifser em {
    right: -10px;
  }
  .c_ifser img {
    width: 80px;
    height: 36px;
  }
  .c_ifser input {
    display: block;
    width: 150px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .anjiuse {
    float: none;
    text-align: center;
    padding: 15px 0 0;
  }
  .anjiuse a {
    float: none;
    display: inline-block;
    width: 100px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
  }
  .c_anlist {
    padding: 0 0 20px;
  }
  .c_anlist li {
    margin: 20px 0 0;
  }
  .c_anlist li .c_anlitu {
    float: none;
    width: auto;
    position: static;
  }
  .c_anlist li .c_divs {
    width: auto;
    float: none;
    padding: 0 12px;
  }
  .c_anlist li .c_divs h3 {
    font-size: 18px;
    padding: 10px 0 0;
  }
  .c_anlist li .c_divs .c_des {
    font-size: 12px;
    padding: 10px 0 0;
    height: 75px;
  }
  .c_anlist li .c_divs .c_more {
    margin: 10px auto 20px;
  }
  .c_anlist li:nth-child(2n) {
    margin: 20px 0 0;
  }
  .c_anlist li:nth-child(2n) .c_anlitu {
    float: none;
  }
  .c_anlist li:nth-child(2n) .c_divs {
    float: none;
  }
  .c_anlist li:hover {
    margin: 20px 0 0;
  }
  .liuyan ul {
    padding-bottom: 20px;
  }
  .liuyan li {
    padding: 10px 0;
  }
  .c_liuynf .touqu img {
    width: 38px;
    height: 38px;
  }
  .c_liuynf .touqu div {
    margin: 0 0 0 50px;
    font-size: 16px;
    line-height: 20px;
  }
  .c_liuynf .touqu div strong {
    padding: 0;
  }
  .c_liuynf .touqu div em {
    font-size: 14px;
  }
  .c_liuynf .liuhua {
    font-size: 14px;
    margin-top: 0;
  }
  .huidkk {
    padding: 12px;
    margin-top: 10px;
  }
}
.c_sitemap {
    text-align: center;
    background: url(../images/xixian.png) repeat-x center 85px;
    padding: 100px 0;
    min-height: 450px;
}

    .c_sitemap ul {
        display: inline-block;
        vertical-align: top;
        padding: 30px 26px 0;
    }

        .c_sitemap ul li {
            font-size: 14px;
        }

            .c_sitemap ul li a {
                display: block;
                color: #343434;
                line-height: 34px;
            }

                .c_sitemap ul li a:hover {
                    color: #00468C;
                }

            .c_sitemap ul li.c_jit {
                font-size: 16px;
                margin-bottom: 10px;
            }

                .c_sitemap ul li.c_jit a {
                    border-bottom: 2px solid transparent;
                    height: 54px;
                    line-height: 54px;
                }

                    .c_sitemap ul li.c_jit a:hover {
                        font-weight: bold;
                        border-color: #00468C;
                    }

@media screen and (max-width: 1200px) {
    .c_sitemap {
        background: none;
        padding: 0;
    }

        .c_sitemap ul {
            display: block;
            padding: 15px 12px;
            border-bottom: 1px dashed #eee;
        }

            .c_sitemap ul li.c_jit {
                margin-bottom: 0px;
            }
}
/*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 */
