/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Segoe UI",Helvetica,Arial,"Hiragino Sans GB","WenQuanYi Zen Hei","Microsoft Yahei","Microsoft Jhenghei",STHeiti,SimHei,"WenQuanYi Micro Hei",sans-serif;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a{
  color: #333;
  text-decoration: none;
}

.hide{display: none;}

.layout {
  zoom: 1;
}

.layout:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.layout:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.layout-col {
  float: left;
  display: inline-block;
  vertical-align: top;
}

.col-1 {
  width: 8.33333333%;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333333%;
}

.col-11 {
  width: 91.66666667%;
}

.col-12 {
  width: 100%;
}

.common-layout {
  margin-left: 240px;
  float: left;
}

.common-aside {
  float: left;
  width: 220px;
  margin-left: -240px;
}

.common-content {
  margin-right: 20px;
}

@font-face {
  font-family: 'DDCUchenRegular';
  src: url('/fonts/ddc_uchen-webfont.eot');
  src: url('/fonts/ddc_uchen-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/ddc_uchen-webfont.woff') format('woff'), url('/fonts/ddc_uchen-webfont.ttf') format('truetype'), url('/fonts/ddc_uchen-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.news-group-title em,
.big-title em,
.group-title em,
.chanpin-article-hd em,
.ft-tibet {
  font-family: 'DDCUchenRegular' !important;
  font-size: .9em;
  line-height: 1;
}
.page {
  width: 100%;
  margin: 0 auto;
}
.page-inner{
  width: 1100px;
  margin: 0 auto;
  border-top: 4px solid #a3453d;
  background: #FFFFFF;
  padding-top: 10px;
}
.page-inner.xinxi {
  height: 626px;
}
.page-inner.zhengwu {
  height: 626px;
}
.page-inner-layout{
  width: 100%;
  margin-top: 16px;
}
#page-index .page {
  width: 1100px;
  max-width: 1100px;
  background: none;
  /*margin-top: 25px;*/
}
.lt-ie9 .page {
  min-width: 1090px;
}

.main-search-box {
  float: right;
  margin-top: 5px;
}

.page-body,
.ph-body {
  background: #fff;
}
.page-body {
  margin-left: 50px;
  width: 1000px;
}

.ph-body.ph-body-bg{
  background:#fff url(/img/home_splitbar.png) repeat-x;
}

.page-body-content {
  padding: 0 20px;
}
.page-body-aside {
  float: left;
}
.super-nav-bg{
  width: 605px;
  background: none;
  margin-top: 0;
  border: none;
  /*margin-left: 280px;*/
}

.super-top-nav{
  width: 600px;
  float: left;
  margin-left: 262px;
  margin-top: 0;
}

.page-body-header {
  padding: 0 0 5px 0;
}

.super-top-nav ul{
  margin-top: 3px;
  float: left;
  background: rgba(255, 255, 255, 0.6);
}

.super-top-nav ul li{
  width: 120px;
  float: left;
  text-align: center;
  height: 43px;
  line-height: 43px;
}
.super-top-nav ul li a{
  float: left;
  width: 120px;
  font-size: 14px;
}
.super-top-nav ul li a:hover,
.super-top-nav ul li a.on {
  font-size: 16px;
  background: url(/img/icon_guide.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
  src='/img/icon_guide.png',
  sizingMethod='scale');
}

.page-body-main {
  overflow: hidden;
  min-height: 550px;
  padding-bottom: 10px;
  width: 100%;
}
.page-about .sec-links {
  margin-top: 4em;
  padding-top: 4em;
  border-top: 1px solid #ccc;
}

.page-about .sec-links a {
  display: block;
  float: left;
  width: 20%;
  margin-bottom: 1em;
  border-radius: 10px;
}

.page-about .sec-links a:hover {
  opacity: .8;
}

.page-about .sec-links a img {
  width: 166px;
  height: 57px;
}

.page-about .main-nav {
  margin-top: .3em;
}

.page-about .main-nav .nav-list {
  display: none;
}
.page-about .page-body-main {
  padding: 50px;
  background: #f4f4f4;
  width: 1000px;
}

.page-about .page-body-main h2 {
  font-size: 1.75em;
  margin-bottom: 1em;
}

.page-about .table-layout {
  display: table;
}

.page-about .table-layout .img {
  display: table-cell;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}

.page-about .table-layout .contact-info {
  display: table-cell;
  vertical-align: bottom;
  padding-left: 4em;
}

.page-about .table-layout .contact-info p {
  line-height: 1.6;
}

.page-about .table-layout .contact-info .qrcode {
  margin-top: 2em;
}

.page-about .table-layout .contact-info .qrcode img {
  margin-right: 2em;
  width: 100px;
}

#page-nature-border .sub-nav{
  border-bottom: 1px solid #dfdfdf;
}
@charset "UTF-8";

@font-face {
  font-family: 'fontello';
  src: url('/fonts/fontello.eot?34343949');
  src: url('/fonts/fontello.eot?34343949#iefix') format('embedded-opentype'),
       url('/fonts/fontello.woff?34343949') format('woff'),
       url('/fonts/fontello.ttf?34343949') format('truetype'),
       url('/fonts/fontello.svg?34343949#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello.svg?34343949#fontello') format('svg');
  }
}
*/

[class^="ic-"]:before,
[class*=" ic-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ic-left-big:before {
  content: '\2190';
}

/* '←' */

.ic-up-big:before {
  content: '\2191';
}

/* '↑' */

.ic-right-big:before {
  content: '\2192';
}

/* '→' */

.ic-down-big:before {
  content: '\2193';
}

/* '↓' */

.ic-home:before {
  content: '\2302';
}

/* '⌂' */

.ic-up-dir:before {
  content: '\25b4';
}

/* '▴' */

.ic-right-dir:before {
  content: '\25b8';
}

/* '▸' */

.ic-down-dir:before {
  content: '\25be';
}

/* '▾' */

.ic-left-dir:before {
  content: '\25c2';
}

/* '◂' */

.ic-umbrella:before {
  content: '\2602';
}

/* '☂' */

.ic-left-hand:before {
  content: '\261c';
}

/* '☜' */

.ic-up-hand:before {
  content: '\261d';
}

/* '☝' */

.ic-right-hand:before {
  content: '\261e';
}

/* '☞' */

.ic-down-hand:before {
  content: '\261f';
}

/* '☟' */

.ic-flag:before {
  content: '\2691';
}

/* '⚑' */

.ic-cog:before {
  content: '\2699';
}

/* '⚙' */

.ic-edit:before {
  content: '\270d';
}

/* '✍' */

.ic-pencil:before {
  content: '\270e';
}

/* '✎' */

.ic-forward:before {
  content: '\27a6';
}

/* '➦' */

.ic-ccw:before {
  content: '\27f2';
}

/* '⟲' */

.ic-cw:before {
  content: '\27f3';
}

/* '⟳' */

.ic-tag:before {
  content: '\e70c';
}

/* '' */

.ic-tags:before {
  content: '\e70d';
}

/* '' */

.ic-comment:before {
  content: '\e718';
}

/* '' */

.ic-chat:before {
  content: '\e720';
}

/* '' */

.ic-location:before {
  content: '\e724';
}

/* '' */

.ic-trash-empty:before {
  content: '\e729';
}

/* '' */

.ic-resize-full:before {
  content: '\e744';
}

/* '' */

.ic-resize-small:before {
  content: '\e746';
}

/* '' */

.ic-zoom-in:before {
  content: '\e750';
}

/* '' */

.ic-zoom-out:before {
  content: '\e751';
}

/* '' */

.ic-down-open:before {
  content: '\e75c';
}

/* '' */

.ic-left-open:before {
  content: '\e75d';
}

/* '' */

.ic-right-open:before {
  content: '\e75e';
}

/* '' */

.ic-up-open:before {
  content: '\e75f';
}

/* '' */

.ic-arrows-cw:before {
  content: '\e760';
}

/* '' */

.ic-list-alt:before {
  content: '\e790';
}

/* '' */

.ic-glass:before {
  content: '\e800';
}

/* '' */

.ic-music:before {
  content: '\e801';
}

/* '' */

.ic-search:before {
  content: '\e802';
}

/* '' */

.ic-mail:before {
  content: '\e803';
}

/* '' */

.ic-mail-alt:before {
  content: '\e804';
}

/* '' */

.ic-mail-squared:before {
  content: '\e805';
}

/* '' */

.ic-heart:before {
  content: '\e806';
}

/* '' */

.ic-heart-empty:before {
  content: '\e807';
}

/* '' */

.ic-star:before {
  content: '\e808';
}

/* '' */

.ic-star-empty:before {
  content: '\e809';
}

/* '' */

.ic-star-half:before {
  content: '\e80a';
}

/* '' */

.ic-star-half-alt:before {
  content: '\e80b';
}

/* '' */

.ic-user:before {
  content: '\e80c';
}

/* '' */

.ic-users:before {
  content: '\e80d';
}

/* '' */

.ic-male:before {
  content: '\e80e';
}

/* '' */

.ic-link-ext:before {
  content: '\f08e';
}

/* '' */

.ic-bookmark-empty:before {
  content: '\f097';
}

/* '' */

.ic-phone-squared:before {
  content: '\f098';
}

/* '' */

.ic-resize-full-alt:before {
  content: '\f0b2';
}

/* '' */

.ic-pinterest-circled:before {
  content: '\f0d2';
}

/* '' */

.ic-chat-empty:before {
  content: '\f0e6';
}

/* '' */

.ic-angle-left:before {
  content: '\f104';
}

/* '' */

.ic-angle-right:before {
  content: '\f105';
}

/* '' */

.ic-angle-up:before {
  content: '\f106';
}

/* '' */

.ic-angle-down:before {
  content: '\f107';
}

/* '' */

.ic-desktop:before {
  content: '\f108';
}

/* '' */

.ic-laptop:before {
  content: '\f109';
}

/* '' */

.ic-tablet:before {
  content: '\f10a';
}

/* '' */

.ic-mobile:before {
  content: '\f10b';
}

/* '' */

.ic-reply:before {
  content: '\f112';
}

/* '' */

.ic-flag-empty:before {
  content: '\f11d';
}

/* '' */

.ic-flag-checkered:before {
  content: '\f11e';
}

/* '' */

.ic-direction:before {
  content: '\f124';
}

/* '' */

.ic-unlink:before {
  content: '\f127';
}

/* '' */

.ic-pencil-squared:before {
  content: '\f14b';
}

/* '' */

.ic-compass:before {
  content: '\f14e';
}

/* '' */

.ic-up:before {
  content: '\f176';
}

/* '' */

.ic-left:before {
  content: '\f177';
}

/* '' */

.ic-right:before {
  content: '\f178';
}

/* '' */

.ic-weibo:before {
  content: '\f18a';
}

/* '' */

.ic-pagelines:before {
  content: '\f18c';
}

/* '' */

.ic-graduation-cap:before {
  content: '\f19d';
}

/* '' */

.ic-child:before {
  content: '\f1ae';
}

/* '' */

.ic-paw:before {
  content: '\f1b0';
}

/* '' */

.ic-tree:before {
  content: '\f1bb';
}

/* '' */

.ic-database:before {
  content: '\f1c0';
}

/* '' */

.ic-tencent-weibo:before {
  content: '\f1d5';
}

/* '' */

.ic-qq:before {
  content: '\f1d6';
}

/* '' */

.ic-wechat:before {
  content: '\f1d7';
}

/* '' */

.ic-paper-plane:before {
  content: '\f1d8';
}

/* '' */

.ic-share-squared:before {
  content: '\f1e1';
}

/* '' */

.ic-chart-line:before {
  content: '\f201';
}

/* '' */

.ic-picture:before {
  content: '🌄';
}

/* '\1f304' */

.ic-leaf:before {
  content: '🍂';
}

/* '\1f342' */

.ic-videocam:before {
  content: '🎥';
}

/* '\1f3a5' */

.ic-thumbs-up:before {
  content: '👍';
}

/* '\1f44d' */

.ic-thumbs-down:before {
  content: '👎';
}

/* '\1f44e' */

.ic-chart-bar:before {
  content: '📊';
}

/* '\1f4ca' */

.ic-attach:before {
  content: '📎';
}

/* '\1f4ce' */

.ic-phone:before {
  content: '📞';
}

/* '\1f4de' */

.ic-upload:before {
  content: '📤';
}

/* '\1f4e4' */

.ic-download:before {
  content: '📥';
}

/* '\1f4e5' */

.ic-bookmark:before {
  content: '🔖';
}

/* '\1f516' */

.ic-link:before {
  content: '🔗';
}

/* '\1f517' */

.ic-wrench:before {
  content: '🔧';
}

/* '\1f527' */

[class^="ic-"],
[class*=" ic-"] {
  font-family: 'fontello';
  font-style: normal;
  font-weight: normal;
  /* fix buttons height */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
}

.ic-left-big {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2190;&nbsp;');
}

.ic-up-big {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2191;&nbsp;');
}

.ic-right-big {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2192;&nbsp;');
}

.ic-down-big {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2193;&nbsp;');
}

.ic-home {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2302;&nbsp;');
}

.ic-up-dir {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x25b4;&nbsp;');
}

.ic-right-dir {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x25b8;&nbsp;');
}

.ic-down-dir {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x25be;&nbsp;');
}

.ic-left-dir {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x25c2;&nbsp;');
}

.ic-umbrella {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2602;&nbsp;');
}

.ic-left-hand {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x261c;&nbsp;');
}

.ic-up-hand {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x261d;&nbsp;');
}

.ic-right-hand {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x261e;&nbsp;');
}

.ic-down-hand {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x261f;&nbsp;');
}

.ic-flag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2691;&nbsp;');
}

.ic-cog {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x2699;&nbsp;');
}

.ic-edit {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x270d;&nbsp;');
}

.ic-pencil {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x270e;&nbsp;');
}

.ic-forward {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x27a6;&nbsp;');
}

.ic-ccw {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x27f2;&nbsp;');
}

.ic-cw {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x27f3;&nbsp;');
}

.ic-tag {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe70c;&nbsp;');
}

.ic-tags {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe70d;&nbsp;');
}

.ic-comment {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe718;&nbsp;');
}

.ic-chat {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe720;&nbsp;');
}

.ic-location {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe724;&nbsp;');
}

.ic-trash-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe729;&nbsp;');
}

.ic-resize-full {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe744;&nbsp;');
}

.ic-resize-small {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe746;&nbsp;');
}

.ic-zoom-in {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe750;&nbsp;');
}

.ic-zoom-out {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe751;&nbsp;');
}

.ic-down-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75c;&nbsp;');
}

.ic-left-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75d;&nbsp;');
}

.ic-right-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75e;&nbsp;');
}

.ic-up-open {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe75f;&nbsp;');
}

.ic-arrows-cw {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe760;&nbsp;');
}

.ic-list-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe790;&nbsp;');
}

.ic-glass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;');
}

.ic-music {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;');
}

.ic-search {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;');
}

.ic-mail {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe803;&nbsp;');
}

.ic-mail-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;');
}

.ic-mail-squared {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;');
}

.ic-heart {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;');
}

.ic-heart-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;');
}

.ic-star {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe808;&nbsp;');
}

.ic-star-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe809;&nbsp;');
}

.ic-star-half {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;');
}

.ic-star-half-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;');
}

.ic-user {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;');
}

.ic-users {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;');
}

.ic-male {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80e;&nbsp;');
}

.ic-link-ext {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf08e;&nbsp;');
}

.ic-bookmark-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf097;&nbsp;');
}

.ic-phone-squared {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf098;&nbsp;');
}

.ic-resize-full-alt {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0b2;&nbsp;');
}

.ic-pinterest-circled {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0d2;&nbsp;');
}

.ic-chat-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e6;&nbsp;');
}

.ic-angle-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf104;&nbsp;');
}

.ic-angle-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf105;&nbsp;');
}

.ic-angle-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf106;&nbsp;');
}

.ic-angle-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf107;&nbsp;');
}

.ic-desktop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf108;&nbsp;');
}

.ic-laptop {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf109;&nbsp;');
}

.ic-tablet {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10a;&nbsp;');
}

.ic-mobile {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf10b;&nbsp;');
}

.ic-reply {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf112;&nbsp;');
}

