﻿@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: 410px;
}
.cg_banner_listbox ul li {
  overflow: hidden;
  position: relative;
}
.cg_banner_listbox ul li img {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.cg_banner .hd ul {
  display: none;
}
/*首页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: 612px;
}
.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 {
  line-height: 26px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  border: 4px solid #f3f3f3;
  overflow: hidden;
  font-size: 14px;
  padding: 8px 20px 4px;
  background: url(../images/xishu.png) no-repeat center;
  width: 100%;
}
.sub_updown div {
  overflow: hidden;
  margin: 6px 0px;
  width: 46%;
  float: left;
}
.sub_updown div a {
  display: block;
  color: #333;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.sub_updown div a[href]:hover {
  color: #085950;
}
.sub_updown div a[href]:hover span {
  background: #00923f;
}
.sub_updown div em {
  display: block;
  color: #999;
  font-size: 14px;
  padding-left: 26px;
  height: 30px;
  background: url(../images/shijian.png) no-repeat left center;
  font-weight: normal;
}
.sub_updown div span {
  display: block;
  width: 100px;
  text-align: center;
  background: #085950;
  color: #fff;
  line-height: 32px;
  height: 32px;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
}
.sub_updown div.sub_updown_down {
  float: right;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "宋体";
  font-size: 14px;
  font-weight: bold;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin: 0px 3px;
  background: url(../images/fenye.png) no-repeat left center;
  color: #fff;
}
.ql_fenye a {
  color: #fff;
}
.ql_fenye a[href]:hover {
  background-position: right center;
}
.ql_fenye span {
  background-position: right center;
}
/*BEGIN*/
.ql_fenyepoa{ padding: 10px;}
.ql_fenyepoa a,.ql_fenyepoa span{ display:inline-block; *zoom:1; *display:inline; height: 24px; line-height: 24px; font-size: 12px; border: 1px solid #eee; padding: 0 5px; margin: 0 3px !important;}
.ql_fenyepoa a{ color: #333;}
.ql_fenyepoa a:hover{ color: #f4b613; border-color: #f4b613;}
.ql_fenyepoa span{ color: #f4b613; border-color: #f4b613;}
/*END*/

/*选中需要全部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;
  padding-top: 80px;
}
.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;
}
/*关键字样式*/
.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 !important;
}
.bigshowi {
  display: inline-block !important;
}
.smallshow {
  display: none !important;
}
.smallshowi {
  display: none !important;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.c_header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: #fff;
}
.c_header .c_headtop {
  padding: 15px 0 0;
}
.c_header .c_logo {
  float: left;
}
.c_header .c_topnav {
  float: left;
  position: relative;
  margin-left: 150px;
}
.c_header .c_topnav #xiax {
  position: absolute;
  width: 20px;
  height: 5px;
  background: #006261;
  bottom: 0px;
  display: none;
}
.c_header .c_toplogo li {
  float: left;
  margin: 0 15px;
}
.c_header .c_toplogo li a {
  font-size: 16px;
  color: #333;
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0 10px;
  border-bottom: 5px solid #fff;
}
.c_header .c_toplogo li a:hover {
  color: #006261;
}
.c_header .c_toplogo li.on a {
  border-bottom: 5px solid #006261;
}
.c_header .c_sousuo {
  float: right;
  position: absolute;
  height: 40px;
  padding-right: 10px;
  width: 36px;
  overflow: hidden;
  right: 50%;
  margin-right: -600px;
  top: 25px;
}
.c_header .c_sousuo .kk {
  position: relative;
  width: 340px;
  height: 40px;
  position: absolute;
  right: 0;
  padding-right: 10px;
}
.c_header .c_sousuo .kk div {
  width: 280px;
  height: 40px;
  line-height: 40px;
  padding: 0  10px;
  position: absolute;
  left: 0;
  top: 0;
  background: #eee;
}
.c_header .c_sousuo .kk div input {
  display: block;
  line-height: 40px;
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #666;
}
.c_header .c_sousuo .kk a {
  float: right;
  width: 25px;
  height: 25px;
  background: url(../images/fangda.png) no-repeat left center;
  margin-top: 7px;
}
.c_header .c_sousuo .kk a:hover {
  background-position: right center;
}
.c_header .sub_menu {
  position: absolute;
  width: 100%;
  left: 0;
}
.c_header .sub_menu .c_cai {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  padding: 30px 0;
  background: url(../images/ban.png);
}
.c_header .sub_menu .c_cai img.c_catetu {
  float: left;
}
.c_header .sub_menu .c_cai .sblist {
  margin-left: 360px;
}
.c_header .sub_menu .c_cai .sblist a {
  float: left;
  min-width: 118px;
  margin-right: 30px;
  font-size: 14px;
  padding-left: 20px;
  background: url(../images/dian.png) no-repeat left center;
  color: #333;
}
.c_header .sub_menu .c_cai .sblist a.on {
  color: #006261;
}
.c_header .sub_menu .c_cai .sblist a:hover {
  color: #006261;
}
.c_header .sub_menu .c_cai .c_jj {
  float: right;
  width: 400px;
  padding-left: 40px;
  border-left: 1px dotted #000;
  height: 152px;
  overflow-y: auto;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.c_footer {
  background: #085950 url(../images/dibian.jpg) no-repeat center top;
  padding: 40px 0 30px;
}
.c_footer .c_botlx {
  text-align: center;
}
.c_footer .c_botlx div {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background: #035047;
  -webkit-border-radius: 19px;
     -moz-border-radius: 19px;
          border-radius: 19px;
  height: 36px;
  line-height: 36px;
  padding: 0 30px;
}
.c_footer .c_navbot {
  text-align: center;
  padding: 20px 0;
}
.c_footer .c_navbot a {
  color: #fff;
  font-size: 15px;
  padding: 0 20px;
}
.c_footer .c_navbot a:hover {
  color: #0c9;
}
.c_footer .diback {
  background: #035047;
  border-top: 1px solid #397a73;
  border-bottom: 1px solid #397a73;
  padding: 10px 0;
}
.c_footer .c_gjz {
  text-align: center;
  color: #a7dddc;
}
.c_footer .c_gjz a {
  color: #a7dddc;
}
.c_footer .c_gjz a:hover {
  color: #fff;
}
.c_footer .c_botinfo {
  position: relative;
  color: #fff;
  font-size: 13px;
}
.c_footer .c_botinfo img {
  vertical-align: middle;
}
.c_footer .c_botinfo a {
  color: #fff;
}
.c_footer .c_botinfo a:hover {
  color: #00CC99;
}
.c_footer .c_botxx {
  position: relative;
}
.c_footer .c_botxx .c_fenx {
  position: absolute;
  right: 0;
  top: -15px;
  z-index: 9;
}
.c_footer .c_botxx .c_fenx a {
  float: right;
  width: 28px;
  height: 27px;
  background: url(../images/fenlo.png);
  cursor: pointer;
  margin-left: 10px;
}
.c_footer .c_botxx .c_fenx a.c_ff2 {
  background-position: right top;
}
.c_footer .c_botxx .c_fenx a.c_ff2:hover {
  background-position: right bottom;
}
.c_footer .c_botxx .c_fenx a.c_ff1 {
  background-position: center top;
}
.c_footer .c_botxx .c_fenx a.c_ff1:hover {
  background-position: center bottom;
}
.c_footer .c_botxx .c_fenx a.c_ff3 {
  background-position: left top;
}
.c_footer .c_botxx .c_fenx a.c_ff3:hover {
  background-position: left bottom;
}
.c_footer .c_youlink {
  border-top: 1px solid #397a73;
  padding: 10px 0;
}
.c_footer .c_youlink .tempWrap {
  margin: 0 auto;
}
.c_footer .c_youlink .bd ul li {
  float: left;
  padding: 0 30px;
}
.c_footer .c_youlink .bd ul li a {
  display: block;
}
.c_footer .c_youlink .bd ul li img {
  display: block;
  border: 1px solid #085950;
  padding: 10px;
}
.c_footer .c_youlink .bd ul li img:hover {
  border-color: #167167;
}
.c_floor1 {
  background: #f6f6f6;
  padding: 70px 0;
}
.c_floor1 .w1200 {
  position: relative;
}
.c_floor1 img {
  display: block;
}
.c_floor1 .indexabout {
  width: 645px;
  position: relative;
  z-index: 2;
}
.c_floor1 .indexabout h2 {
  font-size: 28px;
  font-weight: normal;
  padding: 26px 0 45px;
}
.c_floor1 .indexabout h2 a {
  color: #666;
}
.c_floor1 .indexabout h2 a:hover {
  color: #006261;
}
.c_floor1 .greyback {
  padding: 50px 45px 0 0;
  background: #f6f6f6;
}
.c_floor1 .c_aboutxt {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  height: 120px;
  overflow: hidden;
}
.c_floor1 .c_aboutxt a {
  color: #333;
}
.c_floor1 .c_aboutxt a:hover {
  color: #006261;
}
.c_floor1 .c_lanb {
  overflow: hidden;
}
.c_floor1 .c_lanb h2 {
  float: left;
  font-size: 16px;
  font-weight: normal;
}
.c_floor1 .c_lanb h2 a {
  display: block;
  width: 135px;
  height: 49px;
  line-height: 49px;
  color: #fff;
  background: url(../images/biaoba.jpg) no-repeat left center;
  padding: 0 15px;
  margin-right: 20px;
}
.c_floor1 .c_lanb h2 a:hover {
  background-position: right center;
  color: #fff;
}
.c_floor1 .c_indexvideo {
  position: absolute;
  width: 630px;
  height: 445px;
  right: 0;
  top: 0;
}
.c_floor1 .c_indexvideo img {
  display: block;
}
.c_floor1 .c_indexvideo .c_boe {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -46px 0 0 -46px;
  cursor: pointer;
  background: /*url(../images/bofang.png) no-repeat left center*/;
  height: 91px;
  width: 91px;
  width:100%;
  height:100%;
  left: 0;
  top: 0;
}
.c_floor1 .c_indexvideo .c_boe:hover {
  background-position: right center;
}
.c_tit {
  text-align: center;
}
.c_tit em {
  display: block;
  background: url(../images/xijian.png) no-repeat center;
  color: #006261;
  font-size: 16px;
}
.c_tit h2 {
  font-size: 36px;
  font-weight: normal;
  line-height: 2;
}
.c_tit h2 a {
  color: #006261;
}
.c_tit h2 a:hover {
  color: #00CC99;
}
.c_floor2 {
  padding: 30px 0 0;
}
.c_indexlm {
  padding: 60px 0;
  height:346px;
}
.c_indexlm .hd{text-align:center;padding:0;position:relative;}
.c_indexlm .hd a{display:block;position:absolute;margin: 0 10px;width:32px;height:40px;line-height:40px;font-size:18px;font-family:"宋体";text-align: center;color:#fff;top: -180px;}
.c_indexlm .hd a.next{left:-50px;background:url(../images/slider-arrow.png) no-repeat -110px 5px}
.c_indexlm .hd a.next:hover{left:-50px;background:url(../images/slider-arrow.png) no-repeat -170px 5px}
.c_indexlm .hd a.prev{right:-50px;background:url(../images/slider-arrow.png) no-repeat 8px 5px}
.c_indexlm .hd a.prev:hover{right:-50px;background:url(../images/slider-arrow.png) no-repeat -52px 5px}
.c_indexlm .lmf {
  width: 300px;
  float: left;
  margin-left: -1px;
  background: url(../images/xixu.png) no-repeat left center;
  padding-left: 1px;
  position: relative;
  overflow: hidden;
}
.c_indexlm .h2 {
  text-align: center;
  padding: 15px 0;
}
.c_indexlm .h2 img {
  display: block;
  width: 112px;
  height: 112px;
  margin: 0 auto;
}
.c_indexlm .h2 h2 {
  font-size: 18px;
  font-weight: normal;
  color: #333;
  height: 26px;
  line-height: 26px;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_indexlm .h2 h2 a {
  color: #333;
}
.c_indexlm .h2 h2 a:hover {
  color: #006261;
}
.c_indexlm .h2 .c_des {
  text-align: left;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  padding: 0 20px;
}
.c_indexlm .c_daty {
  position: absolute;
  width: 100%;
  left: 0;
  padding-bottom: 88.25%;
  top: -270px;
}
.c_indexlm .c_daty img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c_indexlm .moa {
  position: absolute;
  width: 300px;
  padding: 20px 0;
  color: #fff;
  background: #035047;
  bottom: -170px;
}
.c_indexlm .moa h3 {
  font-size: 18px;
  font-weight: normal;
  padding: 0 15px;
}
.c_indexlm .moa h3 a {
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_indexlm .moa h3 a strong {
  font-size: 28px;
  font-weight: bold;
}
.c_indexlm .moa h3 a:hover {
  color: #fc0;
}
.c_indexlm .moa .c_mof {
  padding: 20px 15px 0;
  font-size: 14px;
  color: #ecf1f0;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.c_floor3 {
  position: relative;
  background: #f6f6f6;
  height: 478px;
}
.c_floor3 .c_jidfe {
  position: absolute;
  z-index: 9;
  left: 50%;
  margin-left: -100px;
  top: 60px;
}
.c_floor3 .c_jidfe img {
  display: block;
  margin-left: 140px;
}
.c_floor3 .c_jidfe h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 76px;
  height: 76px;
  width: 280px;
  text-align: right;
  border-bottom: 1px solid #00923f;
}
.c_floor3 .c_jidfe h2 a {
  color: #666;
}
.c_floor3 .c_jidfe h2 a:hover {
  color: #006261;
}
.zhengqie {
  overflow: hidden;
  position: relative;
}
.zhengqie .bd li {
  overflow: hidden;
  height: 478px;
  width: 100%;
}
.zhengqie .hd {
  position: absolute;
  width: 85px;
  left: 50%;
  margin-left: 40px;
  z-index: 9;
  bottom: 40px;
}
.zhengqie .hd a {
  display: block;
  width: 85px;
  height: 37px;
  background: url(../images/jiantou.png);
  margin-top: 20px;
}
.zhengqie .hd a.prev {
  background-position: left top;
}
.zhengqie .hd a.prev:hover {
  background-position: left bottom;
}
.zhengqie .hd a.next {
  background-position: right top;
}
.zhengqie .hd a.next:hover {
  background-position: right bottom;
}
.zhengqie a.tyy {
  display: block;
  width: 48%;
  float: left;
  overflow: hidden;
  position: relative;
  height: 478px;
}
.zhengqie a.tyy img {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  margin-left: -466px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.zhengqie a.tyy img:hover {
  -webkit-transform: scale(1.1, 1.1);
     -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  filter: alpha(opacity=80);
}
.zhengqie .c_jies {
  width: 560px;
  padding-left: 640px;
  margin: 0 auto;
  padding-top: 200px;
}
.zhengqie .c_jies h3 {
  font-size: 24px;
  font-weight: normal;
}
.zhengqie .c_jies h3 a {
  color: #006261;
}
.zhengqie .c_jies h3 a:hover {
  color: #333;
}
.zhengqie .c_jies .c_feios {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  padding: 20px 0 0;
}
.c_indexnews {
  overflow: hidden;
}
.c_indexnews .hd {
  text-align: center;
  padding: 40px 0 0;
}
.c_indexnews .hd ul li {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: #035047;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  margin: 0 5px;
  cursor: pointer;
}
.c_indexnews .hd ul li.on {
  width: 30px;
  background: #00923f;
}
.newslist {
  overflow: hidden;
}
.newslist li {
  float: left;
  width: 290px;
  padding-right: 82px;
  margin-right: 82px;
  border-right: 1px solid #ebebeb;
}
.newslist li em {
  display: block;
  color: #666;
  background: url(../images/luxian.jpg) no-repeat left bottom;
}
.newslist li .c_tei {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 52%;
  margin-top: 20px;
  overflow: hidden;
}
.newslist li .c_tei img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.newslist li .c_tei img:hover {
  -webkit-transform: scale(1.1, 1.1);
     -moz-transform: scale(1.1, 1.1);
      -ms-transform: scale(1.1, 1.1);
       -o-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  filter: alpha(opacity=80);
}
.newslist li h3 {
  font-size: 14px;
  font-weight: normal;
}
.newslist li h3 a {
  color: #666;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 36px;
  height: 36px;
}
.newslist li h3 a:hover {
  color: #00923f;
  font-weight: bold;
}
.newslist li .c_des {
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #999;
}
.c_floor4 {
  padding: 30px 0 80px;
  background: url(../images/xbback.png) no-repeat center bottom;
  margin-bottom: -8px;
  position: relative;
  z-index: 1;
}
.sub_list {
  border-bottom: 1px solid #d6d6d6;
  overflow: hidden;
}
.sub_list .c_gun .hd {
  position: relative;
  height: 1px;
  z-index: 6;
  display: none;
}
.sub_list .c_gun .hd a {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  font-family: "宋体";
  color: #333;
  line-height: 40px;
  height: 40px;
  text-align: center;
  width: 40px;
  top: 15px;
}
.sub_list .c_gun .hd a:hover {
  color: #006261;
}
.sub_list .c_gun .hd a.next {
  right: -30px;
}
.sub_list .c_gun .hd a.prev {
  left: -30px;
}
.sub_list .c_gun .bd h2 {
  float: left;
  font-size: 17px;
  font-weight: normal;
  border-bottom: 6px solid #fff;
  width: 150px;
}
.sub_list .c_gun .bd h2 a {
  display: block;
  padding: 0 6px;
  color: #333;
  text-align: center;
  height: 70px;
  line-height: 70px;
}
.sub_list .c_gun .bd h2:hover {
  background: #065a52 url(../images/cateback.png) no-repeat center;
  border-color: #00923f;
}
.sub_list .c_gun .bd h2:hover a {
  color: #fff;
}
.sub_list .c_gun .bd h2.on {
  background: #065a52 url(../images/cateback.png) no-repeat center;
  border-color: #00923f;
}
.sub_list .c_gun .bd h2.on a {
  color: #fff;
}
.c_catename {
  text-align: center;
  background: #f9f9f9 url(../images/xixianf.png) no-repeat center 40px;
  font-size: 30px;
  font-weight: bold;
  color: #065a52;
  line-height: 1.2;
  padding: 20px 0 0;
}
.c_position {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #333;
  background: #f9f9f9;
  padding-bottom: 10px;
}
.c_position a {
  color: #333;
}
.c_position a:hover {
  color: #075b51;
}
.c_pagecont {
  min-height: 400px;
  padding: 40px 0;
  color: #666;
  font-size: 14px;
  line-height: 30px;
}
.c_pagecont img {
  max-width: 100%;
  height: auto;
}
.fenc {
  background: url(../images/xbback.png) no-repeat center bottom;
  position: relative;
  margin-bottom: -8px;
  z-index: 1;
  padding-bottom: 140px;
}
.c_sitemap {
  text-align: center;
  background: url(../images/huixian.png) repeat-x center 20px;
  padding: 20px 0 0;
  position: relative;
}
.c_sitemap .c_chat {
  background: url(../images/catou.png) no-repeat right 0px;
  height: 11px;
  width: 0;
  top: 15px;
  position: absolute;
  left: 0;
  z-index: 2;
}
.c_sitemap ul {
  margin: 0 24px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  position: relative;
  z-index: 3;
}
.c_sitemap ul li {
  font-size: 16px;
  padding: 0 30px;
  border: 1px solid transparent;
}
.c_sitemap ul li a {
  color: #333;
  display: inline-block;
  line-height: 48px;
  height: 48px;
}
.c_sitemap ul li a:hover {
  color: #065a52;
}
.c_sitemap ul li.c_tou {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 5px 30px 10px;
  display: inline-block;
}
.c_sitemap ul li.c_tou a {
  border-bottom: 1px solid #075b51;
}
.c_sitemap ul li.c_tou.on {
  border-color: #075b51;
  border-top: 1px solid #fff;
  background: url(../images/cateback.png) no-repeat center top;
}
.c_sitemap ul li.c_tou.on a {
  border-color: #fff;
  color: #075b51;
}
.c_lxfs {
  float: left;
  width: 510px;
}
.c_lxfs .lx {
  overflow: hidden;
  font-size: 18px;
  color: #333;
  height: 42px;
  line-height: 42px;
  padding: 20px 0 0;
}
.c_lxfs .lx div {
  float: left;
  padding-left: 50px;
}
.c_lxfs .lx em {
  display: block;
  margin-left: 90px;
  font-size: 18px;
  color: #333;
}
.c_lxfs .lx.lx1 div {
  background: url(../images/lx1.jpg) no-repeat left center;
}
.c_lxfs .lx.lx2 div {
  background: url(../images/lx2.jpg) no-repeat left center;
}
.c_lxfs .lx.lx3 div {
  background: url(../images/lx3.jpg) no-repeat left center;
}
.c_map {
  float: right;
  width: 668px;
  height: 365px;
  border: 1px solid #065a52;
}
.c_yijian {
  overflow: hidden;
  text-align: center;
}
.c_yijian a {
  display: inline-block;
  width: 120px;
  margin: 0 5px;
  background: #006261;
  color: #fff;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.c_gyxd a {
  color: #666;
}
.c_gyxd a:hover {
  color: #006261;
}
.c_ryzz {
  overflow: hidden;
}
.c_rylist {
  overflow: hidden;
  width: 1300px;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_rylist li {
  float: left;
  width: 222px;
  height: 313px;
  padding: 18px 28px;
  position: relative;
  border: 1px solid #dedede;
  margin: 20px 26px 0 0;
}
.c_rylist li img {
  display: block;
  width: 222px;
  height: 313px;
}
.c_rylist li h3 {
  font-size: 18px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.c_rylist li h3 a {
  color: #fff;
  display: block;
  text-align: center;
  background: url(../images/batou.png);
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: height 0.6s;
  -o-transition: height 0.6s;
  -moz-transition: height 0.6s;
  transition: height 0.6s;
}
.c_rylist li:hover h3 a {
  height: 351px;
  background: url(../images/rongyuba.jpg) center;
  line-height: 350px;
}
.c_ite {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 20px 0;
}
.c_textinfo {
  text-align: center;
  font-size: 12px;
  color: #676767;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eeebe3;
}
.c_textinfo em {
  padding: 0 30px;
}
.c_textinfo em.c_riqi {
  background: url(../images/riqi.jpg) no-repeat 13px center;
}
.c_textinfo em.c_cishu {
  background: url(../images/cishu.jpg) no-repeat 10px center;
}
.c_textinfo em.c_fenfe a {
  display: inline-block;
  width: 30px;
  height: 40px;
  background: url(../images/fenxi.jpg) no-repeat 10px center;
  vertical-align: middle;
  position: relative;
  top: -4px;
}
.c_textinfo em.c_fenfe a:hover {
  background: url(../images/fenxi1.jpg) no-repeat 10px center;
}
.c_textinfo a {
  color: #676767;
}
.c_textinfo a:hover {
  color: #00923F;
}
.c_datu {
  text-align: center;
  padding: 40px 0 0;
}
.c_datu img {
  border: 1px solid #dedede;
  padding: 18px 28px;
  max-width: 100%;
  height: auto;
}
.textxx {
  padding: 40px 0;
  min-height: 300px;
}
.c_fwalxx .textxx {
  min-height: 100px;
}
.c_ryzzxx .textxx {
  min-height: 100px;
}
.c_spzlxx .textxx {
  min-height: 100px;
}
.c_cpsjxx .textxx {
  min-height: 100px;
}
.c_cplist {
  overflow: hidden;
  width: 1300px;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_cplist li {
  float: left;
  width: 290px;
  position: relative;
  margin: 20px 13px 0 0;
  background: #f4f4f4;
}
.c_cplist li a.c_tu {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 88%;
}
.c_cplist li a.c_tu img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_cplist li a.c_tu img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_cplist li h3 {
  font-size: 18px;
  font-weight: normal;
}
.c_cplist li h3 a {
  color: #333;
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_cplist li h3 a:hover {
  color: #fff;
  background: #085950;
}
.c_falist {
  overflow: hidden;
  width: 1280px;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_falist li {
  float: left;
  width: 386px;
  background: #f4f4f4;
  margin: 30px 21px 0 0;
  position: relative;
}
.c_falist li a.c_alt {
  display: block;
  width: 100%;
  position: relative;
  padding-bottom: 51%;
}
.c_falist li a.c_alt img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_falist li h3 {
  height: 54px;
  line-height: 54px;
  font-size: 18px;
  font-weight: normal;
}
.c_falist li h3 a {
  color: #333;
  display: block;
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-align: center;
}
.c_falist li a.c_haf {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  line-height: 320px;
  background: url(../images/zhef.jpg) center;
  height: 0;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.c_falist li:hover a.c_haf {
  height: 100%;
}
.c_lun {
  float: right;
  width: 545px;
  position: relative;
}
.c_lun .bd a {
  display: block;
}
.c_lun .bd img {
  display: block;
  width: 545px;
  height: 376px;
}
.c_lun .hd {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.c_lun .hd li {
  float: left;
  width: 12px;
  height: 12px;
  background: url(../images/xiaodian.png) no-repeat left center;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  margin-left: 10px;
}
.c_lun .hd li.on {
  width: 30px;
  background-position: right center;
}
.c_leftlqbz {
  float: left;
  width: 630px;
}
.c_leftlqbz .c_lfe1 {
  padding-left: 40px;
  background: url(../images/zylx1.png) no-repeat left center;
  margin-top: 12px;
}
.c_leftlqbz .c_lfe2 {
  padding-left: 40px;
  background: url(../images/zylx2.png) no-repeat left center;
  margin-top: 12px;
}
.c_leftlqbz .c_linian {
  background: url(../images/xixianfes.png) no-repeat left top;
  font-size: 16px;
  margin-top: 20px;
  padding-top: 30px;
}
.c_leftlqbz .c_linian strong {
  color: #05634f;
}
.c_leftlqbz .c_zylm {
  overflow: hidden;
}
.c_leftlqbz .c_zylm a {
  width: 115px;
  height: 115px;
  background: url(../images/yuandian.jpg);
  float: left;
  margin: 40px 40px 0 0;
}
.c_leftlqbz .c_zylm a.c_jfe1 {
  background-position: left top;
}
.c_leftlqbz .c_zylm a.c_jfe1:hover {
  background-position: left bottom;
}
.c_leftlqbz .c_zylm a.c_jfe2 {
  background-position: -152px top;
}
.c_leftlqbz .c_zylm a.c_jfe2:hover {
  background-position: -152px bottom;
}
.c_leftlqbz .c_zylm a.c_jfe3 {
  background-position: -305px top;
}
.c_leftlqbz .c_zylm a.c_jfe3:hover {
  background-position: -305px bottom;
}
.c_leftlqbz .c_zylm a.c_jfe4 {
  background-position: right top;
}
.c_leftlqbz .c_zylm a.c_jfe4:hover {
  background-position: right bottom;
}
.c_tout .c_feir {
  float: left;
  width: 495px;
}
.c_tout .c_feir img {
  display: block;
}
.c_tout .c_feir img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_tout .c_des {
  margin-left: 550px;
}
.c_tout .c_des h3 {
  font-size: 18px;
}
.c_tout .c_des h3 a {
  color: #065a52;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_tout .c_des h3 a:hover {
  color: #00923F;
}
.c_tout .c_des .c_date {
  color: #999;
  font-size: 16px;
  padding: 10px 0;
}
.c_tout .c_des .c_moe {
  color: #333;
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
}
.c_tout .c_des a.c_more {
  display: block;
  width: 120px;
  text-align: center;
  color: #fff;
  background: #00923f;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 40px;
  height: 40px;
  margin-top: 16px;
}
.c_tout .c_des a.c_more:hover {
  background: #006261;
}
.c_newslist {
  padding: 30px 0 0;
  min-height: 400px;
  border-bottom: 1px dashed #b4b4b4;
  margin-bottom: 40px;
}
.c_newslist li {
  overflow: hidden;
  border-top: 1px dashed #b4b4b4;
  height: 30px;
  line-height: 30px;
  padding: 20px 0;
}
.c_newslist li a.c_more {
  float: right;
  font-size: 18px;
  color: #777;
  text-transform: uppercase;
  padding-right: 15px;
  background: url(../images/huijian.png) no-repeat right center;
}
.c_newslist li span {
  float: left;
  font-size: 18px;
  color: #777;
  padding-right: 40px;
}
.c_newslist li h3 {
  font-size: 18px;
  font-weight: normal;
  margin-right: 100px;
}
.c_newslist li h3 a {
  color: #333;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_newslist li:hover span {
  color: #065a52;
}
.c_newslist li:hover h3 {
  font-weight: bold;
}
.c_newslist li:hover h3 a {
  color: #065a52;
}
.c_newslist li:hover a.c_more {
  color: #065a52;
  background-image: url(../images/huijian1.png);
}
.c_xgtj {
  overflow: hidden;
  padding: 30px 0 0;
}
.c_xgtj div {
  border-bottom: 1px solid #085950;
}
.c_xgtj div img {
  width: 344px;
  height: 93px;
  display: block;
  margin: 0 auto;
}
.c_xgtj .c_kfe {
  overflow: hidden;
  border: none;
}
.c_xgtj ul {
  width: 1300px;
  padding: 20px 0 0;
}
.c_xgtj ul li {
  width: 568px;
  float: left;
  height: 32px;
  line-height: 32px;
  margin: 0 63px 0 0;
}
.c_xgtj ul li span {
  float: right;
}
.c_xgtj ul li h3 {
  margin-right: 100px;
  font-size: 14px;
  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;
  padding-left: 22px;
  background: url(../images/sd.png) no-repeat left center;
}
.c_xgtj ul li:hover span {
  color: #085950;
}
.c_xgtj ul li:hover h3 a {
  color: #085950;
  background-image: url(../images/sd1.png);
}
.c_splist {
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 40px;
  width: 1280px;
}
.c_splist li {
  width: 385px;
  float: left;
  margin: 24px 20px 0 0;
  border: 1px solid #cecfcf;
}
.c_splist li a.c_feae {
  display: block;
  width: 100%;
  padding-bottom: 71%;
  position: relative;
}
.c_splist li a.c_feae img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.c_splist li a.c_feae img:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.c_splist li h3 {
  font-size: 18px;
  font-weight: normal;
  padding: 0 12px;
}
.c_splist li h3 a {
  color: #333;
  display: block;
  text-align: center;
  height: 65px;
  line-height: 65px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_splist li:hover {
  background: #065951;
  border-color: #065951;
}
.c_splist li:hover a.c_feae {
  background: url(../images/bofe.png) no-repeat center;
}
.c_splist li:hover h3 {
  font-weight: bold;
}
.c_splist li:hover h3 a {
  color: #fff;
}
.c_pagebanner {
  overflow: hidden;
  position: relative;
  height: 410px;
}
.c_pagebanner img {
  display: block;
  width: 1920px;
  height: 410px;
  left: 50%;
  margin-left: -960px;
  top: 0;
  position: absolute;
}
/*END*/
/*BEGIN*/
/*####################################################*/
/*####################################################*/
/*####################################################*/
/*####################################################*/
/*####################################################*/
/*END*/
/*BEGIN*/
@media screen and (min-width: 20px) and (max-width: 1200px) {
  .w1200 {
    max-width: 1180px;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .bigshow {
    display: none !important;
  }
  .bigshowi {
    display: none !important;
  }
  .smallshow {
    display: block !important;
  }
  .smallshowi {
    display: inline-block !important;
  }
  body {
    padding-top: 52px;
  }
  .c_header .c_headtop {
    padding: 10px 10px 8px;
  }
  .c_header .c_logo {
    width: 160px;
  }
  .c_header .c_logo img {
    width: 100%;
    height: auto;
  }
  .c_header .c_list {
    float: right;
    width: 30px;
    margin-top: 2px;
  }
  .c_header .c_list img {
    display: block;
    width: 100%;
    height: auto;
  }
  .c_header .c_topnav {
    float: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 52px;
    margin: 0;
    background: #006261;
    display: none;
  }
  .c_header .c_topnav #xiax {
    display: none !important;
  }
  .c_header .c_toplogo {
    padding: 5px 0;
  }
  .c_header .c_toplogo li {
    float: none;
    margin: 0;
    text-align: center;
    padding: 4px 0;
  }
  .c_header .c_toplogo li a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #fff;
  }
  .c_header .c_toplogo li a:hover {
    color: #fff;
  }
  .c_header .c_toplogo li.on a {
    border-bottom: 2px solid #fff;
  }
  .c_header .c_sousuo {
    float: right;
    position: absolute;
    height: 40px;
    padding-right: 10px;
    width: 36px;
    overflow: hidden;
    right: 50%;
    margin-right: -600px;
    top: 25px;
  }
  .c_header .c_sousuo .kk {
    position: relative;
    width: 340px;
    height: 40px;
    position: absolute;
    right: 0;
    padding-right: 10px;
  }
  .c_header .c_sousuo .kk div {
    width: 280px;
    height: 40px;
    line-height: 40px;
    padding: 0  10px;
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
  }
  .c_header .c_sousuo .kk div input {
    display: block;
    line-height: 40px;
    height: 40px;
    width: 100%;
    font-size: 14px;
    color: #666;
  }
  .c_header .c_sousuo .kk a {
    float: right;
    width: 25px;
    height: 25px;
    background: url(../images/fangda.png) no-repeat left center;
    margin-top: 7px;
  }
  .c_header .c_sousuo .kk a:hover {
    background-position: right center;
  }
  .c_header .sub_menu {
    position: absolute;
    width: 100%;
    left: 0;
  }
  .c_header .sub_menu .c_cai {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    padding: 30px 0;
    background: url(../images/ban.png);
  }
  .c_header .sub_menu .c_cai img.c_catetu {
    float: left;
  }
  .c_header .sub_menu .c_cai .sblist {
    margin-left: 360px;
  }
  .c_header .sub_menu .c_cai .sblist a {
    float: left;
    min-width: 118px;
    margin-right: 30px;
    font-size: 14px;
    padding-left: 20px;
    background: url(../images/dian.png) no-repeat left center;
    color: #333;
  }
  .c_header .sub_menu .c_cai .sblist a.on {
    color: #006261;
  }
  .c_header .sub_menu .c_cai .sblist a:hover {
    color: #006261;
  }
  .c_header .sub_menu .c_cai .c_jj {
    float: right;
    width: 400px;
    padding-left: 40px;
    border-left: 1px dotted #000;
    height: 152px;
    overflow-y: auto;
    line-height: 30px;
    font-size: 14px;
    color: #333;
  }
  .c_footer {
    background: #085950;
    padding: 0;
    text-align: center;
  }
  .c_footer .diback {
    background: #035047;
    border-top: 1px solid #397a73;
    border-bottom: 1px solid #397a73;
    padding: 10px 0;
  }
  .c_footer .c_gjz {
    text-align: center;
    color: #a7dddc;
  }
  .c_footer .c_gjz a {
    color: #a7dddc;
  }
  .c_footer .c_gjz a:hover {
    color: #fff;
  }
  .c_footer .c_botinfo {
    position: relative;
    color: #fff;
    font-size: 13px;
  }
  .c_footer .c_botinfo img {
    vertical-align: middle;
  }
  .c_footer .c_botinfo a {
    color: #fff;
  }
  .c_footer .c_botinfo a:hover {
    color: #00CC99;
  }
  .c_footer .c_botxx {
    position: relative;
  }
  .c_footer .c_botxx .c_fenx {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 9;
  }
  .c_footer .c_botxx .c_fenx a {
    float: right;
    width: 28px;
    height: 27px;
    background: url(../images/fenlo.png);
    cursor: pointer;
    margin-left: 10px;
  }
  .c_footer .c_botxx .c_fenx a.c_ff2 {
    background-position: right top;
  }
  .c_footer .c_botxx .c_fenx a.c_ff2:hover {
    background-position: right bottom;
  }
  .c_footer .c_botxx .c_fenx a.c_ff1 {
    background-position: center top;
  }
  .c_footer .c_botxx .c_fenx a.c_ff1:hover {
    background-position: center bottom;
  }
  .c_footer .c_botxx .c_fenx a.c_ff3 {
    background-position: left top;
  }
  .c_footer .c_botxx .c_fenx a.c_ff3:hover {
    background-position: left bottom;
  }
  .c_footer .c_youlink {
    border-top: 1px solid #397a73;
    padding: 10px 0;
  }
  .c_footer .c_youlink .tempWrap {
    margin: 0 auto;
  }
  .c_footer .c_youlink .bd ul li {
    float: left;
    padding: 0 30px;
  }
  .c_footer .c_youlink .bd ul li a {
    display: block;
  }
  .c_footer .c_youlink .bd ul li img {
    display: block;
    border: 1px solid #085950;
    padding: 10px;
  }
  .c_footer .c_youlink .bd ul li img:hover {
    border-color: #167167;
  }
  .cg_banner,
  .cg_banner_listbox,
  .cg_banner_listbox ul,
  .cg_banner_listbox ul li,
  .cg_banner_listbox ul li a {
    display: block;
    height: auto;
  }
  .cg_banner_listbox ul li {
    overflow: hidden;
    position: relative;
  }
  .cg_banner_listbox ul li img {
    position: static;
    width: 100%;
    height: auto;
    margin: 0;
  }
  /*首页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: auto;
  }
  .c_floor1 {
    padding: 20px 0;
  }
  .c_floor1 img {
    width: 60%;
    height: auto;
  }
  .c_floor1 .indexabout {
    width: auto;
    position: relative;
    z-index: 2;
  }
  .c_floor1 .indexabout h2 {
    font-size: 20px;
    padding: 6px 0;
  }
  .c_floor1 .greyback {
    padding: 10px 0 0;
  }
  .c_floor1 .c_lanb {
    text-align: center;
  }
  .c_floor1 .c_lanb h2 {
    float: none;
    font-size: 14px;
    display: inline-block;
  }
  .c_floor1 .c_lanb h2 a {
    width: auto;
    height: 30px;
    line-height: 30px;
    background: #006261;
    padding: 0 8px;
    margin: 0 4px;
  }
  .c_floor1 .c_indexvideo {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .c_floor1 .c_indexvideo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .c_tit {
    text-align: center;
  }
  .c_tit h2 {
    font-size: 22px;
  }
  .c_floor2 {
    padding: 10px 0 0;
  }
  .c_indexlm {
    padding: 20px 0;
  }
  .c_indexlm .hd{display:none;}
  .c_indexlm .lmf {
    width: 100%;
    float: none;
    margin-left: 0;
    background: none;
    padding-left: 0;
  }
  .c_indexlm .h2 {
    padding: 0;
  }
  .c_indexlm .h2 img {
    width: 60px;
    height: 60px;
  }
  .c_indexlm .h2 h2 {
    font-size: 18px;
    padding: 10px 0;
  }
  .c_indexlm .c_daty {
    display: none;
  }
  .c_indexlm .moa {
    display: none;
  }
  .c_floor3 {
    position: relative;
    background: #f6f6f6;
    height: auto;
  }
  .c_floor3 .c_jidfe {
    position: static;
    margin-left: 0;
    padding: 15px 10px 0;
  }
  .c_floor3 .c_jidfe img {
    display: block;
    margin-left: 0;
    width: 90%;
    height: auto;
  }
  .c_floor3 .c_jidfe h2 {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    width: auto;
    text-align: left;
    border-bottom: none;
  }
  .zhengqie .bd li {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding-top: 20px;
  }
  .zhengqie .hd {
    display: none;
  }
  .zhengqie a.tyy {
    display: block;
    width: 100%;
    float: none;
    height: auto;
  }
  .zhengqie a.tyy img {
    position: static;
    display: block;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
  .zhengqie .c_jies {
    width: auto;
    padding-left: 0;
    padding: 10px 10px 0;
  }
  .zhengqie .c_jies h3 {
    font-size: 18px;
  }
  .zhengqie .c_jies .c_feios {
    padding: 5px 0 0;
  }
  .c_indexnews .hd {
    display: none;
  }
  .newslist li {
    float: left;
    width: 50%;
    padding-right: 0;
    margin-right: 0;
    border-right: none;
    margin-top: 15px;
    background: #fff;
  }
  .newslist li em {
    margin-left: 4px;
  }
  .newslist li .c_tei {
    margin-top: 5px;
  }
  .newslist li .c_tei img {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    border: 4px solid #fff;
  }
  .newslist li h3 {
    padding: 0 4px;
  }
  .newslist li .c_des {
    padding: 0 4px;
  }
  .sub_list .c_gun .hd {
    display: none;
  }
  .sub_list .c_gun .bd {
    text-align: center;
  }
  .sub_list .c_gun .bd h2 {
    float: none;
    font-size: 15px;
    border-bottom: 3px solid #fff;
    width: auto;
    display: inline-block;
  }
  .sub_list .c_gun .bd h2 a {
    display: block;
    padding: 0 6px;
    color: #333;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }
  .sub_list .c_gun .bd h2:hover {
    background: #065a52;
  }
  .sub_list .c_gun .bd h2.on {
    background: #065a52;
  }
  .c_catename {
    background: #f9f9f9 url(../images/xixianf.png) no-repeat center 32px;
    font-size: 20px;
    font-weight: bold;
    color: #065a52;
    line-height: 1.2;
    padding: 20px 0 0;
  }
  .c_pagecont {
    min-height: 400px;
    padding: 20px 10px;
  }
  .fenc {
    background: none;
    padding-bottom: 8px;
  }
  .c_sitemap {
    text-align: center;
    background: url(../images/huixian.png) repeat-x center 20px;
    padding: 20px 0 0;
    position: relative;
  }
  .c_sitemap .c_chat {
    display: none;
  }
  .c_sitemap ul {
    margin: 0;
    display: block;
    padding: 10px 0;
  }
  .c_sitemap ul li {
    font-size: 14px;
    padding: 0;
    display: inline-block;
  }
  .c_sitemap ul li a {
    color: #333;
    display: block;
    line-height: 28px;
    height: 28px;
    padding: 0 5px;
  }
  .c_sitemap ul li.c_tou {
    font-size: 16px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
    padding: 0;
  }
  .c_sitemap ul li.c_tou a {
    border-bottom: 1px solid #075b51;
  }
  .c_sitemap ul li.c_tou.on {
    border-color: #fff;
    background: none;
    border-bottom: 1px solid #075b51;
  }
  .c_lxfs {
    float: none;
    width: auto;
  }
  .c_lxfs div img {
    max-width: 100%;
    height: auto;
  }
  .c_lxfs .lx {
    overflow: hidden;
    font-size: 18px;
    color: #333;
    height: auto;
    line-height: 42px;
    padding: 20px 0 0;
  }
  .c_lxfs .lx div {
    float: none;
    padding-left: 50px;
  }
  .c_lxfs .lx em {
    display: block;
    margin-left: 50px;
    font-size: 14px;
    color: #333;
    line-height: 20px;
  }
  .c_lxfs .lx.lx1 div {
    background: url(../images/lx1.jpg) no-repeat left center;
  }
  .c_lxfs .lx.lx2 div {
    background: url(../images/lx2.jpg) no-repeat left center;
  }
  .c_lxfs .lx.lx3 div {
    background: url(../images/lx3.jpg) no-repeat left center;
  }
  .c_yijian {
    overflow: hidden;
    text-align: center;
    padding: 50px 0 0;
  }
  .c_yijian a {
    display: inline-block;
    width: 100px;
    margin: 0 5px;
    background: #006261;
    color: #fff;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
  }
  .c_rylist {
    overflow: hidden;
    width: auto;
    min-height: 300px;
    padding-bottom: 20px;
  }
  .c_rylist li {
    float: left;
    width: 48%;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 68%;
    border: none;
    margin: 20px 0 0;
  }
  .c_rylist li img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .c_rylist li h3 {
    font-size: 14px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .c_rylist li h3 a {
    color: #fff;
    display: block;
    text-align: center;
    background: url(../images/batou.png);
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-transition: height 0.6s;
    -o-transition: height 0.6s;
    -moz-transition: height 0.6s;
    transition: height 0.6s;
  }
  .c_rylist li:hover h3 a {
    height: 30px;
    background: url(../images/batou.png) center;
    line-height: 30px;
  }
  .c_rylist li:nth-child(2n) {
    float: right;
  }
  .c_ite {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .c_textinfo {
    font-size: 12px;
    color: #676767;
    height: 30px;
    line-height: 30px;
  }
  .c_textinfo em {
    padding: 0 10px 0 30px;
  }
  .c_datu {
    text-align: center;
    padding: 20px 0 0;
  }
  .c_datu.ship{
  	position: relative;
  	padding-bottom: 71%;
  }
  .c_datu.ship iframe{
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  }
  .c_datu img {
    border: none;
    padding: 0;
    max-width: 100%;
    height: auto;
  }
  .textxx {
    padding: 20px 0;
  }
  .c_cplist {
    width: auto;
    min-height: 300px;
    padding-bottom: 20px;
  }
  .c_cplist li {
    float: left;
    width: 50%;
    position: relative;
    margin: 12px 0 0;
  }
  .c_cplist li h3 {
    font-size: 14px;
    font-weight: normal;
  }
  .c_cplist li h3 a {
    height: 40px;
    line-height: 40px;
  }
  .c_falist {
    overflow: hidden;
    width: auto;
    min-height: 300px;
    padding-bottom: 20px;
  }
  .c_falist li {
    float: none;
    width: 100%;
    background: #f4f4f4;
    margin: 20px 0 0;
  }
  .c_falist li a.c_haf {
    display: none;
  }
  .c_lun {
    float: none;
    width: 100%;
  }
  .c_lun .bd img {
    display: block;
    width: 100%;
    height: auto;
  }
  .c_leftlqbz {
    float: none;
    width: 100%;
    padding: 30px 0 0;
  }
  .c_leftlqbz .c_zylm {
    overflow: hidden;
    text-align: center;
  }
  .c_leftlqbz .c_zylm a {
    float: none;
    margin: 20px 5px 0;
    display: inline-block;
  }
  .c_tout .c_feir {
    float: none;
    width: auto;
  }
  .c_tout .c_des {
    margin-left: 0;
    padding-top: 10px;
  }
  .c_tout .c_des h3 {
    font-size: 16px;
  }
  .c_tout .c_des .c_date {
    font-size: 14px;
    padding: 0;
  }
  .c_tout .c_des .c_moe {
    color: #333;
    font-size: 12px;
    line-height: 24px;
    height: 96px;
  }
  .c_tout .c_des a.c_more {
    display: none;
  }
  .c_newslist {
    padding: 30px 0 0;
    min-height: 300px;
    margin-bottom: 20px;
  }
  .c_newslist li {
    height: auto;
    line-height: 30px;
    padding: 10px 0;
  }
  .c_newslist li a.c_more {
    font-size: 14px;
  }
  .c_newslist li span {
    float: none;
    display: block;
    font-size: 14px;
  }
  .c_newslist li h3 {
    font-size: 16px;
    margin-right: 0;
  }
  .c_xgtj {
    overflow: hidden;
  }
  .c_xgtj div img {
    width: 80%;
    height: auto;
  }
  .c_xgtj ul {
    width: auto;
    padding: 20px 0 0;
  }
  .c_xgtj ul li {
    width: auto;
    float: none;
    height: 32px;
    line-height: 32px;
    margin: 0;
  }
  .c_xgtj ul li span {
    float: right;
  }
  .c_xgtj ul li h3 {
    margin-right: 100px;
    font-size: 14px;
    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;
    padding-left: 22px;
    background: url(../images/sd.png) no-repeat left center;
  }
  .c_xgtj ul li:hover span {
    color: #085950;
  }
  .c_xgtj ul li:hover h3 a {
    color: #085950;
    background-image: url(../images/sd1.png);
  }
  .c_splist {
    min-height: 300px;
    padding-bottom: 20px;
    width: auto;
  }
  .c_splist li {
    width: 50%;
    float: left;
    margin: 20px 0 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c_splist li h3 {
    font-size: 15px;
    padding: 0 10px;
  }
  .c_splist li h3 a {
    height: 32px;
    line-height: 32px;
  }
  .c_pagebanner {
  overflow: hidden;
  position: relative;
  height: auto;
  }
  .c_pagebanner img {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: static;
  }
	.sub_updown{
		box-sizing: border-box;
		padding: 8px 10px 4px;
	}
	#floatingAd{display: none !important;}
}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/

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