@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: 44px;
  line-height: 44px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin-top: 20px;
  height: 44px;
  line-height: 44px;
}
.sub_updown div a {
  display: block;
  color: #333;
  height: 44px;
  line-height: 44px;
}
.sub_updown div a[href]:hover {
  color: #90c31f;
}
.sub_updown div a[href]:hover span {
  background: #90c31f;
}
.sub_updown span {
  display: block;
  float: left;
  width: 126px;
  text-align: center;
  color: #fff;
  background: #c89451;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  margin-right: 15px;
  font-size: 16px;
  height: 44px;
  line-height: 44px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "宋体";
  font-size: 14px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 12px;
  border: 1px solid #ccc;
  -webkit-border-radius: 51%;
     -moz-border-radius: 51%;
          border-radius: 51%;
  margin: 0px 3px;
  font-weight: bold;
}
.ql_fenye a {
  color: #666;
}
.ql_fenye a[href]:hover {
  color: #fff;
  background: #71BA2B;
}
.ql_fenye span {
  color: #fff;
  background: #71BA2B;
}
/*选中需要全部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/bodyback.jpg);
  background: #fff;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1082,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1082 {
  width: 1082px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
/*关键字样式*/
.ql_subpag_about a {
  font-weight: bold;
  color: #000;
}
.ql_subpag_about a:hover {
  color: #666;
}
.qgl_mgaba {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.c_welcome {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c_welcome .bd {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c_welcome .bd li {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.c_welcome .bd li img {
  display: block;
  width: 1920px;
  height: 1080px;
  margin: -540px 0 0 -960px;
  top: 50%;
  left: 50%;
  position: absolute;
}
.c_welcome .bd li .dkuoh {
  position: absolute;
  left: 80px;
  bottom: 60px;
  background: url(../images/kuohao.png) no-repeat center;
  width: 486px;
  padding: 18px 65px;
  line-height: 26px;
  height: 52px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.c_welcome .bd li .dkuoh strong {
  color: #71ba2b;
}
.c_welcome .bd li h2 {
  position: absolute;
  right: 50px;
  top: 65px;
  font-family: "宋体";
  font-weight: normal;
}
.c_welcome .bd li h2 a {
  display: block;
  width: 50px;
  text-align: center;
  color: #fff;
  float: left;
  font-size: 38px;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_welcome .bd li h2 a:hover {
  color: #cbfe99;
}
.c_welcome .bd li h2 em {
  display: block;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  font-size: 19px;
  float: right;
  color: #fff;
  padding: 6px 0 0;
}
.c_welcome .hd {
  position: absolute;
  height: 100%;
  right: 200px;
  top: 0;
  z-index: 6;
  border-left: 1px solid #fff;
}
.c_welcome .hd ul {
  height: 100%;
}
.c_welcome .hd ul li {
  height: 20%;
  font-size: 18px;
  font-family: "宋体";
  font-weight: bold;
  display: table;
  width: 150px;
  position: relative;
}
.c_welcome .hd ul li img {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_welcome .hd ul li a {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  position: relative;
  z-index: 3;
}
.c_welcome .hd ul li a:before {
  content: "•";
  font-size: 30px;
  vertical-align: top;
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-left: -16px;
}
.c_welcome .hd ul li.even {
  margin-left: -100%;
}
.c_welcome .hd ul li.even a {
  text-align: right;
}
.c_welcome .hd ul li.even a:before {
  display: none;
}
.c_welcome .hd ul li.even a:after {
  content: "•";
  font-size: 30px;
  vertical-align: top;
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: -14px;
}
.c_welcome .hd ul li.on {
  width: 30px;
  padding: 0 19px;
  margin-left: -35px;
}
.c_welcome .hd ul li.on img {
  display: block;
}
.c_welcome .hd ul li.on a {
  line-height: 22px;
  text-align: center;
}
.c_welcome .hd ul li.on a:after {
  display: none;
}
.c_welcome .hd ul li.on a:before {
  display: none;
}
.c_indextop {
  position: absolute;
  left: 80px;
  top: 65px;
}
.c_indextop .c_logo {
  float: left;
}
.c_indextop .c_logo img {
  display: block;
}
.c_indextop .c_jin {
  clear: both;
  padding: 50px 0 0;
}
.c_indextop .c_jin a {
  display: block;
  width: 80px;
  padding: 0 15px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  margin: 10px 0 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.c_indextop .c_jin a:hover {
  background: #fff;
  color: #2fd3eb;
}
.c_header {
  background: url(../images/topback.png) no-repeat left top;
  height: 190px;
}
.c_top {
  padding: 36px 0 15px;
}
.c_logo1 {
  float: left;
  width: 188px;
}
.c_logo1 img {
  display: block;
  width: 100%;
  height: auto;
}
.c_wel {
  float: left;
  font-size: 21px;
  font-family: "宋体";
  color: #7a7a7a;
  height: 54px;
  line-height: 54px;
  margin-left: 200px;
  display: none;
}
.c_toplink {
  float: right;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  padding: 5px 0;
}
.c_toplink a {
  padding-left: 20px;
  color: #333;
}
.c_toplink a:hover {
  color: #90c31f;
}
.c_toplink a.lin1 {
  background: url(../images/topl2.png) no-repeat left center;
}
.c_toplink a.lin1:hover {
  background-image: url(../images/topl2h.png);
}
.c_toplink a.lin2 {
  background: url(../images/topl1.png) no-repeat left center;
}
.c_toplink a.lin2:hover {
  background-image: url(../images/topl1h.png);
}
.c_nav {
  text-align: center;
  background: url(../images/hengxian.png) no-repeat center bottom;
  position: relative;
  z-index: 9;
}
.c_nav ul {
  text-align: center;
}
.c_nav ul li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
  position: relative;
}
.c_nav ul li a {
  display: block;
  line-height: 52px;
  height: 52px;
  color: #676767;
  font-size: 17px;
  border-bottom: 3px solid transparent;
  padding: 0 15px;
}
.c_nav ul li .sub_list {
  position: absolute;
  left: 0;
  width: 100%;
  background: #71BA2B;
  background: #fff;
  border-radius: 8px;
  border-radius: 10px;
  padding: 5px 0;
  display: none;
}
.c_nav ul li .sub_list a {
  display: block;
  border: none;
  height: auto;
  line-height: 20px;
  padding: 10px;
  color: #333;
  font-size: 16px;
  border-radius: 6px;
  margin: 8px 5px 0;
}
.c_nav ul li .sub_list a:hover {
  color: #90c31f;
}
.c_nav ul li .sub_list a.on {
  color: #90c31f;
}
.c_nav ul li:hover > a {
  border-color: #90c31f;
  color: #90c31f;
}
.c_nav ul li:hover .sub_list {
  display: block;
}
.c_nav ul li.on > a {
  border-color: #90c31f;
  color: #90c31f;
}
.c_footer {
  border-top: 3px solid #d3cec0;
  background: url(../images/botdi.png) no-repeat right bottom;
}
.c_foot {
  padding: 20px 0;
  border-bottom: 1px solid #bdbdbd;
}
.c_foot .c_boterwei {
  float: left;
}
.c_foot .c_botmid {
  float: left;
  margin-left: 80px;
}
.c_foot .c_botmid .c_botnav {
  font-size: 14px;
  color: #000;
  padding-bottom: 30px;
}
.c_foot .c_botmid .c_botnav a {
  color: #000;
}
.c_foot .c_botmid .c_botnav a:hover {
  color: #71BA2B;
}
.c_foot .c_botmid .c_borlx {
  line-height: 40px;
  color: #454545;
  font-size: 15px;
}
.c_foot .c_botmid .c_borlx em {
  padding-left: 30px;
}
.c_foot .c_botmid .c_borlx em.c_botlx1 {
  background: url(../images/botlx1.png) no-repeat left center;
}
.c_foot .c_botmid .c_borlx em.c_botlx2 {
  background: url(../images/botlx2.png) no-repeat left center;
}
.c_foot .c_botmid .c_borlx em.c_botlx3 {
  background: url(../images/botlx3.png) no-repeat left center;
}
.c_botfoot {
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 30px;
  padding: 10px 0;
}
.c_botfoot img {
  vertical-align: middle;
}
.c_botfoot a {
  color: #666;
}
.c_botfoot a:hover {
  color: #000;
}
.c_youlink {
  background: url(../images/youlink.png) no-repeat left bottom;
  height: 60px;
  line-height: 60px;
  left: 60px;
  float: right;
  width: 205px;
  position: relative;
  margin-top: 30px;
}
.c_youlink div {
  padding-left: 38px;
  font-size: 13px;
  color: #000;
}
.c_youlink ul {
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;
  padding: 10px 0;
  background: #d3cec0;
  display: none;
}
.c_youlink ul li a {
  display: block;
  padding: 6px 10px;
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.c_youlink ul li a:hover {
  color: #71BA2B;
}
.c_youlink:hover ul {
  display: block;
}
.c_leftnews {
  float: left;
  width: 750px;
  position: relative;
  overflow: hidden;
  height: 340px;
}
.c_leftnews .bd li a {
  display: block;
}
.c_leftnews .bd li img {
  display: block;
  width: 750px;
  height: 340px;
}
.c_leftnews .hd {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 5;
}
.c_leftnews .hd ul {
  overflow: hidden;
}
.c_leftnews .hd ul li {
  float: left;
  width: 12px;
  height: 12px;
  background: #fff;
  cursor: pointer;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  margin: 0 10px 0 0;
}
.c_leftnews .hd ul li.on {
  background: #71BA2B;
}
.c_itti {
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}
.c_itti .c_more {
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #818181;
}
.c_itti .c_more:hover {
  color: #71BA2B;
}
.c_itti h2 {
  font-size: 18px;
  float: left;
}
.c_itti h2 a {
  display: block;
  color: #3e3e3e;
  padding-left: 20px;
  background: url(../images/xiaofang.png) no-repeat left center;
}
.c_itti h2 a em {
  font-weight: normal;
}
.c_itti h2 a:hover {
  color: #71BA2B;
  background-image: url(../images/xiaofang1.png);
}
.c_itti.yan {
  background: url(../images/yan.png) no-repeat right bottom;
}
.c_iti {
  overflow: hidden;
  height: 42px;
  line-height: 42px;
}
.c_iti .c_more {
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #818181;
}
.c_iti .c_more:hover {
  color: #71BA2B;
}
.c_iti h2 {
  font-size: 18px;
  float: left;
}
.c_iti h2 a {
  display: block;
  color: #3e3e3e;
}
.c_iti h2 a em {
  font-weight: normal;
}
.c_iti h2 a:hover {
  color: #71BA2B;
}
.c_rightnews {
  float: right;
  width: 310px;
}
.c_newslist {
  border-bottom: 1px solid #d8d8d8;
  margin-top: 7px;
}
.c_newslist li {
  border-top: 1px solid #d8d8d8;
  padding: 20px 10px;
}
.c_newslist li h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_newslist li h3 a {
  color: #363636;
  display: block;
}
.c_newslist li h3 a:hover {
  color: #71BA2B;
}
.c_newslist li .c_shij {
  font-size: 14px;
  color: #909090;
  padding-left: 20px;
  background: url(../images/shijian.png) no-repeat left center;
  height: 30px;
  line-height: 30px;
}
.c_newslist li .c_des {
  font-size: 14px;
  color: #686868;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.c_floor1 {
  padding: 10px 0 0;
}
.c_lm {
  width: 254px;
  border-top: 2px solid #d2cdbe;
  padding: 10px 0;
}
.c_lm .c_jitj {
  display: block;
}
.c_lm .c_jitj img {
  display: block;
}
.c_lm .c_jitj img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_lm .c_des {
  font-size: 14px;
  color: #575757;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin: 10px 0 5px;
}
.c_lm .c_more {
  color: #9e9e9e;
  font-size: 14px;
}
.c_lm .c_more:hover {
  color: #71BA2B;
}
.c_lm.cg_l {
  margin-right: 22px;
}
.c_floor2 {
  padding: 35px 0 0;
}
.c_tjsp {
  float: left;
  width: 810px;
}
.c_tjsp .c_cplist {
  position: relative;
  width: 820px;
  margin: 11px 0 0;
  padding: 0 0 4px;
}
.c_tjsp .c_cplist div {
  position: relative;
  width: 200px;
  height: 211px;
  border: 4px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  float: left;
  margin: 0 0 -4px -4px;
}
.c_tjsp .c_cplist div img {
  display: block;
}
.c_tjsp .c_cplist div h3 {
  display: block;
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #71BA2B;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  display: none;
}
.c_tjsp .c_cplist div h3 a {
  color: #fff;
  display: block;
  padding: 0 12px;
}
.c_tjsp .c_cplist div:hover {
  border-color: #71BA2B;
}
.c_tjsp .c_cplist div:hover h3 {
  display: block;
}
.c_pinpai {
  float: right;
  width: 250px;
}
.c_floor3 {
  padding: 35px 0 55px;
  background: url(../images/midback.png) no-repeat center bottom;
}
.c_pplist {
  border-bottom: 1px solid #d8d8d8;
  margin-top: 11px;
}
.c_pplist li {
  border-top: 1px solid #d8d8d8;
}
.c_pplist li a {
  display: block;
}
.c_pplist li img {
  display: block;
}
.c_pplist li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_subbanner img {
  display: block;
}
.c_position {
  height: 60px;
  line-height: 60px;
  font-size: 13px;
  text-align: right;
  width: 1082px;
  margin: -60px auto 0;
  color: #fff;
}
.c_position span {
  padding-left: 20px;
  background: url(../images/fangzi.png) no-repeat left center;
}
.c_position a {
  color: #fff;
}
.c_position a:hover {
  color: #71BA2B;
}
.c_submenu {
  text-align: center;
  padding: 50px 0 30px;
  background: url(../images/bodyback1.jpg) no-repeat center bottom;
}
.c_submenu div {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 10px;
}
.c_submenu h2 {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin: 0 5px;
}
.c_submenu h2 a {
  display: block;
  color: #323232;
  height: 58px;
  line-height: 58px;
  border-bottom: 2px solid transparent;
  padding: 0 15px;
}
.c_submenu h2 a:hover {
  border-color: #71BA2B;
  color: #90c31f;
}
.c_submenu h2.on a {
  border-color: #71BA2B;
  color: #90c31f;
}
.c_pagecont {
  min-height: 400px;
  background: url(../images/bodyback2.jpg) no-repeat center 100px;
  position: relative;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.c_pagebot {
  background: url(../images/midback.png) no-repeat center bottom;
  height: 406px;
  margin-top: -320px;
}
.c_links {
  text-align: center;
  padding: 20px 0 80px;
}
.c_links ul {
  display: inline-block;
  vertical-align: top;
}
.c_links ul li a {
  display: block;
  color: #777;
  font-size: 15px;
  height: 50px;
  line-height: 50px;
}
.c_links ul li a:hover {
  color: #71BA2B;
}
.c_links ul li.jins a {
  color: #0a0a0a;
  font-size: 16px;
  padding: 0 15px 0 24px;
}
.c_links ul li.jins a:hover {
  color: #71BA2B;
  background: url(../images/yezi1.png) no-repeat left center;
}
.c_lxfs {
  line-height: 46px;
  font-size: 17px;
  color: #666;
  padding: 20px 0 0;
}
.c_lxfs .c_lx1 {
  padding-left: 30px;
  background: url(../images/lx1.png) no-repeat left center;
}
.c_lxfs .c_lx2 {
  padding-left: 30px;
  background: url(../images/lx2.png) no-repeat left center;
}
.c_lxfs .c_lx3 {
  padding-left: 30px;
  background: url(../images/lx3.png) no-repeat 2px center;
}
.c_map {
  width: 1074px;
  border: 4px solid #e2e2e2;
  height: 350px;
  margin: 30px auto 0;
}
.c_liuyan {
  width: 582px;
  padding: 20px 500px 20px 0;
  margin: 0 auto;
  background: url(../images/lyback.png) no-repeat right center;
}
.c_input {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
.c_input span {
  float: left;
  width: 80px;
  text-align: right;
  color: #333;
  font-size: 16px;
}
.c_input span em {
  color: #c00;
}
.c_input div {
  margin-left: 100px;
  background: #ececec;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 0 15px;
}
.c_input div input {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
}
.c_textarea {
  overflow: hidden;
  line-height: 50px;
  margin-bottom: 20px;
}
.c_textarea span {
  float: left;
  width: 80px;
  text-align: right;
  color: #333;
  font-size: 16px;
}
.c_textarea span em {
  color: #c00;
}
.c_textarea div {
  margin-left: 100px;
  background: #ececec;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 12px 15px;
}
.c_textarea div textarea {
  display: block;
  height: 72px;
  line-height: 24px;
  width: 100%;
  resize: none;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
}
.c_yzmf {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
}
.c_yzmf span {
  float: left;
  width: 80px;
  text-align: right;
  color: #333;
  font-size: 16px;
}
.c_yzmf span em {
  color: #c00;
}
.c_yzmf div {
  margin-left: 100px;
  background: #ececec;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 0 15px;
}
.c_yzmf div input {
  display: block;
  height: 50px;
  line-height: 50px;
  width: 300px;
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
}
.c_yzmf div img {
  float: right;
  height: 50px;
  width: 130px;
  cursor: pointer;
}
a.c_anjian {
  display: block;
  width: 150px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 100px;
  background: #cc9752;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
a.c_anjian:hover {
  background: #71BA2B;
}
.c_ckly {
  background: url(../images/batou.png);
  margin: 30px auto 0;
  padding-bottom: 40px;
}
.c_ckly .c_cklytit {
  text-align: center;
  padding: 40px 0 10px;
}
.c_ckly .liulist {
  padding: 0 28px 30px;
}
.c_ckly .liulist li {
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px solid #e2e2e2;
}
.c_ckly .liulist .c_liux {
  padding: 10px 0;
}
.c_ckly .liulist .c_liux .c_tou {
  float: left;
  margin-top: 5px;
}
.c_ckly .liulist .c_liux .hua {
  margin-left: 70px;
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 0 15px #eee;
     -moz-box-shadow: 0 0 15px #eee;
          box-shadow: 0 0 15px #eee;
  padding: 5px 15px;
  position: relative;
  color: #666;
  line-height: 30px;
}
.c_ckly .liulist .c_liux .hua .c_rihi {
  float: right;
  padding-left: 22px;
  background: url(../images/shijian.png) no-repeat left center;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
}
.c_ckly .liulist .c_liux .hua .jao {
  display: block;
  width: 17px;
  height: 17px;
  background: url(../images/jiao.png);
  position: absolute;
  left: -17px;
  top: 12px;
}
.c_ckly .liulist .c_liux .hua .yanl {
  padding: 5px;
  margin-right: 120px;
}
.c_ckly .liulist .c_huid {
  padding: 10px 0;
}
.c_ckly .liulist .c_huid .huit {
  float: right;
  margin-top: 5px;
}
.c_ckly .liulist .c_huid .huiha {
  margin-right: 70px;
  background: #f0f0ef;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  line-height: 30px;
  padding: 10px 20px;
  margin-left: 120px;
  color: #666;
}
.c_ckly .liulist .c_huid .huiha .rili {
  float: right;
  font-size: 12px;
  padding-left: 24px;
  background: url(../images/shijian.png) no-repeat left center;
}
.c_ckly .liulist .c_huid .huiha .huijan {
  margin-right: 120px;
}
.c_ckly .liulist .c_huid .huiha .c_jao {
  background: url(../images/jiao1.png) no-repeat;
  width: 16px;
  height: 20px;
  position: absolute;
  right: -16px;
  top: 10px;
  display: block;
}
.c_zlhz {
  overflow: hidden;
}
.c_zlhz ul {
  width: 1200px;
  min-height: 300px;
  padding-bottom: 30px;
}
.c_zlhz ul li {
  float: left;
  margin: 20px 24px 0 0;
}
.c_zlhz ul li a {
  display: block;
}
.c_zlhz ul li img {
  display: block;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
.c_zlhz ul li img:hover {
  border-color: #71BA2B;
}
.c_zlhz ul li h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_zlhz ul li h3 a {
  display: block;
  color: #323232;
  text-align: center;
  height: 44px;
  line-height: 44px;
}
.c_zlhz ul li h3 a:hover {
  color: #71BA2B;
}
.c_touer {
  overflow: hidden;
  padding: 20px 0 0;
}
.c_touer ul {
  width: 1200px;
  overflow: hidden;
}
.c_touer ul li {
  float: left;
  width: 512px;
  margin: 0 58px 0 0;
  overflow: hidden;
}
.c_touer ul li .c_tiji {
  float: left;
}
.c_touer ul li .c_tiji img {
  display: block;
}
.c_touer ul li .c_tiji img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_touer ul li .c_mos {
  margin-left: 225px;
}
.c_touer ul li .c_mos h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_touer ul li .c_mos h3 a {
  display: block;
  color: #333;
}
.c_touer ul li .c_mos h3 a:hover {
  color: #c6924f;
}
.c_touer ul li .c_mos .c_riqi {
  color: #b8b8b8;
  font-size: 13px;
  font-family: "宋体";
  padding-left: 20px;
  background: url(../images/shijian.png) no-repeat left center;
}
.c_touer ul li .c_mos .c_des {
  font-size: 12px;
  color: #686868;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 6px;
}
.c_touer ul li .c_mos .c_more {
  width: 84px;
  text-align: center;
  display: block;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
  background: #4b4b4b;
  color: #fff;
  text-transform: uppercase;
  margin: 5px 0 0;
  font-size: 12px;
}
.c_touer ul li .c_mos .c_more:hover {
  background: #cc9752;
}
.c_newslist1 {
  overflow: hidden;
  width: 1200px;
}
.c_newslist1 li {
  width: 512px;
  float: left;
  margin: 30px 58px 0 0;
  background: #fff;
  padding: 20px 0 15px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.c_newslist1 li .c_newstop {
  overflow: hidden;
  background: url(../images/xiaxian.png) no-repeat right bottom;
  height: 26px;
  padding-bottom: 20px;
}
.c_newslist1 li .c_newstop .riqif {
  float: right;
  color: #fff;
  font-size: 14px;
  color: #4b4b4b;
  margin-right: 20px;
  line-height: 26px;
  height: 26px;
}
.c_newslist1 li .c_newstop h3 {
  padding-left: 22px;
  font-weight: normal;
  margin-right: 120px;
}
.c_newslist1 li .c_newstop h3 a {
  display: block;
  height: 26px;
  line-height: 26px;
  border-left: 3px solid #4b4b4b;
  padding-left: 18px;
  color: #4b4b4b;
}
.c_newslist1 li .c_des {
  margin-left: 44px;
  color: #5e5e5e;
  font-size: 13px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  margin-top: 5px;
  margin-right: 10px;
}
.c_newslist1 li:hover {
  background: #71BA2B;
}
.c_newslist1 li:hover .c_newstop {
  background-image: url(../images/xiaxian1.png);
}
.c_newslist1 li:hover .c_newstop .riqif {
  color: #fff;
}
.c_newslist1 li:hover .c_newstop h3 a {
  color: #fff;
  border-color: #fff;
}
.c_newslist1 li:hover .c_des {
  color: #fff;
}
.c_xwdt {
  min-height: 400px;
  padding-bottom: 40px;
}
.c_tiji {
  font-size: 20px;
  color: #c6924f;
  text-align: center;
  padding: 0 0 30px;
  background: url(../images/xianxian.png) no-repeat center bottom;
}
.c_textinfo {
  text-align: center;
  font-size: 14px;
  color: #525252;
  height: 52px;
  line-height: 52px;
}
.c_textinfo a {
  color: #525252;
}
.c_textinfo a:hover {
  color: #c6924f;
}
.c_textinfo .c_fx {
  display: inline-block;
  vertical-align: top;
  height: 52px;
  line-height: 52px;
}
.c_textinfo .c_fx a {
  display: block;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
  padding: 0 0 0 20px;
  background: url(../images/fenxiang.png) no-repeat left center;
  margin: 0;
}
.c_textcont {
  padding: 30px 0;
  min-height: 150px;
  color: #323232;
  font-size: 14px;
}
.shipn {
  width: 750px;
  margin: 20px auto 0;
}
.datu {
  text-align: center;
  padding: 20px 0 0;
}
.datu img{
  border: 1px solid #eee;
}
.c_xgtj {
  margin: 40px 0 0;
  overflow: hidden;
}
.c_xgtj .c_xgtit {
  border-bottom: 8px solid #e5e5e5;
  padding-bottom: 20px;
  margin: 0 20px 0;
}
.c_xgtj .c_tjlist {
  overflow: hidden;
  width: 1200px;
  background: #eee;
  padding: 15px 0;
}
.c_xgtj .c_tjlist li {
  float: left;
  width: 430px;
  margin: 0 102px 0 0;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.c_xgtj .c_tjlist li span {
  float: right;
}
.c_xgtj .c_tjlist li h3 {
  font-size: 15px;
  font-weight: normal;
}
.c_xgtj .c_tjlist li h3 a {
  display: block;
  color: #333;
}
.c_xgtj .c_tjlist li h3 a:hover {
  color: #71BA2B;
}
.c_spzx {
  padding: 20px 0 0;
}
.splist {
  width: 1112px;
  margin-left: -10px;
  padding-bottom: 40px;
  min-height: 400px;
}
.splist li {
  float: left;
  width: 256px;
  padding: 10px;
  margin: 0;
}
.splist li .ship {
  display: block;
  position: relative;
}
.splist li .ship img {
  display: block;
}
.splist li .ship em {
  display: block;
  background: url(../images/bofang.png) no-repeat left center;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -27px 0 0 -27px;
}
.splist li h3 {
  font-size: 18px;
}
.splist li h3 a {
  display: block;
  text-align: center;
  color: #666;
  height: 45px;
  line-height: 55px;
}
.splist li:hover {
  background: #71BA2B;
}
.splist li:hover .ship em {
  background-position: right center;
}
.splist li:hover h3 a {
  color: #fff;
}
.c_cyy {
  overflow: hidden;
}
.c_cyy ul {
  overflow: hidden;
  width: 1200px;
  min-height: 400px;
  padding-bottom: 30px;
}
.c_cyy ul li {
  float: left;
  width: 330px;
  padding: 6px;
  margin: 20px 28px 0 0;
}
.c_cyy ul li a {
  display: block;
}
.c_cyy ul li img {
  display: block;
}
.c_cyy ul li h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_cyy ul li h3 a {
  display: block;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #e6e6e6;
  color: #323232;
  padding: 0 15px;
}
.c_cyy ul li h3 a em {
  float: right;
  color: #999;
  font-size: 20px;
}
.c_cyy ul li:hover {
  background: #71BA2B;
}
.c_cyy ul li:hover h3 a {
  color: #fff;
  border-color: #71BA2B;
}
.c_cyy ul li:hover h3 a em {
  color: #fff;
}
.c_sanji {
  position: fixed;
  right: 30px;
  top: 180px;
  width: 120px;
  padding: 15px 0;
  background: url(../images/sanji.png);
  background: #71BA2B;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}
.c_sanji h2 {
  font-size: 15px;
  font-weight: normal;
}
.c_sanji h2 a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 8px 5px;
  line-height: 20px;
}
.c_sanji h2 a:hover {
  color: #00625A;
}
.c_sanji h2 a.on {
  color: #00625A;
}
.c_about {
  font-size: 14px;
  color: #666;
  line-height: 32px;
  padding: 20px 0 0;
}
/*END*/
/*BEGIN*/
.joblist {
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 20px;
  min-height: 300px;
}
.joblist li {
  border-bottom: 1px solid #e9e7e7;
}
.joblist li .c_jobtop {
  padding: 0 30px;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  background: url(../images/jiao5.png) no-repeat 1029px center;
}
.joblist li .c_jobtop span {
  font-size: 18px;
}
.joblist li .c_jobbot {
  padding: 15px 30px 30px;
  background: #f6f6f6;
  font-size: 14px;
  color: #333;
  line-height: 38px;
  display: none;
}
.joblist li .c_jobbot .c_zpxm {
  overflow: hidden;
}
.joblist li .c_jobbot .c_zpxm div {
  float: left;
  width: 25%;
}
.joblist li .c_jobbot .c_wentb {
  overflow: hidden;
  padding: 20px 0;
}
.joblist li .c_jobbot .c_wentb div {
  float: left;
  width: 49%;
  margin-right: 1%;
}
.joblist li .c_jobbot .c_wentb div strong {
  font-size: 16px;
  font-weight: normal;
}
.joblist li .c_jobbot .c_anjianef {
  text-align: center;
}
.joblist li .c_jobbot .c_anjianef a {
  display: inline-block;
  text-align: center;
  width: 110px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #90c31f;
  margin: 0 10px;
}
.joblist li .c_jobbot .c_anjianef a:hover {
  background: #cc9752;
}
.joblist li:hover .c_jobtop {
  background: #90c31f url(../images/xiajian.png) no-repeat 1032px center;
  color: #fff;
}
.joblist li.on .c_jobtop {
  background: #90c31f url(../images/xiajian.png) no-repeat 1032px center;
  color: #fff;
}
.joblist li.on .c_jobbot {
  display: block;
}
/*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 */