.ic-flag-empty {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11d;&nbsp;');
}

.ic-flag-checkered {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf11e;&nbsp;');
}

.ic-direction {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf124;&nbsp;');
}

.ic-unlink {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf127;&nbsp;');
}

.ic-pencil-squared {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14b;&nbsp;');
}

.ic-compass {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf14e;&nbsp;');
}

.ic-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf176;&nbsp;');
}

.ic-left {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf177;&nbsp;');
}

.ic-right {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf178;&nbsp;');
}

.ic-weibo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18a;&nbsp;');
}

.ic-pagelines {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf18c;&nbsp;');
}

.ic-graduation-cap {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf19d;&nbsp;');
}

.ic-child {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1ae;&nbsp;');
}

.ic-paw {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1b0;&nbsp;');
}

.ic-tree {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1bb;&nbsp;');
}

.ic-database {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1c0;&nbsp;');
}

.ic-tencent-weibo {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d5;&nbsp;');
}

.ic-qq {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d6;&nbsp;');
}

.ic-wechat {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d7;&nbsp;');
}

.ic-paper-plane {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1d8;&nbsp;');
}

.ic-share-squared {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1e1;&nbsp;');
}

.ic-chart-line {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf201;&nbsp;');
}

.ic-picture {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f304;&nbsp;');
}

.ic-leaf {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f342;&nbsp;');
}

.ic-videocam {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f3a5;&nbsp;');
}

.ic-thumbs-up {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f44d;&nbsp;');
}

.ic-thumbs-down {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f44e;&nbsp;');
}

.ic-chart-bar {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f4ca;&nbsp;');
}

.ic-attach {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f4ce;&nbsp;');
}

.ic-phone {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f4de;&nbsp;');
}

.ic-upload {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f4e4;&nbsp;');
}

.ic-download {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f4e5;&nbsp;');
}

.ic-bookmark {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f516;&nbsp;');
}

.ic-link {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f517;&nbsp;');
}

.ic-wrench {
  *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#x1f527;&nbsp;');
}

/** color **/

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  border: 0;
  max-width: 100%;
}

a:link {
  color: #222;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

body {
  -webkit-background-size: cover;
  background-size: cover;
  background: #eaeaea url(/img/bg/bg_text2.jpg) center top no-repeat;
  /*background-position: : */
}
body#page-index {
  height: 970px;
  padding-bottom: 0;
  background: url(/img/bg/home-bg1.jpg) center bottom no-repeat;
}
.page-header-layout{
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
.logo {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-top: 0;
}

.logo span {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 230px;
  height: 48px;
  background: url(/img/logo-c.png) center center no-repeat;
  background-size: 100%;
}
.page-header{
  height: 50px;
  margin-top: 20px;
}
/*.page-header {
  position: relative;
  height: 105px;
}*/
.main-nav {
  height: 40px;
  padding-left: 0;
  padding-top: .8em;
}

.main-nav .nav-list {
  display: block;
  padding-left: 250px;
}

.main-nav .nav-list li {
  float: left;
}

.main-nav .nav-list li:first-child a.on {
  margin-left: 0;
  border-left-color: #fff;
}

.main-nav .nav-list li.last-item a.on {
  border-right-color: #fff;
}

.main-nav .nav-list li:first-child a span {
  border-left: none;
}

.main-nav a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin-top: -1px;
  text-align: center;
  border-style: solid;
  background: #f0f1f5;
  background: rgba(255, 255, 255, 0.7);
  color: #16629e;
  font-size: 1em;
}

.main-nav a span {
  display: inline-block;
  padding: 0 1.1em;
  height: 100%;
  border-left: 1px solid #ccc;
}

.main-nav a i {
  margin-right: .1em;
  vertical-align: middle;
}

.main-nav a i:before {
  position: relative;
  top: -1px;
}

.main-nav a.on {
  position: relative;
  z-index: 2;
  margin-right: -1px;
  margin-left: -1px;
  height: 44px;
  line-height: 47px;
  margin-top: -7px;
  padding-bottom: 7px;
  background: #ffffff;
  border-style: solid;
  border-color: #c6cbcf;
}

.main-nav a.on:link,
.main-nav a.on:visited {
  color: #16629e;
}

.main-nav a.on:hover {
  background: #ffffff;
}

.main-nav a.on span {
  border-top: 4px solid #18639b;
  border-left: none;
  border-right: none;
}

.main-nav a:visited {
  color: #16629e;
}

.main-nav a:hover {
  background: #fafafa;
  background: rgba(255, 255, 255, 0.9);
  color: #16629e;
}

.main-search-box {
  display: inline-block;
  position: absolute;
  width: 190px;
  right: 0;
  top: 0;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  margin-top: 10px;
}

.main-search-box input {
  border: none;
  padding-left: 2em;
  padding: 6px 5px;
  outline: none;
  border-radius: 20px;
  padding-left: 35px;
  background: url(/img/main-search-dec.png) 10px center no-repeat;
  font-size: .9em;
  width: 110px;
  float: left;
}

.main-search-box button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  margin-right: 7px;
  color: #bbbbbb;
  font-size: .9em;
  float: left;
  margin-top: 5px;
}

.main-search-box button:hover {
  color: #aaaaaa;
}

.search-box-frame {
  border: 1px solid #cccdcf;
  border-radius: 20px;
}

.super-nav ul {
  margin: 15px;
  margin-left: 30px;
}

.super-nav li {
  margin-bottom:0;
  width: 55px;
  height: 116px;
}

.super-nav a {
  display: block;
  width: 52px;
  height: 101px;
  padding-top: 15px;
  /*text-indent: -99999px;*/
  margin: 0 auto;
  position: relative;
  color: #a8423d;
  font-size: 14px;
  background: url(/img/2.0/index-nav.png) 0 0 no-repeat;
  display: table;
  _position:relative;
}
.super-nav a:hover {
  font-weight: bolder;
  background: url(/img/2.0/index-nav-on.png) 0 -2px no-repeat;
}

.super-nav a .subwrap {
  vertical-align: middle;
  display: table-cell;
  _position: absolute;
  _top: 50%;
}
.super-nav a .subwrap .content {
  _position: relative;
   _top: -50%;
  width: 18px;
  margin-left: 19px;
}

/*.super-nav a.sn-shengjing {
  background: url(/img/leftnav-1.png) 0 0 no-repeat;
}
.super-nav a.sn-wuzhong {
  background: url(/img/leftnav-1.png) 0 -116px no-repeat;
}
.super-nav a.sn-jiazhi {
  background: url(/img/leftnav-1.png) 0 -232px no-repeat;
}
.super-nav a.sn-shouhu {
  background: url(/img/leftnav-1.png) 0 -348px no-repeat;
}
.super-nav a.sn-shouce {
  background: url(/img/leftnav-1.png) 0 -464px no-repeat;
}

.super-nav a.sn-shengjing:hover {
  background: url(/img/leftnav-1.png) -50px 0 no-repeat;
}
.super-nav a.sn-wuzhong:hover {
  background: url(/img/leftnav-1.png) -50px -116px no-repeat;
}
.super-nav a.sn-jiazhi:hover {
  background: url(/img/leftnav-1.png) -50px -232px no-repeat;
}
.super-nav a.sn-shouhu:hover {
  background: url(/img/leftnav-1.png) -50px -348px no-repeat;
}
.super-nav a.sn-shouce:hover {
  background: url(/img/leftnav-1.png) -50px -464px no-repeat;
}*/

.mod-focus-image-slider .slider-wrapper {
  position: relative;
  width: 450px;
  height: 315px;
  overflow: hidden;
  margin-top: 0;
}

.mod-focus-image-slider .slider-wrapper ul {
  float: left;
}
.mod-focus-image-slider .slider-wrapper li.show {
  width: 100%;
  float: left;
  height: 315px;
}

.mod-focus-image-slider .slider-wrapper li.data {
  display: none;
}

.mod-focus-image-slider .slider-image {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.mod-focus-image-slider .slider-image a {
  display: block;
  text-align: center;
}

.mod-focus-image-slider .slider-image a:hover {
  opacity: .95;
}

.mod-focus-image-slider .slider-image img{
  width: 100%;
  height: 100%;
}

.mod-focus-image-slider .slider-desc {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 10px 15px;
}

.mod-focus-image-slider .slider-desc .rgba-fix {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #333;
  zoom: 1;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}

.mod-focus-image-slider .slider-desc p {
  max-width: 75%;
  position: relative;
  font-size: .95em;
  z-index: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mod-focus-image-slider .slider-handler,.mod-focus-image-slider .slider-handler-shengtaiye {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
}

.mod-focus-image-slider .slider-handler span,.mod-focus-image-slider .slider-handler-shengtaiye span {
  width: 12px;
  height: 12px;
  overflow: hidden;
  display: inline-block;
  background: #888888;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  cursor: pointer;
}

.mod-focus-image-slider .slider-handler span:hover,.mod-focus-image-slider .slider-handler-shengtaiye span:hover {
  background: #ddd;
}

.mod-focus-image-slider .slider-handler .active,
.mod-focus-image-slider .slider-handler-shengtaiye .active {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  background: white;
}

.ui-tab-nav {
  position: relative;
  zoom: 1;
}

.ui-tab-nav:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.ui-tab-nav:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.ui-tab-nav .nav {
  float: left;
  /*padding-bottom: 1px;*/
  margin-bottom: -1px;
}

.ui-tab-nav .nav a {
  min-width: 5em;
  text-align: center;
  display: inline-block;
  padding: 8px 5px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.ui-tab-nav .nav li {
  display: inline;
}

.ui-tab-body {
  margin-top: 10px;
}

.ui-tab-body .tab-body-section {
  display: none;
}

.ui-tab-body .tab-body-section.active {
  display: block;
}

.tab-heavy-head .ui-tab-nav {
  border-bottom: 1px solid #d0d0d0;
}

.tab-heavy-head .nav a {
  color: #333;
}

.tab-heavy-head .nav a.active {
  /*background-color: #f1f1f1;*/
  color: #4a7fa7;
  /*background-color: #7e9eb8;*/
  /*color: #fff;*/
  border-left: 1px solid #d0d0d0;
  border-right: 1px solid #d0d0d0;
  border-top: 3px solid #4a7fa7;
  border-bottom: 1px solid #fff;
  padding: 5px 4px 7px 4px;
}
.tab-block-switcher .nav {
  width: 100%;
  zoom: 1;
}

.tab-block-switcher .nav .active {
  background: #a3453d;
  color: #fff;
}

.tab-block-switcher .nav:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.tab-block-switcher .nav:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.tab-block-switcher .nav li {
  float: left;
  display: block;
  width: 50%;
}

.tab-block-switcher .nav a {
  display: block;
}

.tab-block-switcher .ui-tab-body {
  border: 1px solid #ccc;
  margin-top: 0;
}

.ui-list-news.heading-square {
  float: left;
  width: 100%;
}

.ui-list-news.heading-square.mini {
  min-height: 115px;
}

.ui-list-news.heading-square li {
  position: relative;
  padding-left: 13px;
  float: left;
  width: 100%;
}

.ui-list-news.heading-square li:before {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  overflow: hidden;
  background: #676767;
}

.ui-list-news li {
  line-height: 1.8;
  font-size: .85em;
  zoom: 1;
}

.ui-list-news li:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}


.ui-list-news li .news-link {
  color: #333;
  display: inline-block;
  float: left;
  vertical-align: middle;
  max-width: 67%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-list-news li .news-link:hover {
  color: #18639d;
  text-decoration: underline;
}

.ui-list-news li .tag-video {
  padding-right: 24px;
  background: url(/img/tag-video.png) right 5px no-repeat;
}

.ui-list-news li .news-date {
  color: #a1a1a1;
  float: right;
  font-size: 12px;
  padding-right: 2em;
  line-height: 34px;
}

.ui-list-news.index-list li a,
.ui-list-news.index-list li .news-date {
  line-height: 24px;
}

.ui-list-news.index-list li.list8 a,
.ui-list-news.index-list li.list8 .news-date {
  line-height: 23px;
}

.more {
  float: right;
  padding-left: 45px;
  background: url(/img/more.jpg) 0 center no-repeat;
  margin-top: 5px;
  color: #333;
  font-size: .9em;
  line-height: 16px;
}

.more:hover {
  color: #333;
  text-decoration: underline;
  color: #18639d;
}

.focus-video-list ul {
  zoom: 1;
  width: 1050px;
}

.focus-video-list ul:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.focus-video-list li {
  float: left;
  display: block;
  width: 175px;
  height: 130px;
  overflow: hidden;
  text-align: left;
}

.focus-video-list li:first-child {
  text-align: left;
}

.focus-video-list a {
  display: inline-block;
  width: 97%;
  position: relative;
  max-height: 135px;
  overflow: hidden;
}

.focus-video-list a:after {
  content: url(/img/icon_play.png);
  position: absolute;
  width: 37px;
  display: block;
  z-index: 33333;
  height: 37px;
  background: url(/img/icon_play.png) no-repeat;
  top: 40%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.focus-video-list a:hover {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.focus-video-list a:hover:after {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.focus-video-list img {
  height: 100px;
  width: 100%;
}

.focus-video-list h5 {
  height: 25px;
  width: 100%;
  font-size: 13px;
  line-height: 25px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.feature-image-slider {
  /*margin-left: 20px;*/
}
.feature-image-slider .zhuanti-top{
  margin-top: 10px;
}

.feature-image-slider .zhuanti-top img{
  height: 194px;
  width: 100%;
}

.feature-image-slider .slider-wrapper {
  position: relative;
  height: 200px;
  width: 350px;
  overflow-x :hidden;
}

.feature-image-slider .slider-list-wrap {
  padding-left: 25px;
  padding-right: 25px;
  height: 165px;
}

.feature-image-slider .slider-list-wrap ul{
  float: left;
  height: 195px;
  /*overflow: hidden;*/
}

.feature-image-slider .slider-list-wrap ul li{
  float: left;
  width: 302px;
}


.feature-image-slider .slider-image a {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 165px;
}

.feature-image-slider .slider-image a:hover {
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
}

.feature-image-slider .slider-image img {
  width: 100%;
  height: 100%;
}

.feature-image-slider .slider-desc {
  font-size: .9em;
  text-align: center;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
}

.feature-image-slider .slider-handler {
  position: absolute;
  background: #eee;
  top: 0;
  bottom: 35px;
  width: 25px;
  overflow: hidden;
  height: 165px;
}

.feature-image-slider .slider-handler:hover {
  background: #e5e5e5;
}

.feature-image-slider .slider-handler:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 0;
  border: 8px solid transparent;
}

.feature-image-slider .slider-handler.disabled {
 /* opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);*/
  background-color: #efefef;
  cursor: default;
}

.feature-image-slider .slider-handler.disabled:hover {
  background: #eee;
}

.feature-image-slider .handler-prev {
  left: 0;
}

.feature-image-slider .handler-prev:after {
  left: 0;
  border-right-color: #9e9e9e;
}

.feature-image-slider .handler-prev.disabled:after {
  border-right-color: #ccc;
}

.feature-image-slider .handler-next {
  right: 0;
}

.feature-image-slider .handler-next:after {
  left: 8px;
  border-left-color: #9e9e9e;
}

.feature-image-slider .handler-next.disabled:after {
  border-left-color: #ccc;
}

.leaders {
  zoom: 1;
  font-size: .875em;
}

.leaders:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.leaders:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.leaders dt,
.leaders dd {
  display: inline-block;
  width: 4em;
  white-space: nowrap;
  font-size: 12px;
}

.leaders dt {
  width: 70%;
  color: #666;
}


.leaders#jigou dt {
  width: 90%;
  font-size: 12px;
  overflow: hidden;
  height: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.leaders#jigou dt a {
  float: left;
  font-size: 14px;
  line-height: 14px;
  height: 14px;
  width: 100%;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.leaders#jigou hr {
  margin: 10px 0 9px;
}

.mod-leadership {
  margin-bottom: 20px;
}

.mod-leadership hr {
  height: 1px;
  background: #ccc;
  border-width: 0;
  margin: 10px 0;
}

.mod-leadership #lingdao hr {
  margin: 6px 0 7px;
}


.mod-leadership .ui-tab-nav {
  font-size: .875em;
}

.ui-tab-nav.video {
  height: 20px;
  margin-bottom: 15px;
}
.ui-tab-nav.video a.more{
  background-color: #fff;
  margin-top: 10px;
  padding-right: 8px;
}

.mod-leadership .ui-tab-body {
  height: 261px;
  padding: 12px;
}

.ui-frame-container {
  border: 1px solid #ccc;
}

.ui-frame-container .cont-hd {
  padding: 10px 10px 0;
}

.ui-frame-container .cont-hd h3 {
  background: url(/img/frame.jpg) right center no-repeat;
  font-size: .9em;
  background-size: auto 100%;
  line-height: 16px;
}

.ui-frame-container .cont-bd {
  padding: 10px;
}

.online-service .big-links a {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  font-size: 1em;
  background: #33406c;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.online-service .big-links a i {
  font-size: 1.5em;
  margin-left: .4em;
  vertical-align: middle;
  margin-right: .2em;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.online-service .big-links a:first-child {
  margin-top: 0;
}

.online-service .big-links a:hover {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  background-position: 0 50%;
}

.online-service .big-links a:hover i {
  margin-left: .3em;
}

.mod-subject-nav {
  padding-top: 30px;
  background: url(/img/decorator/line_1.png) center 0 no-repeat;
  display: table;
  width: 100%;
}

.mod-subject-nav .nav-list {
  display: table-row;
}

.mod-subject-nav li {
  display: table-cell;
  width: 16.66666667%;
  padding: .2em 0;
  border-left: 2px solid #d0e0ed;
  white-space: nowrap;
}

.mod-subject-nav li:first-child {
  border: none;
}

.mod-subject-nav a {
  display: block;
  color: #18639d;
  font-size: 1.2em;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media only screen and (max-width: 1065px) {
  .mod-subject-nav a {
    font-size: 1em;
  }
}

.mod-subject-nav a:hover {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}

.mod-subject-nav i {
  margin-right: 5px;
}

.fulljustify {
  text-align: justify;
}

.fulljustify:after {
  content: "";
  display: inline-block;
  width: 100%;
}
embed{
  float: left;
}
.main-footer-bg{
  text-indent: -9999px;
}
/*#page-index .main-footer {
  min-width: 1000px;
  width: 1000px;
  background: transparent url(/img/footer-bg.png) center bottom no-repeat;
  padding: 15px 10px 5px 90px;
  color: #fff;
  position: relative;
}*/
.main-footer {
  min-width: 1000px;
  width: 1000px;
  background: transparent url(/img/footer-bg.png) center bottom no-repeat;
  /*background-size: 100% 100%;*/
  padding: 20px 10px 10px 90px;
  color: #fff;
  position: relative;
  margin-top: 0;
  margin: 0 auto;
}
.page-footer-layout{
  width: 1100px;
  margin: 0 auto;
  background: #232d48;
  position: relative;
}
.footer-layout-bg{
  width: 100%;
  position: absolute;
  height: 8px;
  overflow: hidden;
  top: 0px;
  background: #197f31 url(/img/home_splitbar_2.png) center no-repeat;
  text-indent: -9999px;

}
.cont-bd a img{
  width: 60px;
  height: 60px;
}
@media only screen and (max-width: 1065px) {
  .main-footer {
    padding-left: 80px;
  }
}
#imgConac{
  position: absolute;
  left: 20px;
  top: 55%;
  margin-top: -29px;
  width: 58px;
  height: 58px;
  z-index: 2;
}

.main-footer a:hover {
  text-decoration: underline;
}

.main-footer .section-main {
  float: left;
  z-index: 2;
  position: relative;
}

.main-footer .section-others {
  float: right;
  z-index: 2;
  position: relative;
}

.main-footer .nav {
  margin-top: 10px;
}

.main-footer .nav li {
  display: inline;
  margin-right: 1.4em;
}

.main-footer .nav a {
  color: #f6f7f9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.main-footer .nav a:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}

.main-footer .footnotes {
  color: #9f9fa1;
  margin-top: 1em;
  font-size: .8em;
}

.main-footer .footnotes a {
  color: #9f9fa1;
}

.main-footer .footnotes a:hover {
  color: #bbb;
}

.main-footer .footnotes li {
  display: inline;
  margin-right: .5em;
}

.main-footer .footer-contact-list {
  float: left;
  font-size: .8em;
  color: #ddd;
}

.main-footer .footer-contact-list li {
  margin-top: 10px;
}

.main-footer .qrcode {
  margin-left: 4em;
  float: right;
}

.main-footer .qrcode img {
  margin-right: 10px;
  width: 65px;
  height: 62px;
}

@media only screen and (max-width: 1065px) {
  .main-footer .qrcode {
    margin-left: .5em;
  }
}

@media only screen and (max-width: 1020px) {
  .main-footer .qrcode img {
    margin-right: 0;
  }
}

.main-footer .rgbafix {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: #242e49;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.main-footer .ft-address {
  padding-left: 22px;
  background: url(/img/icon_address.png) 0 center no-repeat;
}

.main-footer .ft-phone {
  padding: 2px 0 2px 22px;
  background: url(/img/icon_phone.png) 0 center no-repeat;
}

.breadcrumb {
  font-size: .8em;
  padding-left: 30px;
}

.breadcrumb li {
  display: inline;
}

.breadcrumb li:before {
  content: '> ';
  color: #969696;
}

.breadcrumb li:first-child:before {
  content: '';
}

.breadcrumb li.current:before {
  color: #333;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color: #969696;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.sub-nav {
  /*border-bottom: 1px solid #dfdfdf;*/
  padding-bottom: 1em;
}

.sub-nav .nav li {
  display: inline-block;
  height: 30px;
  font-size: 14px;
}

.sub-nav .nav li:first-child {
  padding-left: 0;
}

.sub-nav .nav a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-indent: 2em;
  padding-right: 10px;
  color: #666;
}

@media only screen and (max-width: 1020px) {
  .sub-nav .nav a {
    padding: 8px 8px;
  }
}

.sub-nav .nav a:hover,
.sub-nav .nav a.active {
  background-size: 100% 100%;
  background: #a3453d url(/img/icon_guide_2.png) no-repeat;
  color: #fff;
}


.figure-summary a {
  display: block;
  max-height: 250px;
  overflow: hidden;
}

.figure-summary a:hover {
  opacity: 0.95;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
  filter: alpha(opacity=95);
}

.figure-summary img {
  width: 100%;
}

.figure-summary h3 {
  font-size: 1.4em;
  margin: .4em 0;
}

@media only screen and (max-width: 1065px) {
  .figure-summary h3 {
    font-size: 1.6em;
  }
}

.figure-summary p {
  color: #999;
  line-height: 1.2;
  font-size: .9em;
}

.group-title {
  margin-bottom: 1em;
  font-size: 1.6em;
  color: #1663a2;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
}

.group-title em {
  margin-right: .5em;
  vertical-align: middle;
}

.ui-border-frame-container {
  border: 1px solid #ccc;
}

.ui-border-frame-container .cont-hd {
  padding: 10px 10px 0;
  border-bottom: 1px solid #ccc;
}

.ui-border-frame-container .cont-hd h3 {
  background: url(/img/icon_col.png) left center no-repeat;
  font-size: 1.1em;
  margin-bottom: .5em;
  color: #707070;
  padding-left: 1.5em;
}

.ui-border-frame-container .cont-bd {
  padding: 6px;
}

.public-info {
  margin-bottom: 20px;
}

.public-info a {
  display: block;
  background-color: #ececec;
  border-radius: 5px;
  color: #333;
  margin-top: .5em;
}
.public-info a:hover {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}

.public-info a:first-child {
  margin-top: 0;
}

.public-info a span {
  vertical-align: middle;
  padding-left: .5em;
  
}

.public-info i {
  background: url('/img/public-info.png') no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 41px;
}

.public-info .ic-sq-arrow {
  background-position: -16px -19px;
}

.public-info .ic-sq-list {
  background-position: -16px -68px;
}

.public-info .ic-sq-comment {
  background-position: -16px -117px;
}

.public-info .ic-sq-box {
  background-position: -16px -168px;
}

.public-info .ic-sq-quote {
  background-position: -16px -218px;
}

.hot-list {
  margin-bottom: 20px;
}

.hot-list .cont-bd {
  padding: 10px 5px;
}

.hot-list ul {
  counter-reset: listcount;
}

.hot-list li {
  counter-increment: listcount;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hot-list li a:before {
  display: inline-block;
  width: 1em;
  text-align: right;
  font-family: Georgia;
  content: counter(listcount);
  font-size: 1.25em;
  margin-right: .5em;
  font-style: italic;
  color: #333;
}

.hot-list li a {
  color: #666;
  font-size: .9em;
}

.hot-list li a.hot:before {
  color: #db2b2b;
}

.hot-list li a:hover {
  color: #18639d;
  text-decoration: underline;
}

.big-news {
  margin-bottom: 20px;
}

.big-news a {
  display: block;
  margin-top: 8px;
}

.big-news a img {
  width: 100%;
}

.big-news a:hover {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
}

.big-news a:first-child {
  margin-top: 0;
}

.news-group {
  min-height: 700px;
  width: 760px;
}

/*.news-group .ui-list-news.heading-square li:before {
  background: #6ab3ef;
}*/

.news-group hr {
  height: 1px;
  background: #dfdfdf;
  border-width: 0;
  margin: 20px 0;
  float: left;
  width: 100%;
}

.news-group .pagigation {
  margin-top: 2em;
  float: left;
}

.news-group-title {
  margin-bottom: 20px;
  font-size: 1.6em;
  color: #1663a2;
  line-height: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dfdfdf;
  text-transform: uppercase;
}

.news-group-title span {
  margin-right: .5em;
  font-size: 0.9em;
  line-height: 1.6;
}

.news-group-header {
  background: #f6f6f6;
  border-left: 4px solid #1663a2;
  margin-bottom: .5em;
}

.news-group-header h4 {
  vertical-align: middle;
  padding: 8px 10px;
  zoom: 1;
  font-size: 1em;
  color: #333;
}

.news-group-header h4:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.news-group-header h4:after {
  content: '';
  height: 0;
  overflow: hidden;
  display: block;
  clear: both;
  visibility: hidden;
}

.news-group-header .more {
  background: none;
  font-size: .8em;
  font-family: Arial;
  color: #777;
}

.news-group-header .more:hover {
  color: #1663a2;
}

.news-group-section {
  margin-bottom: 30px;
}

.news-group-section li {
  line-height: 2.4;
  font-size: 1em;
}

.news-group-section .news-date {
  font-size: .8em;
}

.news-specific .news-group-header {
  padding: 10px;
  border-left: none;
  border-top: 1px solid #ddd;
}

.news-specific .breadcrumb {
  color: #777;
}

.news-specific .breadcrumb a {
  color: #777;
}

.feature-group .feature-image {
  margin-bottom: 1em;
}

.feature-group img {
  width: 100%;
}

.pagigation a {
  line-height: 1;
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #ddd;
  background: #f1f1f1;
  color: #333;
  text-decoration: none;
}

.pagigation a:hover {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}

.pagigation .pg-nav {
  width: 4em;
}

.pagigation .curr {
  background: #1663a2;
  color: #fff;
}

.pagigation .disabled {
  color: #bbb;
}

.pagigation .disabled:hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  cursor: default;
}

.article-feature {
  padding: 30px;
}

.article-feature .title-field h2 {
  font-size: 2.6em;
}

.article-feature .title-field {
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
  position: relative;
}

.article-feature .title-field .share {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.article-feature .title-field .share a {
  margin-left: 10px;
}

.article-feature .title-field .share a:hover {
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}

.article-feature .author {
  font-size: 16px;
}

.article-feature .article-field {
  padding: 2em 0;
}

.article-feature .article-field p {
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 1em;
  max-width: 100%;
}

.article-feature .article-field pre {
  line-height: 1.8;
}

.article-feature .article-field img {
  max-width: 80%;
  margin-left: -2em;
}

.page-news-article .page-body {
  padding: 10px;
}

.news-article {
  /*margin-top: 20px;*/
  margin-left: 100px;
  padding-bottom: 20px;
  width: 800px;
  /*height: 558px;*/
  overflow-y: auto; 
}

.news-article-hd {
  /*background: url(/img/decorator/line_2.png) center 0 no-repeat;*/
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.news-article-hd h1,
.news-article-hd .meta {
  text-align: center;
}

.news-article-hd h1 {
  font-size: 2.2em;
  margin-bottom: .6em;
  margin-top: 15px;
}

.news-article-hd ul {
  margin-bottom: 15px;
  color: #777;
}

.news-article-hd li {
  display: inline;
  margin: 5px;
}

.news-article-hd p {
  margin: 5px;
  color: #777;
}

.news-article-bd {
  margin-top: 40px;
  margin-bottom: 40px;
}

.news-article-bd p {
  line-height: 1.8;
  width: 100%;
  word-break: break-all;
  color: #333333;
}

.news-article-bd p.image {
  text-align: center;
}

.news-article-bd.download{
  margin-bottom: 10px;
}
.news-article-bd.download span{
  line-height: 32px;
}
.news-article-bd.download a {
  display: block;
  line-height: 26px;
}

.news-article-ft {
  padding-top: 30px;
  background: url(/img/decorator/line_3.png) center 0 no-repeat;
  padding-bottom: 20px;
}

.news-article-ft a:hover {
  text-decoration: underline;
  color: #18639d;
}

.news-article-ft a.right {
  float: right;
}


.chanpin-article {
  /*margin-top: 20px;*/
}

.chanpin-article img {
  display: block;
  margin: 20px auto;
  max-width: 100%;
}

.chanpin-article-hd {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.chanpin-article-hd h3 {
  font-size: 1.5em;
  color: #1663a2;
}

.chanpin-article-hd em {
  margin-right: .8em;
}

.chanpin-article-bd {
  margin-top: 40px;
}

.chanpin-article-bd p {
  text-indent: 2em;
  line-height: 1.8;
  margin-bottom: 1.5em;
  width: 100%;
}

.chanpin-article-bd p.image {
  text-align: center;
}

.chanpin-article-ft {
  padding-top: 30px;
  background: url(/img/decorator/line_3.png) center 0 no-repeat;
  padding-bottom: 20px;
}

.chanpin-article-ft a:visited {
  color: #333;
}

.chanpin-article-ft a:hover {
  text-decoration: underline;
  color: #18639d;
}
.frontend_paginate {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 25px;
}
.dataTables_paginate {
  /*float: left;*/
  /*width: 100%;*/
  margin: 0 auto;
}

.pagination {
  clear: left;
  float: none;
  display: block;
  margin: 0 auto;
}
.page-layout .pagination {
  text-align: left;
  margin-left: 28px;
  margin-top: 35px;
}

.pagination li{
  display: inline-block;
}
.pagination li.pagination_disabled a{
  color: #bbb;
}

.pagination li a{
  padding: 4px 10px;
  border: 1px solid #ddd;
  background-color: #f1f1f1;
}
.pagination li.active a{
  background: #1663a2;
  border: 1px solid #1663a2;
  color: #fff;
}

.shengjing-content {
  float: left;
  width: 100%;
}
.shengjing-content.shot {
  height: 240px;
  overflow: hidden;
}
.zhuanti-banner{
  width: 100%;
}
.ui-border-frame-container .cont-bd.shouce-nav{
  padding: 0;
}

.cont-bd.shouce-nav a {
  border-radius: 0;
  height: 55px;
  padding-bottom: 6px;
  border-bottom: 1px solid #efefef;
  background-color: transparent;
  margin-top: 0; 
}

.cont-bd.shouce-nav a span {
  float: left;
  height: 50px;
  padding-left: 0;
  margin-top: 6px;
  margin-left: 35px;
  width: 183px;
  background-color: #e2e2e2;
}

.cont-bd.shouce-nav a span:before {
  content: '';
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 20px;
  background: url(/img/shouce-nav.png) 0 -70px no-repeat;
}
.shouce-nav a.desc {
  height: 76px;
}

.shouce-nav a span.desc {
  height: 70px;
  margin-left: 5px;
  width: 213px;
}

.cont-bd.shouce-nav a span em {
  float: left;
  display: block;
  width: 100px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
}
.cont-bd.shouce-nav a span em.en {
  margin-top: 0;
  font-size: 12px;
  line-height: 16px;
}

.cont-bd.shouce-nav a span.desc em {
  margin-top: 20px;
  width: 110px;
  font-size: 17px;
}
.cont-bd.shouce-nav a span.desc em.en {
  margin-top: 0;
  font-size: 13px;
}

.shouce-nav a span.desc:before {
  width: 70px;
  height: 70px;
  margin-right: 10px;
  background: url(/img/shouce-nav.png) 0 -0px no-repeat;
}
.shouce-nav a span.january:before {background: url(/img/shouce-nav.png) 0 -70px no-repeat;}
.shouce-nav a span.february:before {background: url(/img/shouce-nav.png) 0 -120px no-repeat;}
.shouce-nav a span.march:before {background: url(/img/shouce-nav.png) 0 -170px no-repeat;}
.shouce-nav a span.april:before {background: url(/img/shouce-nav.png) 0 -220px no-repeat;}
.shouce-nav a span.may:before {background: url(/img/shouce-nav.png) 0 -270px no-repeat;}
.shouce-nav a span.june:before {background: url(/img/shouce-nav.png) 0 -320px no-repeat;}
.shouce-nav a span.july:before {background: url(/img/shouce-nav.png) 0 -370px no-repeat;}
.shouce-nav a span.august:before {background: url(/img/shouce-nav.png) 0 -420px no-repeat;}
.shouce-nav a span.september:before {background: url(/img/shouce-nav.png) 0 -470px no-repeat;}
.shouce-nav a span.octber:before {background: url(/img/shouce-nav.png) 0 -520px no-repeat;}
.shouce-nav a span.november:before {background: url(/img/shouce-nav.png) 0 -570px no-repeat;}
.shouce-nav a span.december:before {background: url(/img/shouce-nav.png) 0 -620px no-repeat;}

.shouce-nav a span.active {
  background: #a3453d;
  color: #fff;
}

.shouce-nav a span.desc.active:before {background: url(/img/shouce-nav.png) -70px -0px no-repeat;}
.shouce-nav a span.january.active:before {background: url(/img/shouce-nav.png) -70px -70px no-repeat;}
.shouce-nav a span.february.active:before {background: url(/img/shouce-nav.png) -70px -120px no-repeat;}
.shouce-nav a span.march.active:before {background: url(/img/shouce-nav.png) -70px -170px no-repeat;}
.shouce-nav a span.april.active:before {background: url(/img/shouce-nav.png) -70px -220px no-repeat;}
.shouce-nav a span.may.active:before {background: url(/img/shouce-nav.png) -70px -270px no-repeat;}
.shouce-nav a span.june.active:before {background: url(/img/shouce-nav.png) -70px -320px no-repeat;}
.shouce-nav a span.july.active:before {background: url(/img/shouce-nav.png) -70px -370px no-repeat;}
.shouce-nav a span.august.active:before {background: url(/img/shouce-nav.png) -70px -420px no-repeat;}
.shouce-nav a span.september.active:before {background: url(/img/shouce-nav.png) -70px -470px no-repeat;}
.shouce-nav a span.octber.active:before {background: url(/img/shouce-nav.png) -70px -520px no-repeat;}
.shouce-nav a span.november.active:before {background: url(/img/shouce-nav.png) -70px -570px no-repeat;}
.shouce-nav a span.december.active:before {background: url(/img/shouce-nav.png) -70px -620px no-repeat;}

.shouce-nav a.disabled span.desc:before {
  background: url(/img/shouce-nav-disabled.png) 0 0 no-repeat;
}

.shouce-nav a.disabled{
  cursor: default;
}

.area-type {
  float: left;
  width: 100%;
  display: block;
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 20px;
}

.content-banner{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.ui-list-news li .news-date {
  color: #a1a1a1;
  float: right;
}

.ui-box-container {
  border: 1px solid #ccc;
}

.ui-box-container .cont-hd h3 {
  font-size: .9em;
  background: #18639d;
  color: #fff;
  padding: 10px 15px;
}

.ui-box-container .cont-bd a {
  padding: 10px 15px;
  display: block;
  color: #333;
  position: relative;
  top: 1px;
}

.ui-box-container .cont-bd  a:hover {
  color: #1563a3;
}

.ui-box-container .cont-bd a.active {
  border-top: 1px solid #1563a3;
  border-bottom: 1px solid #1563a3;
  background: #e5eff8 url(/img/side-nav.jpg) right center no-repeat;
}

.ui-box-container .cont-bd a.active:hover {
  color: #333;
}

.ui-box-container .cont-bd .jiguan-list a {
  padding: 8px 15px;
  font-size: 12px;
  line-height: 16px;
}

.news-group-section li {
  line-height: 2.4;
  font-size: 1em;
}


.affairs-communicate form {
  padding: 20px;
  background: #f9f9f9;
  margin-right: 10px;
  margin-bottom: 40px;
  border: 1px solid #eee;
}

.affairs-communicate form p {
  margin-bottom: 1em;
}

.affairs-communicate form .main-email-content label {
  vertical-align: top;
}

.affairs-communicate form label {
  display: inline-block;
  width: 5em;
  text-align: right;
  margin-right: .5em;
}

.affairs-communicate form input,
.affairs-communicate form textarea {
  padding: 8px 10px;
  border: 1px solid #ddd;
  font-size: 1em;
}

.affairs-communicate form input {
  width: 38.2%;
}

.affairs-communicate form textarea {
  height: 180px;
  width: 61.8%;
}

.affairs-communicate form button {
  border: 1px solid #ddd;
  background: #f1f1f1;
  color: #333;
  font-size: 1em;
  padding: 8px 40px;
}

.affairs-cm-header {
  margin-bottom: 20px;
}

.affairs-cm-header p {
  line-height: 1.6;
  color: #999;
}

.affairs-cm-result {
  padding-top: 20px;
  margin-bottom: 20px;
  overflow: auto;
  margin-right: 2em;
  margin-top: 40px;
}

.affairs-cm-result li {
  margin-bottom: 2em;
}

.affairs-cm-result h3 {
  color: #1663a2;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.affairs-cm-result p {
  line-height: 1.4;
  font-size: .9em;
}

.affairs-cm-result .q h6 {
  color: #333;
  margin-bottom: .5em;
}

.affairs-cm-result .q h6:before {
  content: '[标题] ';
  color: #999;
}

.affairs-cm-result .q h6 span {
  font-size: .8em;
  margin-left: 1em;
}

.affairs-cm-result .q p {
  color: #888;
}

.affairs-cm-result .a {
  position: relative;
  margin: 1em 0;
  margin-left: 2.6em;
  padding: .5em;
  background: #f0f0f0;
  border-radius: 5px;
}

.affairs-cm-result .a:after {
  content: '';
  position: absolute;
  top: -14px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom-color: #f0f0f0;
  left: 5%;
}

.affairs-cm-result .a p {
  color: #1663a2;
}

.affairs-cm-result .cm-result-body {
  margin-top: 20px;
}

.side-nav {
  margin-bottom: 20px;
}


/*news.css*/

.ui-box-container {
  border: 1px solid #ccc;
}

.ui-box-container .cont-hd h3 {
  font-size: .9em;
  background: #18639d;
  color: #fff;
  padding: 10px 15px;
}

.ui-box-container .cont-bd a {
  padding: 10px 15px;
  display: block;
  color: #333;
  position: relative;
  top: 1px;
}

.ui-box-container .cont-bd a:hover {
  color: #1563a3;
}

.ui-box-container .cont-bd a.active {
  border-top: 1px solid #1563a3;
  border-bottom: 1px solid #1563a3;
  background: #e5eff8 url(/img/side-nav.jpg) right center no-repeat;
}

.ui-box-container .cont-bd a.active:hover {
  color: #333;
}

#page-news .side-nav {
  margin-bottom: 20px;
}
.news-images{
  margin-top: 25px;
  float: left;
}
.news-images .big-title {
  font-size: 2.8em;
  color: #18639d;
  margin-bottom: .9em;
  font-weight: normal;
}

.news-images .big-title em {
  font-style: normal;
  vertical-align: middle;
  margin-right: .4em;
  font-size: .8em;
}

.news-images > ul {
  margin-left: -20px;
  width: 760px;
}

.news-images > ul > li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2em;
}

.news-images li:nth-child(3n) {
  margin-right: 0;
  /*clear: left;*/
}

.news-images .figure-summary {
  float: left;
  width: 226px;
  height: 258px;
  overflow: hidden;
  margin-left: 20px;
}

.news-images .figure-summary h3 {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
}

.news-images .figure-summary a img {
  max-width: 226px;
  max-height: 136px;
  display: block;
}

.news-images .figure-summary p {
  float: left;
  margin-top: 10px;
}

/*nature.css*/
#page-nature .main-nav .nav-list{
  display: none;
}
.ui-box-container {
  border: 1px solid #ccc;
}

.ui-box-container .cont-hd h3 {
  font-size: .9em;
  background: #18639d;
  color: #fff;
  padding: 10px 15px;
}

.ui-box-container .cont-bd a {
  padding: 10px 15px;
  display: block;
  color: #333;
  position: relative;
  top: 1px;
}

.ui-box-container .cont-bd a:hover {
  color: #1563a3;
}

.ui-box-container .cont-bd a.active {
  border-top: 1px solid #1563a3;
  border-bottom: 1px solid #1563a3;
  background: #e5eff8 url(/img/side-nav.jpg) right center no-repeat;
}

.ui-box-container .cont-bd a.active:hover {
  color: #333;
}

#page-nature .page-body-header {
  padding-top: 0;
}

#page-nature .side-nav {
  margin-bottom: 20px;
}

.nature-figures {
  padding: 20px;
}

.nature-figures .big-title {
  font-size: 2.8em;
  color: #18639d;
  margin-bottom: .9em;
  font-weight: normal;
}

.nature-figures .big-title em {
  font-style: normal;
  vertical-align: middle;
  margin-right: .4em;
  font-size: .8em;
}

.nature-figures ul {
  margin-left: -20px;
}

.nature-figures li {
  float: left;
  /*width: 33.33333333%;*/
  width: 30%;
  margin-right: 5%;
  margin-bottom: 2em;
  height: 300px;
  overflow: hidden;
}

.nature-figures li:nth-child(3n) {
  /*clear: left;*/
  margin-right: 0;
}

.nature-figures .figure-summary {
  margin-left: 20px;
}

.page-nature-detail .page-body-header {
  padding: 20px;
}

.group-hexi {
  padding: 0 24px;
  margin-bottom: 2em;
}

.group-hexi ul {
  border-bottom: 10px solid #e4e4e4;
}

.group-hexi li {
  float: left;
  text-align: center;
  position: relative;
  top: 10px;
  margin-left: 131px;
}

.group-hexi li:first-child {
  margin-left: 0;
}

.group-hexi li a {
  display: block;
  color: #333;
  font-size: 1.125em;
  padding-bottom: 1em;
}

.group-hexi li a.active:before {
  opacity: 1;
}

.group-hexi li a:before {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 80px;
  height: 89px;
  opacity: .4;
  margin-bottom: 1em;
}

.group-hexi li a.hexi-senlin:before {
  background-image: url(/img/nature/icon_senlin.png);
}

.group-hexi li a.hexi-shidi:before {
  background-image: url(/img/nature/icon_shidi.png);
}

.group-hexi li a.hexi-huangmo:before {
  background-image: url(/img/nature/icon_huangmo.png);
}

.group-hexi li a.hexi-dongzhiwu:before {
  background-image: url(/img/nature/icon_dongzhiwu.png);
}

.group-hexi li a.hexi-yichan:before {
  background-image: url(/img/nature/icon_yichan.png);
}

.group-hexi li a.active {
  border-bottom: 10px solid #97c470;
}

.group-hexi li a.active.hexi-shidi {
  border-bottom: 10px solid #82afd5;
}

.group-hexi li a.active.hexi-huangmo {
  border-bottom: 10px solid #ac9ad7;
}

.group-hexi li a.active.hexi-dongzhiwu {
  border-bottom: 10px solid #EC8E74;
}

.group-hexi li a.active.hexi-yichan {
  border-bottom: 10px solid #D6AC87;
}

.group-filter-nav {
  margin-top: 10px;
  margin-bottom: 10px;
}

.group-filter-nav ul {
  float: right;
  margin-right: 20px;
}

.group-filter-nav ul li {
  float: left;
}

.group-filter-nav a {
  display: block;
  float: left;
  background-color: #e9e9e9;
  color: #333;
  padding: 8px 10px;
  width: 110px;
  text-align: center;
}
.group-filter-nav a.left-icon{
  border-bottom-left-radius: 20px;
  border-top-left-radius:20px;  
}
.group-filter-nav a.right-icon{
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.group-filter-nav a span {
  vertical-align: middle;
}

.group-filter-nav a .sm-icon {
  display: inline-block;
  margin-right: .5em;
}

.group-filter-nav a.active {
  background-color: #1663a2;
  color: #fff;
}

.group-filter-nav a.active .sm-icon-map {
  background-position: -60px -59px;
}

.group-filter-nav a.active .sm-icon-list {
  background-position: -60px -121px;
}

.group-filter-nav a.active .sm-icon-animal {
  background-position: -61px -179px;
}

.group-filter-nav a.active .sm-icon-plant {
  background-position: -60px 0;
}

.sm-icon {
  background: url(/img/small-icon.png) 0 0 no-repeat;
}

.sm-icon-map {
  background-position: 0 -59px;
  width: 16px;
  height: 16px;
}

.sm-icon-plant {
  background-position: 0 0;
  width: 16px;
  height: 14px;
}

.sm-icon-list {
  background-position: 0 -121px;
  width: 16px;
  height: 12px;
}

.sm-icon-animal {
  background-position: -2px -179px;
  width: 14px;
  height: 16px;
}

.about-linye .linye-summary {
  margin-top: 20px;
}
.about-linye .linye-summary p {
  line-height: 1.6;
  color: #333;
}

.about-linye .align-center {
  text-align: center;
}

.about-linye .linye-intro {
  margin-top: 40px;
}

.about-linye .linye-intro li {
  min-height: 100px;
  margin-bottom: 40px;
  line-height: 1.6;
  padding-left: 135px;
  background: url(/img/flower.jpg) 20px 0 no-repeat;
}

.about-linye strong {
  color: #333;
  font-weight: bold;
}

.linye-dept {
  overflow: auto;
}

.linye-dept li {
  line-height: 2.4;
}

/*.linye-dept .ui-list-news.heading-square li:before {
  background: #6ab3ef;
}*/

.event-header {
  margin-bottom: 1em;
  margin-top: 25px;
}
.event-header p{
  text-align: center;
}

.event-header .intro {
  line-height: 1.6;
  margin-top: 1.5em;
}

.event-header img {
  max-width: 100%;
}

.plant-content,
.drags-content {
  padding-bottom: 1.5em;
}

.plant-list,
.drags-list {
  padding-top: 3em;
  background: url(/img/decorator/line_2.png) center 0 no-repeat;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  overflow-x: hidden;
}

.plant-list ul,
.drags-list ul {
  margin-left: -32px;
}

.plant-list li,
.drags-list li {
  float: left;
  width: 33.3333%;
  margin-bottom: 2em;
  height: 190px;
}

.plant-list a,
.drags-list a {
  display: block;
  text-align: center;
  overflow: hidden;
  margin-left: 30px;
  color: #333;
}

.plant-list a:hover,
.drags-list a:hover {
  color: #1663a2;
}

.plant-list img,
.drags-list img {
  width: 100%;
}

.plant-list a span,
.drags-list a span {
  display: block;
  margin-top: 10px;
  line-height: 20px;
}

.hot-list-plant li a:before {
  color: #579770;
}

.nature-article-page {
  min-width: 980px;
  width: 1000px;
}

.nature-article-page .main-nav .nav-list {
  display: none;
}

.nature-article-page .page-body-header {
  padding: 20px 32px 0 !important;
}

.nature-article-page .page-body {
  border-bottom: none;
}

.nature-article-page .article-feature {
  padding-bottom: 0;
}

.map-container {
  width: 902px;
  height: 582px;
  margin: 2em auto;
  text-align: center;
}

.map-container img {
  width: 770px;
}

.nature-figures ~ .pagigation {
  margin: 20px;
}

.group-tab-body {
  display: none;
}

.group-tab-body.active {
  display: block;
}
/*.public-info a span{
  display: block;
  float: right;
  width: 135px;
  height: 45px;
  background: #e2e2e2;
  padding-top: 15px;
  overflow: hidden;
  font-size: 14px;
}
.public-info a span.active{
  background: #174082;
  color: #fff;
}
.ui-border-frame-container .cont-bd{
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.public-info a{
  padding-bottom: 8px;
  background-color: #fff;
  border-bottom: 1px solid rgb(226,226,226);
  border-radius: 0px;
}
.public-info a img{
  margin-left: 8px;
}
.public-info a:nth-last-child(1) {
  border-bottom: none;
}*/
.news-group-title{
  padding-bottom: 0;
  width: 760px;
}
.news-group-title span{
  color: #a6a6a6;
  font-weight: normal;
}



/*.mod-focus-image-slider .slider-handler{
  display: none;
}*/
.text-sumary{
  margin-top: 45px;
  margin-bottom: 30px;
}
.text-sumary h2{
  font-size: 40px;
  margin-bottom: 25px;
}
.text-sumary p{
  margin-bottom: 0px;
  list-style: 25px;
  font-size: 18px;
  text-indent: 2em;
}
.public-info a span.avtive{
  background: #174082;
  color: #fff;
}
.news-group-section{
  position: relative;
}
.shengjing-map{
  margin-top: 60px;
}
.news-group-section .map-img{
  position: absolute;
  top: 0;
  left: 400px;
}
#page-nature .sub-nav{
  border-bottom: none;
}
.shengjing-title{
  text-align: center;
  font-size: 30px;
  height: 25px;
  width: 300px;
  margin: 0 auto;
  margin-top: 50px;
  color: #35375d;
  padding:  14px;
}
.shengjing-title:before{
  content: url(/img/nature/icon_orn_1.png);
  margin-right: 10px;
}
.shengjing-title:after{
  content: url(/img//nature/icon_orn_2.png);
  margin-left: 10px;
}
.shengjing-text{
  line-height: 25px;
  padding-left: 2em;
  padding-top: .5em;
  padding-bottom: 2em;
  border-left: 20px solid #f3f3f3;
  margin-bottom: 20px;
  margin-top: 20px;
  border-left: none;
  padding: 0;
  color: #333333;
}

.shengjing-text.shot{
  margin-top: 10px;
  margin-bottom: 0px; 
}

.map-img-text{
  position: absolute;
  top: 10px;
  right: 280px;
}

.ui-shouhu-nav,
.shouhu-nav{
  float: left;
}

.ui-border-frame-container .shouhu-nav{
  padding-right: 0;
  padding-left: 0;
}

.shouhu-nav a {
  float: left;
  width: 212px;
  background-color: #fff;
  padding-left: 6px;
  padding-bottom: 8px;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
}

.shouhu-nav a.no-border {
  border-bottom: none;
  padding-bottom: 0;
}

.shouhu-nav a img{
  float: left;
}
.shouhu-nav a .title{
  float: left;
  height: 48px;
  padding: 12px 0 0 20px;
  line-height: 16px;
  background-color: #e2e2e2;
  width: 127px;
  margin-left: 5px;
}

.shouhu-nav a .title.active {
  background-color: #174082;
}

.shouhu-nav a .title.active span {
  color: #fff;
}

.shouhu-nav a .title span {
  /*margin-left: 20px;*/
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  width: 100%;
  display: inline-block;
}
.shouhu-nav a .title span.en {
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}

.news-group-title{
  margin-bottom: 0;
}
.jieri-pic,.protect-banner-pic{
  width: 100%;
  position: relative;
}
.jieri-pic img{
  width: 100%;
  height: 300px;
}
.protect-banner-pic img{
  width: 100%;
  height: 360px;
}
.news-group-section{
  margin-top: 25px;
}
.jieri-summary{
  position: absolute;
  bottom: 2px;
  background: rgba(1,0,0,0.7);
  color: #fff;
  padding: 15px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.shengjing-list{
  width: 100%;
  margin-top: 20px;
}

.jieri-pic-tip,.protect-list{
  width: 32%;
  float: left;
  position: relative;
  margin-right: 2%;
  /*height: 120px;*/
}
.shengjing-list a{
  float: left;
  height: 220px;
  color: #333;
}

.shengjing-list a h3{
  margin-top: 5px;
  float: left;
  width: 100%;
}
.shengjing-list a span{
  float: left;
  color: #999;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
.protect-list{
  width: 29%;
  /*height: 150px;*/
  margin-right: 6.5%;
  margin-bottom: 50px;
}
.jieri-pic-tip span{
  position: absolute;
  bottom: 1px;
  background: rgba(1,0,0,0.7);
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}
.protect-list-layout{
  margin-top: 30px;
}
.jieri-pic-tip img,.protect-list img{
  width: 100%;
  height: 100%;
}
.protect-list img{
  height: 150px;
}
.jieri-pic-tip:nth-child(3n),
.shengjing-list a:nth-child(3n),
.shouhu-list a:nth-child(3n){
  margin-right: 0;
}

.common-content{
  margin-right: 0;
}
.nature-figures .figure-summary{
  margin-left: 0;
}
.protector-list h3{
  line-height: 30px;
}
.protector-list span{

}
.protector-list{
  margin-bottom: 30px;
}
.protector-list-layout{
  margin-top: 0px;
  margin-bottom: 40px;
  float: left;
}
.water-layout li{
  padding: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.water-layout li:nth-last-child(1){
  border-bottom: none;
}
.water-layout{
  margin-bottom: 50px;
}
.water-layout img{
  float: left;
  width: 90px;
  height: 120px;
  margin-right: 30px;
}
.water-layout h4{
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
.water-layout span{
  display: block;
}
.water-layout p{
  line-height: 25px;
  margin-bottom: 15px;
}
.water-layout  span{
  font-size: 14px;
  color: #999999;
}
.water-layout em{
  width: 70px;
  background: #020202;
  font-size: 16px;
  padding: 2px 5px;
  margin-right: 5px;
  color: #fff;
}
.wuzhong img{
  width: 100%;
  height: 100%;
  height: 360px;
}
.dongwu-div,.dongwu,.dongwu li:nth-child(1){
  float: left;
  text-indent: 2em;
  font-size: 16px;
}
.dongwu-div,.dongwu{
  width: 100%;
}
.dongwu{
  /*background: #174082;*/
  color: #fff;
  height: 30px;
  overflow: hidden;
  background: #174082 url(/img/icon_orn_white_small.png) 10px center no-repeat;
}
.dongwu-div{
  margin-top: 25px;
  margin-bottom: 20px;
}
.dongwu li{
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}
.dongwu li:nth-child(2){
  margin-right: 2em;
}
/*.dongwu:before{
  content: url(/img/side-nav.jpg);
  position: absolute;
  left: -30px;
}*/
.dongwu-list-pic{
  width: 100%;
  margin-top: 20px;
  float: left;
}
.dongwu-list-pic li{
  width:125px;
  float: left;
  text-align: center;
  text-indent: 0;
  margin-right: 40px;
  line-height: 25px;
  margin-bottom: 20px;
}
.dongwu-list-pic li:nth-child(5n){
  margin-right: 0;
}
.dongwu-list-pic li img{
  height: 120px;
  width: 120px;
  margin: 0 auto;
}
.dongwu-list-name li{
  float: left;
  list-style:disc;
  margin-left: 30px;
  line-height: 25px;
}
.dongwu-list-name li:nth-child(1){
  margin-left: 0;
  list-style: none;
}
.dongwu-list-name{
  float: left;
  width: 100%;
  margin-top: 20px;
  text-indent: 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 5px;
}
.nature-animal{
  margin-bottom: 50px;
  float: left;
  color: #666;
}
a:link{
  color: #666666;
}
.related-data li:nth-child(1){
  background: #eee;
  padding: 0;
  padding-left: 10px;
}
.dongtu{
  padding-top: 26px;
}
.related-data li span:nth-child(2n).dongtu-pic{
  margin-top: 0;
}
.related-data li span{
  width: 50%;
  float: left;
  line-height: 18px;
  font-size: 18px;
  margin-bottom: 0;
}
.related-data li span:nth-child(2n){
  margin-top: 10px;
}
.related-data li span img{
  float: left;
}
.related-data li span em{
  font-size: 14px;
}
.related-data{
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 25px;
}
.related-data li{
  float: left;
  width: 100%;
  border-top: 2px solid #5c66a3;
  padding: 15px 0 15px 10px;
}
.related-data li:nth-last-child(1){
  border-bottom: 2px solid #5c66a3;
}
.current{
  color: #a3453d;
}

.common-layout.left{
  margin-left: 0;
}

.common-aside.right{
  float: right;
  margin-left: 0;
  width: 310px;
  margin-top: 45px;
}
.nature-animal{
  width: 660px;
}
.nature-animal.wuzhong{
  width: 760px;
}
.more-info-div{
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
.more-info-summary img{
  width: 90px;
  height: 120px;
}
.more-info-summary span{
  float: left;
  line-height: 25px;
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
}
.more-info-summary em{
  display: block;
  /*background: #010101;*/
  width: 70px;
  color: #333;
  padding: 2px 0;
  text-align: left;
  line-height: 20px;
  margin-bottom: 10px;
}
.more-info-summary h2,.related-article h2{
  width: 100%;
  line-height: 30px;
  text-indent: 1em;
  background: #aaa;
  color: #fff;
  margin-bottom: 15px;
}

.more-info-summary a{
  float: left;
  width: 100%;
  line-height: 22px;
  font-size: 14px;
  color: #333;
}

.more-info-summary a:hover{
  text-decoration: underline;
}

.related-article{
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
}
.related-article img{
  width: 100%;
}
.related-article p{
  /*padding-top: 15px;*/
  line-height: 20px;
  font-size: 14px;
  color: #666;
}
.related-article span{
  line-height: 50px;
  color: #666;
  display: block;
}

.related-article.relation-book ul,
.related-article.relation-book ul li {
  float: left;
  width: 100%;
}

.related-article.relation-book ul li {
  margin-bottom: 20px;
}
.related-article.relation-book ul li:last-child {
  margin-bottom: 0;
}

.related-article.relation-book img {
  float: left;
  width: 100px;
}
.related-article.relation-book span {
  float: left;
  width: 180px;
  margin-left: 15px;
  line-height: 16px;
  font-size: 12px;
}
.related-article.relation-book span em {
  float: left;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 5px;
}
.related-vedio a{
  position: relative;
}
.related-vedio a:after{
  content: url(/img/icon_play.png);
  position: absolute;
  right: 5%;
  bottom: 50%;
}
.breadcrumb{
  margin-bottom: 25px;
  padding-left: 0;
}
.nature-animal img{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.nature-animal.wuzhong img{
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.nature-article h3{
  font-size: 25px;
  color: #222;
  margin-bottom: 20px;
}
.nature-article span{
  font-size: 25px;
}
.nature-text-summary {
  position: relative;
  padding: 40px 20px 20px;
  font-size: 14px;
  line-height: 25px;
  border: 1px solid #222;
  color: #666;
}
.nature-text-summary span{
  position: absolute;
  left: 4px;
  top: 4px;
  display: block;
  font-size: 14px;
  padding: 0 30px;
  background: #000;
  color: #fff;
}
.nature-article p{
  line-height: 30px;
  font-size: 14px;
}
.nature-article .news-group-title{
  border-bottom: none;
  width: 660px;
}
.nature-article .news-group-title span{
  line-height: 20px;
  display: block;
}
.other-species li{
  width: 48%;
  float: left;
  text-align: center;
  font-size: 14px;
  margin-right: 4%;
}
.other-species li:nth-child(2n){
  margin-right: 0;
}
.other-species li img{
  width: 148px;
  height: 148px;
}
.other-species span{
  line-height: 40px;
}
.level p{
  padding-top: 0;
}
.shengtai-detail-title span{
  float: left;
  text-indent: .5em;
  color: #777;
  text-transform: uppercase;
}
.shengtai-detail-title em{
  float: left;
  display: block;
  padding-right: .5em;
  border-right: 4px solid #000;
}
/*.nature-article p{
  padding-bottom: 20px;
  padding-top: 45px;
}*/
.nature-article h2{
  width: 100%;
  background: #e5e5e5;
}
.nature-article h2 span{
  font-size: 14px;
  padding: .5em 1em .5em 2em;
  line-height: 31px;
  color: #fff;
  position: relative;
  background: #000 url(/img/nature/icon_orn_1.png) no-repeat 5px center;
}
/*.nature-article h2 span:before{
  content: url(/img/nature/icon_orn_1.png);
  color: #fff;
  position: absolute;
  left: 5px;
  top: 2px;
}*/
.wuzhong-group-title span{
  font-size: 12px;
}
.wuzhong-group-title i{
  color: #222;
}
.wuzhong-group-title{
  padding: 25px 0 18px 0;
  border-bottom: 1px solid #CCCCCC;
}
.wuzhong-group p{
  padding-top: 0;
}
.details p{
  padding-top: 0;
}



.shouce-content {
  float: left;
  background: #f1f1f1;
  padding: 30px;
  padding-top: 20px;
  margin-bottom: 20px;
}
.shouce-content h1 {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
  background: url(/img/icon_col.png) left center no-repeat;
  text-indent: 30px;
}

.shouce-content .img-list {
  float: left;
  width: 100%;
}
.shouce-content .img-list a {
  float: left;
  width: 32%;
  position: relative;
  margin-right: 2%;
}
.shouce-content .img-list a.right {
  margin-right: 0
}

.shouce-content .img-list a img {
  width: 224px;
  float: left;
  height: 153px;
}
.shouce-content .img-list a span,
.shouce-content .img-list a em {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: #000;
  opacity: 0.5;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
  text-align: center;
}

.shouce-content .img-list a em {
  background: transparent;
  opacity: 1;
  color: #fff;
}

.shouce-content div.content {
  float: left;
  width: 100%;
  /*margin: 20px 0 30px;*/
  /*font-size: 14px;*/
  /*line-height: 20px;*/
}

.shouce-content h2 {
  float: left;
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  background-color: #ccc;
  text-indent: 15px;
}

.shouce-content div.indent {
  width: 96%;
  margin-left: 2%;
}

.shengtai-desc-banner,
.shengtai-desc-banner img {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.news-group-section.shengtai {
  width: 100%;
  margin-top: 5px;
  float: left;
}

.shouce-image-slider {
  float: left;
  width: 100%;
}

.shouce-banner {
  float: left;
  width: 100%;
}

.shouce-image-slider .slider-wrapper{
  float: left;
  width: 100%;
  position: relative;
}

.shouce-image-slider .slider-handler {
  float: left;
  position: absolute;
  right: 20px;
  bottom: 20px;
  /*width: 100%;*/
  height: 20px;
  z-index: 2;
}

.shouce-image-slider .slider-handler span{
  width: 12px;
  height: 12px;
  overflow: hidden;
  display: inline-block;
  background: #888888;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  cursor: pointer;
}
.shouce-image-slider .slider-handler span.active{
  background-color: #fff;
}

.shouce-image-slider .slider-handler span:hover{
  background-color: #ddd;
}

ul.shengtai-article-list{
  float: left;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

ul.shengtai-article-list li {
  float: left;
  padding-bottom: 30px;
  width: 100%;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 20px;
}
ul.shengtai-article-list li.desc {
  height: 65px;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 10px;
}

ul.shengtai-article-list li h3.title {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 1.0;
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

ul.shengtai-article-list li.desc h3.title {
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  margin-bottom: 5px;
  margin-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

ul.shengtai-article-list li .content span.author {
  float: left;
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
}

ul.shengtai-article-list li a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #4a7fa7;
  margin-top: 15px;
}


ul.shengtai-article-list li .content {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}

ul.shengtai-article-list li .content.shot {
  height: 300px;
  overflow: hidden;
}

ul.shengtai-article-list li.desc .content {
  height: 25px;
  color: #b4b4b4;
  overflow: hidden;
}

ul.shengtai-article-list li.desc .content img {
  display: none;
}

ul.shengtai-article-list li.desc a.see-all {
  display: none;
}

.common-aside.right.top80{margin-top: 80px;}

.shouce-content .shouze {
  float: left;
  margin-top: 15px;
  /*padding-left: 100px;*/
  /*width: 600px;*/
  width: 100%;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 10px;
}

.shouce-content .desc .shouze {
  display: none;
}

.shouce-content .shouze h4,
.shouce-content .shouze p {
  float: left;
  display: block;
  width: 95%;
}
.shouce-content .shouze h4{
  font-size: 16px;
  line-height: 20px;
  padding-top: 15px;
}

.shouce-content .shouze p{
  color: #999;
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.shouce-content .shouze p:last-child {
  border-bottom: none;
}


.area-attr {
  float: left;
  width: 100%;
}

.area-attr .number {
  background-color: #33406c;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 165px;
  float: left;
}

.area-attr .number span {
  float: left;
  margin-left: 100px;
  display: block;
  width: 180px;
  font-size: 14px;
  height: 36px;
  line-height: 48px;
}


.area-attr .number span em {
  font-size: 32px;
  margin-bottom: 5px;
  line-height: 32px;
}

.area-attr .address {
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  float: left;
  width: 308px;
  padding-bottom: 20px;
}

.area-attr .address span {
  float: left;
  width: 200px;
  padding-top: 20px;
  padding-left: 10px;
  font-size: 14px;
  color: #333;
  line-height: 18px;
}

.area-attr .address span.title {
  color: #999;
  width: 80px;
  text-align: right;
}

.area-map {
  float: left;
  width: 308px;
  border: 1px solid #ddd;
  padding-bottom: 6px;
}

.area-map img {
  float: left;
  width: 100%;
}


.area-map a {
  float: left;
  width: 160px;
  margin-left: 75px;
  font-size: 14px;
  color: #36537b;
  line-height: 22px;
  text-indent: 15px;
  margin-top: 10px;
}

.area-map a:hover {
  text-decoration: underline;
}

.ad {
  margin: 0 auto;
  width: 1100px;
  position: relative;
}

.ad img {
  width: 100%;
}

.ad span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
  height: 50px;
  display: block;
  z-index: 3;
}

.ad-left, .ad-right{
  position: fixed;
  top: 250px;
  left: 0;
}
.ad-right{
  left: auto;
  right: 0;
}



.search-header {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.search-header  span {
  font-size: 24px;
  line-height: 40px;
  float: left;
  color: #666;
  margin-left: 140px;
}


.search-header input[type=text] {
  float: left;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  color: #666;
  width: 470px;
  padding-left: 10px;
  outline: none;
}

.search-header input[type=submit] {
  float: left;
  display: block;
  width: 80px;
  height: 34px;
  font-size: 16px;
  line-height: 34px;
  text-align: center;
  background-color: #1563a3;
  color: #fff;
  border: none;
  border-radius: 2px;
  padding: 0;
  margin-left: 10px;
}

.search-results {
  float: left;
  width: 100%;
}

.search-result .search-result-header {
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  line-height: 40px;
  margin-top: 40px;
  float: left;
  width: 100%;
  color: #13438b;
}


.search-result ul.result-list {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.search-result ul.result-list li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-top: 30px;
  padding-bottom: 25px;
}

.search-result ul.result-list li .title h2 {
  float: left;
  width: 900px;
  font-size: 24px;
  line-height: 24px;
  color: #333;
}

.search-result ul.result-list li .title > span.date {
  float: left;
  width: 100px;
  text-align: right;
  color: #999;
}

.search-result ul.result-list li .desc {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #666;
}

.search-result ul.result-list li .info {
  float: left;
  width: 100%;
}

.search-result ul.result-list li .info > span {
  float: left;
  color: #ccc;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
  margin-right: 30px;
}

.search-result ul.result-list li .info span.author {
  color: #999;
}

.search-result ul.result-list li span.keyword{color:red}

.video-layout {
  width: 100%;
  margin-bottom: 40px;
}

.page-inner-layout.article{width: 1200px;margin: 0 auto;margin-top: 16px;}
.artcle-show {width: 1100px;padding: 0 50px;}
.artcle-show .news-article {padding: 0 100px; }

.desc-tab-tag {
  float: left;
  width: 100%;
  /*height: 20px;*/
  margin-top: 20px;
  margin-bottom: 10px;
}

.desc-tab-tag .group {
  float: right;
}

.desc-tab-tag .group span {
  background-color: #ddd;
  font-size: 16px;
  line-height: 36px;
  width: 140px;
  display: block;
  float: left;
  text-align: center;
  cursor: default;
}

.desc-tab-tag .group span:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}

.desc-tab-tag .group span:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

.desc-tab-tag .group span.active {
  background-color: #174082;
  color: #fff;
}

#map-desc {
  position: relative;
  display: none;
  float: left;
  overflow: hidden;
}
#map-desc #map svg {
  margin-left: -180px;
  margin-top: -180px;
}

#map-desc.shengjing {
  background: url(/img/tibet-map.png) 20px 0 no-repeat;
  margin-left: 50px;
  height: 455px;
  width: 720px;
  position: relative;
}

#map-desc.shengjing #map svg {
  margin-left: 32px;
  margin-top: -174px;
}

#map-desc.shengjing .annotate {
  position: absolute;
  left: 25px;
  top: 360px;
}

#map-desc.shengjing .annotate ul {
  float: left;
  width: 140px;
}
#map-desc.shengjing .annotate ul li {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
}

#map-desc.shengjing .annotate ul li.wetland:before {
  content: '';
  float: left;
  width: 14px;
  height: 14px;
  background: url(/img/s-icon/icon_wetland.png) -4px -4px;
  background-size: 150%;
  margin-top: 4px;
  margin-right: 10px;
}
#map-desc.shengjing .annotate ul li.forest:before {
  content: '';
  float: left;
  width: 14px;
  height: 14px;
  background: url(/img/s-icon/icon_forest.png) -4px -4px;
  background-size: 150%;
  margin-top: 4px;
  margin-right: 10px;
}
#map-desc.shengjing .annotate ul li.nation-protect:before {
  content: '';
  float: left;
  width: 14px;
  height: 14px;
  background-color: #f8e56c;
  margin-top: 4px;
  margin-right: 10px;
}
#map-desc.shengjing .annotate ul li.area-protect:before {
  content: '';
  float: left;
  width: 14px;
  height: 14px;
  background-color: #efa8d4;
  margin-top: 4px;
  margin-right: 10px;
}


#map-desc.shengjing .icon-on-map {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
}

#map-desc.shengjing .icon-on-map.forest {
  background: url(/img/s-icon/icon_forest.png) center no-repeat;
}

#map-desc.shengjing .icon-on-map.wetland {
  background: url(/img/s-icon/icon_wetland.png) center no-repeat;
}

#map-desc.shengjing .icon-map-detail {
  position: absolute;
  background:  url(/img/s-icon/bg_dialog.png) center no-repeat;
  width: 245px;
  height: 95px;
  display: none;
}

#map-desc.shengjing .icon-map-detail .left-icon {
  float: left;
  width: 64px;
  height: 70px;
  margin-left: 10px;
  margin-top: 4px;
}

#map-desc.shengjing .icon-map-detail .left-icon.forest {
  background: url(/img/s-icon/i-forest.png) center no-repeat;
}
#map-desc.shengjing .icon-map-detail .left-icon.wetland {
  background: url(/img/s-icon/i-wetland.png) center no-repeat;
}

#map-desc.shengjing .icon-map-detail .right-info {
  float: left;
  width: 160px;
}

#map-desc.shengjing .icon-map-detail .right-info h4 {
  float: left;
  width: 100%;
  border-bottom: 1px solid #999;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#map-desc.shengjing .icon-map-detail .right-info a {
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  width: 90%;
  padding-right: 10%;
  float: left;
  position: relative;
}

#map-desc.shengjing .icon-map-detail .right-info a:after {
  background: url(/img/s-icon/i-turn.png) center no-repeat;
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 9px;
  right: 43px;
}

.zhuanti-more {
  float: left;
  width: 98%;
  margin-right: 1%;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  margin-top: 5px;
}

.focus-list-news {
  float: left;
  width: 100%;
}

.news-group.jiguan-group-desc {
  min-height: 300px;
}

.news-group.jiguan-group-desc .jiguan-desc {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-group.jiguan-group-desc .jiguan-desc img {
  float: left;
  width: 485px;
  height: 300px;
}

.news-group.jiguan-group-desc .jiguan-desc .desc {
  float: left;
  width: 260px;
  margin-left: 15px;
  background: #eeeeee url('/img/bg_dynamic.png') 100px 145px no-repeat;
  height: 300px;
}

.news-group.jiguan-group-desc .jiguan-desc .desc h5 {
  float: left;
  margin-left: 100px;
  margin-top: 20px;
  width: 65px;
  font-size: 14px;
  color: #18639c;
  text-align: center;
  line-height: 20px;
  border-bottom: 3px solid #18639c;
}

.news-group.jiguan-group-desc .jiguan-desc .desc .content {
  float: left;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 88%;
  height: 220px;
  margin-left: 6%;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
}


.news-group.jiguan-group {
  margin-left: 15px;
  width: 443px;
  min-height: auto;
}

.news-group.jiguan-banshi-group {
  margin-left: 0;
  width: 298px;
}

.news-group.jiguan-group {
  float: left;
  border: 1px solid #ccc;
  border-top: 3px solid #18639c;
  height: 300px;
  min-height: 300px;
  margin-right: 0;
}

.news-group.jiguan-group h3.news-group-title {
  float: left;
  width: 100%;
  font-size: 14px;
  text-indent: 10px;
  line-height: 30px;
  background-color: #eeeeee;
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
}

.news-group.jiguan-group h3.news-group-title a {
  float: right;
  width: 60px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #18639c;
}

.news-group.jiguan-group  .news-group-section {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
}

.news-group.jiguan-group .ui-list-news.heading-square {
  float: left;
  width: 94%;
  margin-left: 3%;
  margin-top: 5px;
}

.news-group.jiguan-group .ui-list-news.heading-square li {
  font-size: 12px;
  line-height: 26px;
}

.news-group.jiguan-group .ui-list-news.heading-square li:before {
  width: 3px;
  height: 3px;
}




/* ====================NEW======================*/
.page-body-new {
  margin: 0;
  width: 100%;
}
.page-body-new .page-body-main {
  margin-top: 25px;
  padding-top: 0;
}

.pg-left-nav {
  float: left;
  width: 45px;
  margin-left: 24px;
}

.pg-left-nav ul,
.pg-left-nav ul li ,
.pg-left-nav ul li a {
  float: left;
  width: 100%;
}

.pg-left-nav ul li a {
  background: url(/img/2.0/pg-left-nav.png);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 12px;
  width: 45px;
  height: 89px;
  padding-top: 10px;
  color: #8e3e35;
  font-weight: bold;
  display:table;
  _position:relative;
  /*padding: 15px 14px 10px 15px;*/
}
.pg-left-nav ul li a:hover,
.pg-left-nav ul li a.on {
  background: url(/img/2.0/pg-left-nav-on.png);
  color: #fff;
}
.pg-left-nav ul li a .subwrap {   
  vertical-align: middle;
  display: table-cell;
  _position: absolute;
  _top: 50%;
}
.pg-left-nav ul li a .subwrap .content {
  _position: relative;
   _top: -50%;
  width: 18px;
  margin-left: 16px;
}
.pg-content {
  float: left;
  width: 983px;
  margin-left: 24px;
  border: none;
}

.pg-content h3.pg-content-title {
  float: left;
  width: 100%;

  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  color: #173f81;
}

.pg-content h3.pg-content-title span {
  color: #999;
  font-weight: normal;
  text-transform: uppercase;
}

.pg-content h3.pg-content-title a.right-btn {
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #8e3e35;
  width: 144px;
  height: 38px;
  line-height: 42px;
  text-indent: 20px;
  background: url(/img/2.0/right-btn.png);
  position: relative;
}

.pg-content h3.pg-content-title a.xinxiang:before {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 27px;
  height: 22px;
  content: ' ';
  background: url(/img/2.0/xinxiang.png);
}


.pg-content-main {
  float: left;
  width: 981px;
  border: 1px solid #ccc;
  margin-top: 5px;
  /*min-height: 520px;*/
  height: 533px;
  position: relative;
}


.online-server {
  width: 100%;
  position: absolute;
  bottom: 0px;
  /*float: left;*/
  background-color: #e2e2e2;
  height: 38px;
  font-size: 16px;
  line-height: 42px;
}

.online-server .left-hd {
  float: left;
  width: 120px;
  text-indent: 40px;
  background: url(/img/2.0/online_server_hd.png) no-repeat 12px 12px;
}

.online-server ul {
  float: left;
  width: 860px;
}
.online-server ul li {
  float: left;
}

.online-server ul li a {
  float: left;
  text-indent: 55px;
  position: relative;
  margin-right: 10px;
}

.online-server ul li a:before {
  position: absolute;
  content: ' ';
  left: 0;
  top: 0;
  width: 53px;
  height: 38px;
}
.online-server ul li a.zhinan:before {
  background: url(/img/2.0/online_server.png) no-repeat 0px 0px;
}
.online-server ul li a.mulu:before {
  background: url(/img/2.0/online_server.png) no-repeat -52px 0px;
}
.online-server ul li a.gongkai:before {
  background: url(/img/2.0/online_server.png) no-repeat -103px 0px;
}
.online-server ul li a.zhengce:before {
  background: url(/img/2.0/online_server.png) no-repeat -156px 0px;
}
.online-server ul li a.baogao:before {
  background: url(/img/2.0/online_server.png) no-repeat -207px 0px;
}

.online-server ul li a.zhinan:hover:before {
  background: url(/img/2.0/online_server_on.png) no-repeat 0px 0px;
}
.online-server ul li a.mulu:hover:before {
  background: url(/img/2.0/online_server_on.png) no-repeat -52px 0px;
}
.online-server ul li a.gongkai:hover:before {
  background: url(/img/2.0/online_server_on.png) no-repeat -103px 0px;
}
.online-server ul li a.zhengce:hover:before {
  background: url(/img/2.0/online_server_on.png) no-repeat -156px 0px;
}
.online-server ul li a.baogao:hover:before {
  background: url(/img/2.0/online_server_on.png) no-repeat -207px 0px;
}

.pg-center {
  float: left;
  width: 780px;
  margin-left: 28px;
}

.pg-right-nav {
  float: right;
  width: 143px;
}

.pg-right-nav ul {
  float: left;
}

.pg-right-nav ul li{
  margin-bottom: 5px;
}

.pg-right-nav ul li,
.pg-right-nav ul li a {
  float: left;
  width: 100%;
  height: 54px;
  font-size: 16px;
  line-height: 55px;
  text-indent: 15px;
}
.pg-right-nav ul li a {
  background: #eaeff4 url(/img/2.0/pg-right-nav.png) no-repeat right center;
}

.pg-right-nav ul li a:hover,
.pg-right-nav ul li a.on {
  background: #174083 url(/img/2.0/pg-right-nav-on.png) no-repeat right center;
  color: #fff;
}

.pg-center#senlin p {
  float: left;
  width: 100%;
  margin-top: 25px;
  font-size: 16px;
  line-height: 26px;
}

.pg-center#senlin .chat {
  float: left;
  width: 725px;
  height: 263px;
  margin-top: 25px;
  background-color: #f1f1f1;
  position: relative;
}

.pg-center#senlin .chat .wood {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  width: 385px;
  height: 196px;
  background: url(/img/2.0/wood.png) repeat;
  position: relative;
}

.pg-center#senlin .chat .wood p.desc {
  position: absolute;
  bottom: -40px;
  left: 0;
  color: #666;
  font-size: 16px;
  line-height: 32px;
}
.pg-center#senlin .chat .wood .bn {
  background-color: #f1f1f1;
  width: 165px;
  height: 65px;
  position: absolute;
  left: 100px;
  top: 67px;
  font-size: 42px;
  color: #666;
  font-weight: bolder;
  text-align: center;
}
.pg-center#senlin .chat .wood .bn span{
  float: left;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  font-weight: normal;
}

.pg-center#senlin .chat .wood .green {
  position: absolute;
  left: 0;
  top: 0;
  width: 315px;
  height: 34px;
  background: url(/img/2.0/wood-on.png) repeat;
}

.pg-center#senlin .chat .cc {
  float: left;
  margin-top: 20px;
  margin-left: 50px;
  width: 200px;
  height: 200px;
  background: url(/img/2.0/chat-cc.png) no-repeat;
}

.pg-center#senlin .chat .cc {
  float: left;
  margin-top: 20px;
  font-size: 32px;
  line-height: 32px;
  position: relative;
}

.pg-center#senlin .chat .cc div {
  margin-top: 70px;
  font-weight: bolder;
  color: #79b546;
  text-align: center;
}
.pg-center#senlin .chat .cc div span {
  font-size: 16px;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: normal;
}

.pg-center#senlin .chat .cc p.desc {
  position: absolute;
  bottom: -32px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #666;
}
.pg-center#senlin .number {
  float: left;
  width: 725px;
  height: 80px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.pg-center#senlin .number .part {
  float: left;
  margin-right: 10px;
}

.pg-center#senlin .number .no {
  height: 40px;
  font-size: 40px;
  line-height: 46px;
  color: #79b546;
  /*width: 210px;*/
  font-weight: bolder;
}

.pg-center#senlin .number .no span {
  font-size: 16px;
  font-weight: normal;
}

.pg-center#senlin .number .no.bk {
  background-color: #79b546;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  border-radius: 4px;
  padding: 0 5px;
  width: 70px;
  margin-right: 70px;
  text-align: center;
}

.pg-center#senlin .number .part .tit {
  float: left;
  width: 100%;
  color: #666;
  line-height: 24px;
  margin-top: 10px;
}


/* 生态 */
.pg-right-nav.shengtai{
  width: 110px;

}
.pg-right-nav.shengtai li,
.pg-right-nav.shengtai li a {
  height: 85px;
  width: 110px;
}
.pg-right-nav.shengtai li a {
  height: 50px;
  background: #e2e2e2 url(/img/2.0/shengtai-nav.png) center 10px no-repeat;
  text-align: center;
  text-indent: 0;
  padding-top: 35px;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.pg-right-nav.shengtai ul.nav > li > a:hover,
.pg-right-nav.shengtai ul.nav > li > a.on {
  padding-top: 10px;
  height: 75px;
  background: #173f81 url(/img/2.0/shengtai-nav-on.png) center 55px no-repeat;
}

.map-or-article {
  /*float: left;*/
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #e2e2e2;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}
.map-or-article div{
  float: left;
  width: 120px;
  text-indent: 20px;
  cursor: pointer;
}

.map-or-article div.on{
  background: #173f81 url(/img/2.0/online_server_hd.png) no-repeat 12px 12px;
  text-indent: 40px;
  color: #fff;
}

.pg-center#shengtai-gaikuang {
  position: relative;
  margin-top: 20px;
  height: 480px;
}
.pg-center#shengtai-gaikuang .bhq{
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 20px;
}

.pg-center#shengtai-gaikuang .bhq span {
  float: left;
  border-radius: 4px;
  background-color: #79b546;
  color: #fff;
  font-size: 40px;
  font-weight: bolder;
  padding: 5px 10px;
  margin-top: 10px;
}

.pg-center#shengtai-gaikuang .bhq p {
  float: left;
  width: 100%;
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

.pg-center#shengtai-gaikuang .bhq span.x {
  background-color: #fff;
  color: #79b546;
  font-size: 48px;
  line-height: 48px;
  padding: 0;
  margin-top: 120px;
}

.pg-center#shengtai-gaikuang .bhq p.mj {
  border: 1px solid #79b546;
  width: 200px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}



.pg-center#shengtai-gaikuang .map {
  position: absolute;
  top: 10px;
  left: 190px;
  height: 371px;
  width: 566px;
  background: url(/img/2.0/shengtai-gaikuang-map.png) no-repeat;
}

.pg-center#shengtai-gaikuang .cc {
  position: absolute;
  left: 90px;
  top: 220px;
  width: 196px;
  height: 196px;
  background: url(/img/2.0/shengtai-cc.png) no-repeat;
}

.pg-center#shengtai-gaikuang .cc span {
  float: left;
  margin-left: 45px;
  margin-top: 70px;
  font-size: 30px;
  line-height: 32px;
  color: #79b546;
  font-weight: bolder;
}
.pg-center#shengtai-gaikuang .cc span em {
  float: left;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #666;
  font-weight: normal;
}

.pg-center#shengtai-gaikuang .gy {
  position: absolute;
  top: 0;
  right: 0;
  width: 225px;
}

.pg-center#shengtai-gaikuang .gy span {
  float: right;
  color: #79b546;
  font-size: 48px;
  font-weight: bolder;
  margin-top: 20px;
}
.pg-center#shengtai-gaikuang .gy span.t {
  margin-top: 230px;
}
.pg-center#shengtai-gaikuang .gy p {
  font-size: 16px;
  line-height: 22px;
  float: right;
  width: 100%;
  text-align: right;
}

.pg-center#shengtai-gaikuang .gy p.mj {
  border:1px solid #79b546;
  width: auto;
  border-radius: 4px;
  padding: 2px 4px;
  margin-top: 6px;
}


.pg-right-nav.jiguan {
  width: 230px;
}
.pg-right-nav.jiguan .hd {
  background: #174082 url(/img/2.0/pg-right-nav-on.png) no-repeat 200px center;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-indent: 20px;
}

.pg-right-nav.jiguan ul li {
  margin-top: 0;
  margin-bottom: 0;
}

.pg-right-nav.jiguan ul li,
.pg-right-nav.jiguan ul li a {
  background: #eaeff4;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
}

.pg-right-nav.jiguan ul li a:hover,
.pg-right-nav.jiguan ul li a.on {
  color: #666;
  width: 228px;
  height: 30px;
  line-height: 28px;
  text-indent: 14px;
  border: 1px solid #174082;
  background: #eaeff4 url(/img/2.0/jiguan-list-bg.png) no-repeat 200px center;
}

.pg-center#jiguan {
  width: 700px;
  margin-bottom: 20px;
}


.pg-center#jiguan .jiguan-dongtai,
.pg-center#jiguan .jiguan-desc {
  float: left;
  width: 700px;
  margin-top: 28px;
}

.pg-center#jiguan .jiguan-desc img {
  float: left;
  width: 290px;
  height: 240px;
}

.pg-center#jiguan .jiguan-desc .desc {
  float: left;
  background-color: #eee;
  height: 240px;
  width: 410px;
  overflow: auto;
}

.pg-center#jiguan .jiguan-desc .desc  h5 {
  float: left;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 20px;
  color: #363636;
  font-weight: bolder;
  border-bottom: 2px solid #174082;
  width: 80px;
}

.pg-center#jiguan .jiguan-desc .desc .content {
  float: left;
  margin-top: 10px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 22px;
}


.pg-center#jiguan .jiguan-dongtai h3 {
  float: left;
  width: 100%;
  border-top: 4px solid #174082;
  background-color: #eee;
  border-bottom: none;
  font-size: 16px;
  line-height: 35px;
  font-weight: bolder;
  text-indent: 15px;
  height: 35px;
}

.pg-center#jiguan .jiguan-dongtai h3 a {
  float: right;
  font-size: 14px;
  margin-right: 10px;
  font-weight: normal;
}

.pg-center#jiguan .jiguan-dongtai ul {
  margin-top: 10px;
}


.pg-center#jiguan .jiguan-dongtai li {
  width: 98%;
}

.pg-center#jiguan .jiguan-dongtai li a {
  float: left;
  height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.articles-list {
  float: left;
  width: 680px;
  margin-top: 20px;
  margin-left: 20px;
}

.hr {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.articles-list ul {
  margin-bottom: 30px;
}

.articles-list ul.ui-list-news li .news-link {
  height: 34px;
  line-height: 34px;
}

.hot-list.new {
  float: right;
  width: 234px;
}
.hot-list.new .ui-border-frame-container{
  border: none;
}
.hot-list.new .ui-border-frame-container .cont-hd {
  background: #174082 url(/img/2.0/pg-right-nav-on.png) no-repeat 200px center;
  height: 40px;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-indent: 20px;  
  padding: 0;
}
.hot-list.new .ui-border-frame-container .cont-hd h3 {
  float: left;
  width: 100%;
  height: 100%;
  text-align: left;
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 44px;
}
.hot-list.new .cont-bd {
  float: left;
  width: 100%;
  padding: 0;
  background-color: #eaeff4;
}

.hot-list.new ul  {
  float: left;
  width: 100%;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.hot-list.new li {
  float: left;
  width: 100%;
  height: 38px;
}
.hot-list.new li a {
  float: left;
  width: 90%;
  margin-left: 8%;
  font-size: 14px;
  height: 38px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.articles-list .tupian .figure-summary {
  float: left;
}

.articles-list .tupian  li {
  float: left;
  width: 200px;
  height: 212px;
  margin-bottom: 30px;
}
.articles-list .tupian  li:before {
  content: none;
}

.articles-list .tupian .figure-summary {
  float: left;
  width: 100%;
}

.articles-list .tupian .figure-summary h3 {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
}

.articles-list .tupian .figure-summary p {
  float: left;
  width: 100%;
  height: 28px;
  overflow: hidden;
}

.articles-list .tupian .figure-summary img {
  height: 114px;
}
.news-article-hd {
  border-bottom: none;
}
.news-article-bd {
  /*height: 400px;*/
  margin-top: 0;
  margin-bottom: 0;
  /*overflow-y: scroll; */
}
.news-article-ft {
  display: none;
}

.articles-list .zhuanti img {
  height: 70px;
}

.articles-list .zhuanti > a {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.articles-list#feedbacks label {
  float: left;
  width: 80px;
  height: 40px;
  text-align: right;
  color: #666;
  font-size: 16px;
  line-height: 42px;
  margin-right: 10px;
  display: block;
}

.articles-list#feedbacks textarea,
.articles-list#feedbacks input {
  float: left;
  width: 270px;
  padding: 0 15px;
  border: none;
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
}

.articles-list#feedbacks p {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.articles-list#feedbacks textarea {
  float: left;
  height: 170px;
  width: 470px;
}

.articles-list#feedbacks button[type=submit] {
  width: 103px;
  height: 33px;
  border: 1px solid #999;
  font-size: 16px;
  color: #666;
}
.pg-center#senlin .chat .wood.dongwuziyuan {
  margin-left: 40px;
  margin-top: 35px;
  width: 412px;
  height: 157px;
  background:none;
  /*background-size: auto 22.7%;*/
}
.dongwu-bg {
  width: 100%;
  height: 34px;
  float: left;
  background: url(/img/2.0/dongwu/dongwu_14.png) repeat-x;
  background-size: auto 101%;
  margin-bottom: 7px;
}
.pg-center#senlin .chat .wood.dongwuziyuan p.desc {
  bottom: 35px;
}
.zhongdian {
  position: absolute;
  width: 329px;
  height: 50px;
  margin-left: 80px;
  top: 78px;
  background: #f1f1f1 url(/img/2.0/dongwu/dongwu_06.png) repeat-x;
  background-size: auto 64.1%;
}
.binwei {
  position: absolute;
  width: 329px;
  margin-left: 80px;
  height: 35px;
  top: 120px;
  background: #f1f1f1 url(/img/2.0/dongwu/dongwu_10.png) repeat-x;
  background-size: auto 98.9%;
}
.pg-center#senlin p.dongwu-desc {
  bottom: 30px;
  position: absolute;
  margin-left: 40px;
}
.pg-center#senlin .chat .cc.dongwuziyuan {
  background: url(/img/2.0/dongwu/dongwu_1.png) no-repeat;
  margin-top: 10px;
  margin-left: 65px;
  /*height: 230px;*/
  height: 253px;
}
.pg-center#senlin .chat .cc.dongwuziyuan p.desc {
  bottom: 30px;
}
.pg-center#senlin .chat .cc div.zhongdian-c {
    font-size: 16px;
    margin-top: 60px;
    margin-bottom: 16px;
    float: left;
    margin-left: 14px;
}
.pg-center#senlin .chat .cc.dongwuziyuan p.zhongdian-count {
  color: #935409;
  margin-top: 0px;
}
.pg-center#senlin .chat .cc.dongwuziyuan p {
  margin-top: 0;
  line-height: 16px;
  color: #333;
}
.pg-center#senlin .number .no.d-count {
  margin-right: 65px;
  color: #fdce5e;
}
.pg-center#senlin .number .no.y-count {
  margin-right: 25px;
  color: #935409;
}
.pg-center#senlin .number .no.bk.y {
  background: url(/img/2.0/dongwu/dongwu_19.png) no-repeat;
}
.pg-center#senlin .number.zhiwu .part {
  margin-right: 50px;
}
.pg-center#senlin .number .no.zhiwu {
  color: #16c1bf;
}
.zhiwu-left {
  width: 470px;
  height: 188px;
  float: left;
  margin-left: 30px;
  margin-top: 30px;
}
.zhiwu-bg {
  width: 100%;
  float: left;
  height: 38px;
  margin-bottom: 14px;
  background:url(/img/2.0/zhiwu/zhiwu_02.png) repeat-x;
  background-size: auto 114%;
}
div.zhiwu-bg:nth-child(4) {
  margin-bottom: 0;
}
.pg-center#senlin p.zhiwu {
  margin-top: 0;
  line-height: 45px;
}
.zhiwu-one {
  width: 378px;
  height: 40px;
  position: absolute;
  top: 85px;
  left: 77px;
  background: #f1f1f1 url(/img/2.0/zhiwu/zhiwu_01.png) repeat-x;
  background-size: auto 92%;
}
.zhiwu-two {
  width: 330px;
  height: 40px;
  position: absolute;
  top: 136px;
  left: 77px;
  background: #f1f1f1 url(/img/2.0/zhiwu/zhiwu_01.png) repeat-x;
  background-size: auto 92%;
}
.zhiwu-three {
  width: 234px;
  height: 40px;
  position: absolute;
  bottom: 37px;
  left: 77px;
  background: #f1f1f1 url(/img/2.0/zhiwu/zhiwu_04.png) repeat-x;
  background-size: 20.1% 100%;
}
.zhiwu-right {
  width: 175px;
  height: 226px;
  float: left;
  margin-left: 25px;
  position: relative;
  margin-top: 37px;
  background: url(/img/2.0/zhiwu/zhiwu_03.png) no-repeat;
}
.zhiwu-right span.gaodengzhiwu {
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.zaolei {
  position: absolute;
  top: 50px;
  left: 0px;
  width: 175px;
}
.zaolei span, .zhenjun span{
  width: 100%;
  display: block;
  text-align: center;
  line-height: 20px;
}
.zaolei span.zhiwu-count {
  color: #77cc2b;
}
.zhenjun {
  position: absolute;
  top: 92px;
  left: 0px;
  width: 175px;
}
.zhenjun span.zhiwu-count {
  color: #16c1bf;
}
.pg-center#senlin .number .no.shidi {
  color: #2268d2;
}
.pg-center#senlin .number.zhiwu .part.shidi {
  margin-right: 20px;
}
.pg-center#senlin .number .no.bk.shidi {
  background: #2268d2;
  color: #fff;
  padding: 0 10px;
}
.pg-center#senlin .number .no.bk.madi {
  background: #00a0e9;
  width: 140px;
  font-size: 25px;
  line-height: 45px;
  float: left;
  margin-right: 12px;
}
.pg-center#senlin .number .no.bk.maidika {
  width: 118px;
  background: #00a0e9;
  float: left;
  font-size: 25px;
  line-height: 45px;
  margin-right: 0;
}
.pg-center#senlin .number.zhiwu .part.shidi.madi {
  width: 330px;
}
.shidi-left-chat {
  width: 200px;
  height: 200px;
  margin-left: 35px;
  margin-top: 30px;
  float: left;
  position: relative;
  background: url(/img/2.0/shidi/shidi_03.png) no-repeat;
}
.shidi-left-chat.all {
  background: url(/img/2.0/shidi/shidi_05.png) no-repeat;
}
.shidi-count {
  position: absolute;
  top: 75px;
  left: 50px;
  font-size: 40px;
  font-weight: bold;
}
.shidi-type {
  position: absolute;
  top: 120px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: #999;
}
.yuanshengtai {
  position: absolute;
  bottom: 90px;
  left: 575px;
  padding-left: 25px;
  background: url(/img/2.0/shidi/shidi_13.png) no-repeat;
  background-position: 0 -1px; 
}
.tbet-shidi {
  position: absolute;
  bottom: 60px;
  left: 575px;
  padding-left: 25px;
  background: url(/img/2.0/shidi/shidi_16.png) no-repeat;
  background-position: 0 -1px; 
}
.tbet-zone {
  position: absolute;
  bottom: 30px;
  left: 575px;
  padding-left: 25px;
  background: url(/img/2.0/shidi/shidi_19.png) no-repeat;
  background-position: 0 -1px; 
}
.rengong_forest {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 373px;
    height: 180px;
    background: url(/img/2.0/rengong/rengong_08.png) repeat;
    position: relative;
}
.coverage_rate {
    background-color: #f1f1f1;
    width: 184px;
    height: 65px;
    position: absolute;
    left: 94px;
    top: 60px;
    font-size: 42px;
    color: #666;
    font-weight: bolder;
    text-align: center
}
.coverage_rate span {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    font-weight: normal;
}
.green_tree {
    position: absolute;
    left: 0;
    top: 0;
    width: 373px;
    height: 60px;
    background: url(/img/2.0/rengong/rengong_03.png) repeat #f1f1f1;
}
.green_tree1 {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100px;
    height: 60px;
    background: url(/img/2.0/rengong/rengong_03.png) repeat #f1f1f1;
}
.rengong_forest p {
    position: absolute;
    bottom: -40px;
    left: 0;
    color: #666;
    font-size: 16px;
    line-height: 32px;
}
.scale {
  float: left;
  margin-top: 20px;
  margin-left: 70px;
  width: 200px;
  height: 200px;
  background: url(/img/2.0/rengong/rengong_05.png) no-repeat;
  position: relative;
}
.scale.yilindi {
  width: 299px;
  height: 299px;
  margin-left: 40px;
  margin-top: 0;
  background: url(/img/2.0/yilin/yilin_06.png) no-repeat;
}
.scale div {
  margin-top: 70px;
  font-weight: bolder;
  color: #79b546;
  text-align: center;
  font-size: 30px;
}
.scale div span {
  font-size: 16px;
  float: left;
  width: 100%;
  text-align: center;
  font-weight: normal;
}
.scale.yilindi div {
  margin-top: 110px;
}
.scale.yilindi div.zhanbi {
  position: absolute;
  top: 0;
  margin-top: 0;
  left: 125px;
  width: 48px;
  height: 53px;
  background: url(/img/2.0/yilin/yilin_07.png) no-repeat;
}
.scale.yilindi div span {
  font-size: 25px;
  margin-top: 10px;
}
.pg-center#senlin .scale p {
  position: absolute;
    bottom: -32px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #666;
}
.yilin_map {
  float: left;
  width: 443px;
  height: 216px;
  /*background:url(/img/2.0/yilin/yilin_04.png) no-repeat;*/
  margin: 20px 0px 0px 130px;
}
.pg-center#senlin p.yilin_mj {
  position: absolute;
  left: 60px;
  bottom: 20px;
  width: auto;
  background:url(/img/2.0/yilin/yilin_03.png) no-repeat left 4px;
  padding-left: 20px;
  color: #666;
}
.zd_mj {
  float: left;
  width: 190px;
  height: 81px;
  background:url(/img/2.0/yilin/yilin_05.png) no-repeat left center;
  padding-left: 90px;
}
.zd_mj_data {
  width: 100px;
  font-size: 24px;
  color: #79b546;
  text-align: center;
  margin-top: 8px;
}
.zd_mj_data span {
  width: 100%;
  font-size: 14px;
  display: block;
}
.shidi-left-chat.three {
  background: url(/img/2.0/shahua/shahua_03.png) no-repeat;
  margin-top: 20px;
  width: 180px;
  height: 215px;
}
.shidi-left-chat.all.fore {
  background: url(/img/2.0/shahua/shahua_05.png) no-repeat;
  margin-top: 20px;
  width: 180px;
  height: 215px;
}
.shahua {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #ebae1c;
}
.huangmohua {
  position: absolute;
  top: 103px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #fd7c00;
}
.jiance-three {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.shahua-desc {
  position: absolute;
  left: 470px;
  top: 85px;
  line-height: 20px;
}
.shahua-huangmohua {
  position: absolute;
  left: 470px;
  top: 180px;
  padding-left: 20px;
  background: url(/img/2.0/shahua/shahua_08.png) no-repeat;
  background-position: 0 0;
}
.shahua-shatuhua {
  position: absolute;
  left: 470px;
  top: 206px;
  padding-left: 20px;
  background: url(/img/2.0/shahua/shahua_13.png) no-repeat;
  background-position: 0 0;
}
.pg-center#senlin .number .no.shidi.sha {
  color: #ebac15;
  font-size: 50px;
}
.pg-center#senlin .number .no.bk.sha {
  background: #ebac15;
  padding: 0 10px;
  margin-top: 5px;
}
.pg-center#senlin .number.zhiwu .part.shidi.sha {
  margin-right: 80px;
}
.zhuanti-right {
  float: right;
  font-size: 16px;
  font-weight: normal;
  color: #8e3e35;
  width: 150px;
  height: 40px;
  line-height: 44px;
  text-align: center;
  background: url(/img/2.0/zhuanti1.png) no-repeat center center;
  position: relative;
}
.zhuanti-right.on {
  background: url(/img/2.0/zhuanti2.png) no-repeat center center;
  color: #fff;
}
.leader-list.new {
  float: right;
  width: 220px;
}
.ui-border-frame-container.new {
  border-top: 0;
  border-right: 0;
}
.leaders#lingdao hr {
  height: 1px;
  background: #ccc;
  border-width: 0;
}
.ui-border-frame-container.new .cont-hd {
  background: #173f81;
  width: 200px;
}
.ui-border-frame-container.new .cont-hd h3 {
  color: #fff;
  background: url(/img/2.0/shengtai-nav.png) left center no-repeat;
}
.leaders.new {
  font-size: 1.1em;
}
.news-bg-layout {
  background: url(/img/decorator/line_2.png) center 0 no-repeat;
  height: 20px;
}
.hot-list.new .ui-border-frame-container.chanye .cont-hd {
  background: none;
  background: #174082;
}

.hot-list.new .ui-border-frame-container.chanye .cont-hd h3{
  width: 220px;
  margin-left: 14px;
  background: url(/img/2.0/shengtai-nav.png) left center no-repeat;
  text-indent: 2em;
}
.pg-center#jiguan .jiguan-dongtai.chanye {
  height: 220px;
}
.pg-center#jiguan .jiguan-dongtai.chanye li a {
  max-width: 88%;
}
.jidi-img{
  width: 100%;
  float: left;
  text-align: center;
  height: 290px;
  padding-top: 20px;
  background: #eee;
}
.jidi-cover-img {
  width: 420px;
  height: 275px;
  position: relative;
  margin-left: 140px;
}
.jidi-cover-img span {
  width: 39px;
  height: 41px;
  cursor: pointer;
  position: absolute;
  background: url(/img/2.0/chanye/click.png) center center no-repeat;
}
.jidi-cover-img span.active {
  background: url(/img/2.0/chanye/click_on.png) center center no-repeat;
}
.jidi-1 {
  left: 73px;
  top: 42px;
}
.jidi-2 {
  left: 129px;
  top: 118px;
}
.jidi-3 {
  left: 163px;
  top: 177px;
}
.jidi-4 {
  left: 274px;
  top: 119px;
}
.jidi-5 {
  left: 345px;
  top: 176px;
}
.jidi-cover {
  width: 220px;
  height: 150px;
  float: left;
  margin-right: 25px;
}
.jidi-cover img {
  width: 100%;
  height: 100%;
}
.jidi-summary {
  width: 435px;
  float: left;
  height: 150px;
  position: relative;
}
.jidi-summary h2 {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}
.jidi-desc {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  height: 70px;
  overflow: hidden;
}
.page-select {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-select a {
  width: 68px;
  height: 28px;
  line-height: 30px;
  background: #f1f1f1;
  display: block;
  float: left;
  margin-right: 14px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.page-select a.on {
  color: #000;
} 
.hot-list.new.jidi li {
  height: 32px;
}
.hot-list.jidi li a {
  color: #000;
  margin-left: 2%;
}
.hot-list li a.top-3 {
  max-width: 50%;
  width: auto;
}
.click-count {
  font-size: 12px;
  line-height: 35px;
  color: #999;
}
.click-count .click-count-number {
  color: #db2b2b;
}
.pg-center#jiguan .jiguan-dongtai ul.miaomu-layout {
  width: 100%;
  margin-top: 0;
  float: left;
}
.pg-center#jiguan .jiguan-dongtai ul.miaomu-layout li {
  width: 220px;
  float: left;
  margin-right: 20px;
  margin-bottom: 15px;
}
.pg-center#jiguan .jiguan-dongtai ul.miaomu-layout li:nth-child(3n) {
  margin-right: 0;
}
.pg-center#jiguan .jiguan-dongtai ul.miaomu-layout li a {
  width: 100%;
  height: 180px;
}
.pg-center#jiguan .jiguan-dongtai ul.miaomu-layout li a img {
  width: 100%;
  height: 150px;
}
.pg-center#jiguan .jiguan-dongtai ul.miaomu-layout li a span {
  width: 100%;
  float: left;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-layoput {
  position: absolute;
  left: 28px;
  bottom: 30px;
}
.page-layoput a {
  padding: 7px 14px;
  border: 1px solid #ddd;
  background: #f1f1f1;
}
.page-layoput a.on {
  background: #1663a2;
  color: #fff;
}
.page-layoput a.unable {
  color: #999;
}
.chanye-contact-layout {
  width: 935px;
  margin-left: 28px;
  margin-top: 15px;
  float: left;
}
.u-chanye-contact {
  width: 100%;
  float: left;
  margin-top: 15px;
  height: 80px;
  background: #eee;
}
.u-chanye-contact li {
  float: left;
  height: 80px;
  line-height: 80px;
  font-size: 16px;
  padding-left: 35px;
  padding-right: 20px;
}
.contact-name {
  color: #fff;
  background:  #174083 url(/img/2.0/shengtai-nav.png) left center no-repeat;
  background-position-x: 10px;
  margin-right: 10px;
}
.contact-name span {
  font-size: 18px;
}
.contact-site {
  margin-left: 10px;
  background: url(/img/2.0/chanye/site.png) left center no-repeat;
}
.contact-phone {
  margin-left: 10px;
  background: url(/img/2.0/chanye/phone.png) left center no-repeat;
}
.contact-tel {
  margin-left: 10px;
  background: url(/img/2.0/chanye/tel.png) left center no-repeat;
}
.contact-email {
  margin-left: 10px;
  background: url(/img/2.0/chanye/email.png) left center no-repeat;
}
.jidi-mien-layout {
  width: 100%;
  height: 287px;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.jidi-mien-layout img {
  width: 100%;
  height: 100%;
  float: left;
}
.jidi-mien-layout p.jidi-mien-desc {
  position: absolute;
  width: 100%;
  background: #000;
  opacity: 0.5;
  height: 35px;
  bottom: 0;
  left: 0;
}
.jidi-mien-layout p {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
}
.jidi-name {
  text-indent: 1em;
  float: left;
  line-height: 38px;
  color: #fff;
  width: 89%;
}
.jidi-change-state {
  float: left;
  width: 12px;
  height: 12px;
  background: #999b99;
  opacity: 0.8;
  margin-right: 8px;
  margin-top: 12px;
}
.jidi-change-state.on {
  background: #fff;
}
.jidi-change-state:hover {
  background: #fff;
  opacity: 0.6;
}
.pg-center#jiguan .jiguan-dongtai ul.miaomu-layout.mien li a span {
  text-align: left;
}
.pg-content-layout {
  width: 800px;
  height: 500px;
  overflow: auto;
  float: left;
  margin-top: 22px;
  margin-left: 22px;
  padding-right: 15px; 
}
.pg-content-layout.shengjing {
  height: 470px;
}
.shouhu-text {
  line-height: 25px;
  padding-left: 2em;
  padding-top: .5em;
  padding-bottom: 2em;
  border-left: 20px solid #f3f3f3;
  margin-bottom: 20px;
  border-left: none;
  padding: 0;
  float: left;
  color: #333333;
}
.news-group.shouhu {
  width: 100%;
}
.pg-content-layout.shouce {
  margin-top: 10px;
  margin-left: 10px;
  width: 760px;
}
.pg-right-nav.shouce {
  width: 160px;
  overflow: hidden;
}
.ui-border-frame-container.shouce {
  border: none;
  background: #174082;
}
.ui-border-frame-container.shouce h3 {
  color: #fff;
}
.shouce-nav-layout h3 {
  height: 37px;
  width: 100%;
  text-indent: 2.8em;
  color: #fff;
  background: url(/img/2.0/shengtai/shouce.png) no-repeat;
  line-height: 40px;
  overflow: hidden;
  float: left;
}
.shouce-nav-layout a {
  width: 100%;
  display: block;
  float: left;
}
.shouce-nav-layout a span {
  display: block;
  text-transform:uppercase;
  font-size: 14px;
  line-height: 15px;
  float: left;
}
.shouce-nav-layout a span.gaoyuan-desc .en {
  font-size: 12px;
}
.shouce-nav-layout a span.gaoyuan-desc .ch {
  text-indent: .5em;
}
.shouce-nav-layout a span.gaoyuan-desc .ch.all-month {
  text-indent: 1.5em;
}
.shouce-nav-layout a span.gaoyuan-desc .en.all-month {
  text-indent: .6em;
}
.shouce-nav-layout a span.gaoyuan-desc {
  padding-left: 3.5em;
  height: 32px;
  font-size: 14px;
  padding-top: 4px;
  background: url(/img/2.0/shengtai/gaoyuan1.png) no-repeat;
}
.shouce-nav-layout a span.gaoyuan-desc.all-month {
  margin-top: 5px;
}
.shouce-nav-layout a span.gaoyuan-desc.active {
  background: url(/img/2.0/shengtai/gaoyuan.png) no-repeat;
  color: #fff;
}
.single-month {
  height: 27px;
  margin-top: 4px;
  color: #777;
  overflow: hidden;
  background: url(/img/2.0/shengtai/month1.png) no-repeat;
}
.shouce-nav-layout a.single-month span {
  width: 100%;
  text-align: center;
  line-height: 30px;
}
.single-month.active {
  background: url(/img/2.0/shengtai/month.png) no-repeat;
  color: #fff;
}
.shouce-nav-layout a.disabled {
  margin-top: 4px;
}
.shouce-content.new {
  padding: 0;
  background: none;
  width: 100%;
}
.shouce-content.new .img-list a img {
  width: 100%;
}
.shengtai-new-content {
  float: left;
  width: 100%;
}
.news-group-section.shengtai img {
  width: 100%;
}
.mod-focus-image-slider.jidi .slider-wrapper {
  width: 100%;
  height: 230px;
}
.mod-focus-image-slider.jidi {
  margin-bottom: 25px;
}
.mod-focus-image-slider.jidi .slider-wrapper ul {
  width: 100%;
}
.pg-center#jiguan .jiguan-dongtai .slider-wrapper ul li {
  width: 100%;
}
.mod-focus-image-slider.jidi .slider-wrapper li.show {
  height: 230px;
}
.pg-center#jiguan .jiguan-dongtai ul.jidi {
  margin-top: 0;
}
.pg-center#jiguan .jiguan-dongtai .slider-wrapper ul li a {
  height: 230px;
}
.pg-center.mien#jiguan {
  margin-bottom: 0;
}
.pg-center.mien#jiguan .jiguan-dongtai ul.miaomu-layout li {
  margin-bottom: 0;
}
.page-layout.mien .pagination {
  margin-top: 20px;
}
.jiguan-dongtai.jidi {
  position: relative;
  height: 150px;
  overflow: hidden;
}
.jidi-silder-layout {
  position: absolute;
  height: 150px;
  left: 0;
}
.jidi-silder-list {
  width: 700px;
  height: 150px;
  float: left;
}