﻿@charset "UTF-8";
#iframe-wrap {
  overflow: visible;
  background: -webkit-linear-gradient(top, #E9EEED, #CED8D7); }

.container {
    width: 1200px;
    margin: 0 auto;
    overflow: visible;
}

#header {
  background: url(../images/header-bg.png);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  -webkit-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s; }

.header-inner {
  position: relative;
  height: 100%; }

#nav {
  float: left;
  text-align: left;
  position: relative;
  padding: 42px 28px; }

#nav li {
  float: left;
  display: inline-block;
  height: 20px;
  line-height: 20px; }

#nav li a {
  font-size: 18px;
  color: #000;
  padding: 0 38px;
  position: relative; }

#nav li a:hover {
  color: #A5866F; }

#nav li a::after, #nav li a::before {
  opacity: 0;
  content: "";
  position: absolute;
  bottom: 5px;
  width: 25px;
  height: 6px;
  background-size: cover !important; }

#nav li a::before {
  background: url(../images/nav-before.png);
  left: 5px; }

#nav li a::after {
  background: url(../images/nav-after.png);
  right: 5px; }

#nav li a:hover::after, #nav li a:hover::before, #nav li a.ac::after, #nav li a.ac::before {
  opacity: 1; }

#nav li a.ac {
  color: #A5866F; }

#nav li.span {
  overflow: hidden;
  color: #A2B8B6; }

#logo {
  float: left;
  height: 84px;
  width: auto; }

#logo img {
  width: 84px;
  height: auto; }

.top-login {
  position: absolute;
  right: 0;
  top: 24px;
  line-height: 60px; }

.top-login img {
  width: 60px; }

.top-login span {
  display: block;
  float: left;
  margin-right: 20px; }

.top-login span, .top-login span a {
  font-size: 14px;
  color: #787878; }

.top-login span a:hover {
  color: #A5866F; }

#banner {
  background: #E9F2F4;
  position: relative; }

.crumb {
  color: #666;
  padding: 11px 300px 1px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10; }

.crumb a {
  color: #666;
  font-size: 14px;
  line-height: 30px; }

.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-container img {
  margin: 0 auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swiper-pagination-bullet {
  background: #DBCBB7 !important;
  opacity: 1 !important; }

.swiper-pagination-bullet-active {
  background: #A5866F !important; }

.s1 {
  padding-top: 104px; }

.s1 .swiper-slide {
  width: 1000px !important;
  overflow: hidden;
  -webkit-transform: scale(0.85);
  transform: scale(0.85); }

.s1 .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 10;
  -webkit-box-shadow: 0px 4px 30px #87a4a2;
  box-shadow: 0px 4px 30px #87a4a2; }

.s1 .swiper-pagination {
  position: static !important;
  height: 50px; }

.s1 .swiper-pagination span {
  display: inline-block;
  margin: 21px 5px !important; }

.s1 .swiper-button-prev, .s1 .swiper-button-next {
  background: none;
  width: 15%;
  height: 100%;
  top: 0; }

.zixun {
  background: #F9F5F0; }

.zixun .container > div {
  width: 50%;
  overflow: hidden;
  padding: 26px; }

#zixun {
  background: url(../images/zixunbg.png);
  background-size: cover; }

.zixun ul li {
  padding: 30px 0 15px 0;
  border-bottom: 1px solid #F7FFF5; }

.zixun ul li a {
  line-height: 28px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: 100%; }

.zixun ul li a p {
  max-height: 56px;
  height: 56px;
  width: 75%;
  overflow: hidden; }

.zixun ul li a:hover p {
  color: #A5866F; }

.zixun ul li a span {
  color: #A5866F;
  position: absolute;
  top: 0;
  right: 0;
  width: 18%; }

.tj-banner {
  padding-bottom: 0 !important; }

.s2 {
  margin-top: 30px; }

.s2 .swiper-wrapper,
.s2 .swiper-slide {
  height: 375px !important; }

.s2 .swiper-slide a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.s2 .swiper-slide a h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #4a4a4a;
  font-size: 30px;
  background: #fff;
  text-align: left;
  padding: 0 300px 0 30px;
  bottom: 0;
  left: 0;
  line-height: 90px;
  height: 90px;
  width: calc(100% - 330px);
  opacity: .7; }

.s2 .swiper-slide a h3 i {
  position: absolute;
  font-size: 14px;
  right: 30px;
  top: 0; }

.s2 .swiper-slide a h3 i::after {
  content: "";
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  background: url(../images/dw-icon.png);
  background-size: cover !important; }

.s2 .swiper-slide a img {
  width: 100%;
  height: auto; }

.s2 .swiper-pagination {
  width: 100%;
  height: 37px;
  position: static !important; }

.s2 .swiper-pagination span {
  width: 8px;
  height: 8px;
  margin: 12px 5px !important; }

.tabgrup {
  padding-top: 30px;
  width: 100%;
  text-align: left;
  position: relative;
  line-height: 40px; }

.swiperTab:after {
  content: "";
  position: absolute;
  top: calc(50% + 15px);
  right: 0;
  border-bottom: 1px solid #A5866F;
  width: 906px; }

.tabgrup a {
  cursor: pointer;
  float: left;
  margin-right: 50px;
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  width: auto;
  background: #fff;
  position: relative; }

.tabgrup a:hover, .tabgrup a.active {
  color: #A5866F;
  position: relative; }

.tabgrup a:hover:after, .tabgrup a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #A5866F;
  width: 100%; }

.tabgrup a:last-child::after {
  content: "";
  width: 1200px;
  height: 1px;
  background: #A5866F;
  position: absolute;
  right: -1200px;
  top: 50%; }

.flox {
  color: #fbfbfb;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: 100%;
  font-weight: bold; }

.flox h2, .flox p, .flox img {
  position: absolute;
  padding: 0 30px;
  z-index: 1; }

.flox::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .8; }

.flox h2 {
  font-size: 32px;
  line-height: 45px;
  width: 100%;
  height: 45px;
  text-align: center; }

.flox p {
  line-height: 26px;
  font-size: 14px;
  max-height: 114px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  bottom: 30px; }

.flox img {
  height: 85px;
  padding: 0;
  margin: 0 auto;
  left: 50%; }

.more {
  position: relative;
  font-size: 14px;
  color: #A5866F;
  text-align: center;
  line-height: 28px;
  background: url(../images/gd.png);
  background-size: cover;
  margin-top: 10px;
  width: 44px;
  height: 28px !important; }

.more::after {
  content: "";
  width: 340px;
  border: 1px solid #A5866F;
  position: absolute;
  top: 50%;
  left: -360px;
  cursor: auto; }

.tj-banner .more::after {
  width: 200px;
  left: -220px; }

.theall {
  color: #A5866F;
  width: auto !important;
  font-weight: bold;
  line-height: 48px;
  position: relative;
  margin-left: 30px; }

.theall::after {
  content: "";
  width: 1000px;
  border: 1px solid #A5866F;
  position: absolute;
  top: 50%;
  left: 70px;
  cursor: auto; }

.tuijian .flox::after {
  background: #CEBB88; }

.tj-jianzhu .flox h2 {
  top: 30px; }

.tuijian a > img {
  width: 100%;
  height: auto; }

.tj-jianzhu .flox {
  display: none; }

.tuijian a:hover .flox {
  height: calc(100% + 1px);
  display: block; }

.tj-jianzhu {
  background: #fff;
  padding: 44px 0; }

.tj-jianzhu div {
  background: #F9F5F0; }

.tj-jianzhu a {
  width: 19%;
  float: left;
  padding-right: 1px;
  position: relative; }

.tj-jianzhu a:first-child {
  width: 24%; }

.tj-jz-wrap {
  padding: 30px; }

.tj-title {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  height: 48px;
  line-height: 48px;
  padding: 0 40px;
  width: auto; }

.tj-title::after, .tj-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-size: cover !important;
  width: 40px;
  height: 40px; }

.tj-title::before {
  left: 0;
  background: url(../images/l-h-bg.png); }

.tj-title::after {
  right: 0;
  background: url(../images/r-h-bg.png); }

.tj-txt {
  font-size: 14px;
  color: #282828;
  padding-top: 18px;
  line-height: 20px;
  max-height: 140px;
  overflow: hidden; }

.tj-wenhua .flox:after {
  background: #59A9A1;
  display: block; }

.tj-wenhua a:hover .flox {
  display: none; }

.tj-wenhua {
  background: #E9EEED;
  padding: 44px 0; }

.tj-wenhua div:first-child {
  padding-bottom: 30px; }

.tj-wenhua div > a {
  float: left;
  width: 23.5%;
  position: relative;
  margin-right: 2%; }

.tj-wenhua div > a:last-child {
  margin: 0; }

.tj-wenhua a .flox h2 {
  font-size: 24px;
  font-weight: bold;
  bottom: 20px; }

.tj-wenhua .flox p {
  bottom: 0;
  top: 30px; }

.py-icon {
  margin-left: -30px !important; }

.jz-icon {
  margin-left: -41px !important; }

.wl-icon {
  margin-left: -65px !important; }

.xq-icon {
  margin-left: -55px !important; }

.fixed-footer {
  bottom: 0;
  left: 0;
  width: 100%; }

#footer {
  background: #A5866F; }

#footer p a {
  float: left;
  color: #fff;
  line-height: 30px;
  padding: 36px 0;
  margin: 0 5px; }

#footer p a:first-child {
  padding: 0;
  margin-right: 35px; }

#footer img {
  width: 66px;
  height: auto;
  padding: 18px 0; }

#footer p {
  line-height: 102px; }

#footer #copyright {
  float: right; }

.hide, .hide1, .hide2, .tab-in-hide {
  display: none; }

.zx-hot {
  padding: 154px 0 100px; }

.zx-tab {
  position: relative; }

.zxlb-title {
  position: absolute;
  left: 555px;
  top: 0; }

.zx-hot .tabCont {
  float: left;
  width: 500px;
  height: 500px;
  background: #eee; }

.zx-hot .tabList {
  float: right;
  width: 700px;
  padding: 70px 50px 0; }

.zx-hot .tabList li {
  padding-top: 10px;
  height: 82px;
  overflow: hidden; }

.zx-hot .tabList .ac a {
  color: #A5866F; }

.zx-hot .tabList li a {
  font-size: 18px;
  float: left;
  line-height: 24px;
  width: 75%; }

.zx-hot .tabList li span {
  color: #A5866F;
  font-size: 16px;
  float: left;
  width: 25%;
  text-align: right; }

.tabItem a, .tabItem a img, .tabItem2 a, .tabItem2 a img {
  width: 100%; }

.zx-main {
  background: #fff; }

.zx-list {
  padding: 0;
  margin-top: 100px; }

ul.list a img {
  width: 100%; }

.tab-content {
  position: relative;
  padding: 15px 0; }

.tab-content > a, .tab-content div.tab-con-txt {
  float: left;
  width: 35%;
  overflow: hidden; }

.tab-content div.tab-con-txt {
  padding-left: 24px;
  width: calc(65% - 24px);
  text-align: left; }

.tab-content div.tab-con-txt h2 {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden; }

.tab-content div.tab-con-txt p, .tab-content div.tab-con-txt p a {
  font-size: 16px;
  line-height: 30px;
  max-height: 144px;
  overflow: hidden; }

.tab-content div.tab-con-txt p {
  margin-top: 10px; }

.list-main {
  text-align: center;
  margin-top: 128px; }

.list-main .tab-content {
  padding: 24px;
  margin-bottom: 24px;
  background: #fff; }

.list-main .tab-con-txt .bdsharebuttonbox span.time {
  margin-right: 48px; }

.tab-con-txt .bdsharebuttonbox {
  font-size: 14px;
  position: absolute;
  bottom: 24px;
  left: calc(24px + 35%);
  width: 63%; }

.tab-con-txt .bdsharebuttonbox a:first-child {
  font-size: 14px;
  padding: 0;
  background: none; }

.tab-con-txt .bdsharebuttonbox span.time {
  line-height: 28px;
  float: right; }

.tab-con-txt .bdsharebuttonbox .bds_tsina {
  background-position: 0 -104px; }

.tab-con-txt .bdsharebuttonbox a, .tab-con-txt .bdsharebuttonbox .bds_more {
  float: left;
  font-size: 12px;
  padding-left: 17px;
  line-height: 16px;
  height: 16px;
  background-image: url(../images/share.png);
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 6px 6px 6px 0; }

.tab-con-txt .bdsharebuttonbox .bds_weixin {
  background-position: 0 -1612px; }

.tab-con-txt .bdsharebuttonbox .bds_more {
  color: #333;
  float: left; }

.more-btn {
  text-align: center; }

.tab-more {
  font-size: 16px;
  font-weight: bold;
  color: #A5866F;
  margin: 50px auto; }

.zzg-link-wrap {
  padding: 154px 0 30px;
  text-align: center; }

.zzg-link {
  position: relative;
  display: inline-block;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 300px;
  height: 200px; }

.zzg-link > img {
  width: 100%; }

.zzg-link .flox:after {
  background: #59A9A1; }

.zzg-link .flox h2 {
  font-size: 16px;
  bottom: 30px; }

.zzg-link .flox p {
  top: 30px; }

.zzg-link .flox .ml-icon {
  margin-left: -75px; }

.zzg-link .flox .cl-icon {
  margin-left: -46px; }

.pages-inner {
  background: #fff;
  padding-top: 50px; }

.pages-inner > div > div {
  float: left;
  display: inline-block;
  min-height: 0px; }

.pages-inner .sidebar, .pages-inner .scrolllist {
  width: 280px; }

.pages-inner .pages-content {
  width: 800px;
  padding: 0 2px;
  margin:-10px 270px;
}

.pages-inner .sidebar-in a {
  font-weight: bold;
  width: calc(100% - 40px); }

.sidebar {
  position: relative; }

.sidebar-in {
  position: fixed;
  width: 280px;
  background: #E9F2F4; }

.sidebar-in span {
  background: #A5866F;
  color: #fff;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 20px; }

.sidebar-in a {
  color: #4a4a4a;
  border-top: 1px solid #CEDFE3; }

.sidebar-in a:hover, .sidebar-in a.ac {
  color: #A5866F; }

.sidebar-in a, .sidebar-in span {
  display: inline-block;
  margin: 0 20px;
  font-size: 18px;
  width: 280px;
  height: 50px;
  line-height: 50px; }

.scroll-box {
  position: fixed;
  max-width: 280px;
  width: 280px; }

.cun-list {
  padding: 10px; }

.cun-list a {
  font-size: 16px;
  line-height: 22px;
  color: #4a4a4a;
  margin-bottom: 15px; }

.cun-list a:hover {
  color: #A5866F; }

.sidebar-in .scroll_vertical_bar {
  top: -15px;
  background: none; }

.sidebar-in .scroll_drag {
  background: #CEDFE3; }

.pages-content {
  padding: 0 20px;
  font-size: 18px;
  line-height: 36px; }

.pages-content div.author {
  color: #9B9B9B;
  font-size: 16px;
  line-height: 30px;
  min-height: 30px;
  text-align: center;
  border-bottom: 1px solid #DBCBB7;
  padding-top: 10px; }

.pages-content div.author p {
  display: inline-block;
  padding: 0 10px; }

.pages-content div.author p span {
  padding-left: 10px; }

.pages-content .swiper-button-white {
  top: 10px;
  height: 100px;
  width: 50px;
  margin: 0;
  background-size: 15px 25px; }

.pages-content .swiper-button-white::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #A5866F;
  z-index: -1;
  opacity: .5; }

.pages-content .swiper-button-prev {
  left: 0; }

.pages-content .swiper-button-next {
  right: 0; }

.pages-content .slide-text {
  width: 100%;
  display: inline-block; }

.pages-content .slide-text h2 {
  font-size: 24px;
  line-height: 38px; }

.pages-content .slide-text p {
  font-size: 18px;
  line-height: 34px; }

.pages-content .swiper-pagination-fraction {
  text-align: right;
  top: 450px;
  height: 20px; }

.pages-content .swiper-pagination-current {
  font-size: 18px; }

.gallery-top {
  height: 80%;
  width: 100%; }

.gallery-top .swiper-slide {
  display: block;
  text-align: left; }

.gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0; }

.gallery-thumbs .swiper-slide {
  height: 100%; }

.gallery-thumbs .swiper-slide-active {
  position: relative; }

.gallery-thumbs .swiper-slide-active::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 4px);
  border: 2px solid #A5866F; }

.gallery-top img, .gallery-thumbs img {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 0; }

.pages-content h1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 50px;
  text-align: center; }

.pages-content .about {
  padding: 20px 0 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #DBCBB7;
  color: #9B9B9B;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }

.pages-content img {
  display: inline-block;
  max-width: 100%; }

.gallery-top .swiper-slide img {
  padding: 10px 0; }

.xsyj .theall {
  font-weight: normal; }

.xsyj .theall::after {
  border-width: .5px; }

.tip-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#E9EEED), to(#CED8D7));
  background: linear-gradient(#E9EEED, #CED8D7); }

.video-list {
  padding-top: 154px;
  position: relative; }

.video-list .v-mes {
  position: fixed;
  width: 282px;
  overflow: hidden; }

.video-list .v-grup {
  margin-left: 302px; }

.video-list .item {
  width: 32%;
  float: left;
  overflow: hidden;
  height: 270px;
  margin: 0 2% 2% 0; }

.video-list .item img {
  height: auto;
  width: 100%; }

.video-list .item:nth-child(3n+3) {
  margin-right: 0; }

.v-mes .tj-title {
  font-size: 22px;
  padding: 0 30px;
  height: 30px;
  line-height: 30px; }

.v-mes .tj-title::after, .v-mes .tj-title::before {
  height: 30px;
  width: 30px; }

.v-mes .theall {
  font-size: 16px;
  font-weight: normal;
  margin: 7px 0 7px 30px !important; }

.v-mes .abstract {
  font-size: 14px;
  line-height: 24px;
  padding-top: 15px; }

.v-grup {
  width: calc(100% - 25.5%) !important; }

.video-list .item:hover {
  color: #A5866F !important; }

.video-list .item .list-title {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin-top: 10px;
  margin-bottom: 15px; }

.video-list .item div {
  position: relative; }

.video-list .item .time {
  display: inline-block;
  color: #A5866F;
  font-size: 14px; }

.video-list .item .flox {
  /*background: transparent;*/ }

.video-list .item .flox div {
  background: #59A9A1;
  height: 100%;
  width: 100%;
  opacity: .7; }

.video-list .item .flox a {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 1; }

.video-list .item:hover .flox div {
  background: transparent; }

.video-list .item:hover .flox a {
  background: #fff; }

.video-list .item:hover .play-icon {
  border-left-color: #59A9A1; }

.play-icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 25px solid #fff;
  border-bottom: 15px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -11px;
  margin-top: -15px; }

.text-ov, .text-ov2, .text-ov10, .text-ov5, .text-ov8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-box-orient: vertical; }

.text-ov {
  -webkit-line-clamp: 1; }

.text-ov2 {
  -webkit-line-clamp: 2; }

.text-ov5 {
  -webkit-line-clamp: 5; }

.text-ov8 {
  -webkit-line-clamp: 8; }

.text-ov10 {
  -webkit-line-clamp: 10; }

.obj-guihua {
  padding-bottom: 30px; }

.obj-guihua ul li {
  width: 23.5%;
  margin-right: 2%;
  float: left;
  padding-top: 20px; }

.obj-guihua ul li:nth-child(4n+4) {
  margin: 0; }

.obj-guihua ul li img {
  width: 100%; }

.obj-guihua ul li h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  min-height: 64px;
  margin-top: 10px; }

.obj-guihua ul li p {
  font-size: 14px;
  line-height: 26px;
  min-height: 130px; }

.flfgbox {
  background: url(../images/guohui.png);
  background-size: cover;
  background-position: center;
  min-height: 420px;
  height: 420px; }

.flfgbox > div {
  width: 800px;
  padding: 30px 0; }

.flfgbox ul li {
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #DBCBB7;
  width: 100%; }

.flfgbox ul li:last-child {
  border-bottom-color: #A5866F; }

.flfgbox ul li:hover a {
  color: #A5866F; }

.flfgbox ul li a {
  width: calc(100% - 100px);
  float: left; }

.flfgbox ul li span {
  display: inline-block;
  font-size: 14px;
  float: right;
  color: #A5866F;
  width: 100px; }

.xgzz-box {
  padding: 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#E9F2F4), to(#CED8D7));
  background: linear-gradient(#E9F2F4, #CED8D7); }

.xgzz-box .container {
  overflow: visible; }

.xmgh .obj-guihua {
  padding-top: 154px; }

.xmgh .item-img img {
  background: #eee;
  min-width: 282px;
  min-height: 188px; }

.xsyj .tip-bg {
  background: url(../images/header-bg.png); }

.flfg .flfgbox {
  background: none;
  padding-top: 154px;
  height: auto; }

.flfg .flfgbox div.container {
  padding: 0; }

.flfg .crumb {
  background: none; }

#imloading {
  width: 150px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin: 10px auto 30px;
  color: #999999;
  display: none; }

.clbg {
  background: url(../images/clbg.png);
  background-size: cover !important;
  height: 500px;
  margin-top: 104px; }

.clpage .pages-inner {
  padding-top: 10px; }

.clpage .crumb {
  padding: 0; }

.cl-mes {
  background: #E9F2F4;
  padding: 10px 20px;
  font-size: 16px;
  margin-top: 20px;
  line-height: 30px; }

.d1 {
  background: #A5866F;
  margin-top: 24px; }

.d1 form {
  position: relative;
  height: 40px; }

.d1 a, .d1 input {
  float: left; }

.d1 a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  width: 112px; }

.d1 input {
  width: 78%;
  height: 40px;
  padding-left: 45px;
  background: #E9F2F4;
  color: #999;
  font-size: 14px; }

.d1 button {
  position: absolute;
  top: 0;
  right: 0px;
  width: 80px;
  height: 40px;
  border: none;
  background: #A5866F;
  cursor: pointer; }

.d1 button:before {
  content: "搜索";
  font-size: 16px;
  font-weight: bold;
  color: #fff; }

.d1 i {
  background-size: cover !important;
  height: 14px;
  width: 14px;
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 130px; }

.searchbox p {
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: #666;
  padding: 15px 0; }

.searchbox a {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  width: 100%; }

.accordion {
  width: 100%;
  padding: 20px 0; }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 0 15px;
  color: #A5866F;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #E9F2F4;
  position: relative;
  line-height: 60px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.accordion li i.c {
  display: inline-block;
  position: absolute;
  top: 20px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-top: 8.5px solid transparent;
  border-left: 14px solid #A5866F;
  border-bottom: 8.5px solid transparent; }

.accordion li i.c-down {
  right: 12px;
  left: auto;
  font-size: 16px; }

.accordion li.open i.c {
  color: #b63b4d; }

.accordion li.open i.c-down {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.submenu {
  display: none;
  background: #E9F2F4;
  font-size: 14px; }

.submenu a {
  display: block;
  text-decoration: none;
  color: #4A4A4A;
  padding: 0 20px;
  line-height: 38px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.submenu a:hover {
  color: #A6866D; }

.clpage .pages-inner > div > div {
  min-height: 500px; }

.mwzb #zxhot, .mwzb .crumb {
  background: #E9EEED; }

.mwzb .sidebar {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 100; }

.mwzb .sidebar p {
  background: #A5866F;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 24px;
  height: 24px;
  text-align: center; }

.mwzb .sidebar span {
  display: inline-block;
  background: #fff;
  padding: 3px; }

.mwzb .sidebar span img {
  height: 64px;
  width: 64px; }

.mwzb .zx-hot {
  padding: 50px 0; }

.mwzb .zx-hot .tabList, .mwzb .zx-hot .tabCont {
  width: 580px; }

.mwzb .zxlb-title {
  left: 625px; }

.mwzb .zx-hot .tabCont {
  height: auto; }

.mwzb .zx-hot .tabList li a {
  width: auto; }

.mwzb .zx-hot .tabList li, .mwzb .zx-hot .tabList li a {
  line-height: 36px;
  height: 36px;
  padding: 0; }

.mwzb .zx-hot2 .tabList2 {
  float: left;
  padding: 70px 50px 0 0; }

.mwzb .zx-hot2 .tabCont2 {
  float: right; }

.mwzb .zx-hot2 .zxlb-title {
  left: 0; }

.mwzb #zxhot2 {
  background: url(../images/header-bg.png); }

.mwzb .theall {
  margin-left: 10px !important; }

.mwzb .theall::after {
  display: none; }

.xgzz .crumb {
  background: #E9F2F4; }

.xgzz-box {
  background: #E9F2F4;
  padding-top: 184px; }

#pagination > li > a:hover {
  background: #DBCBB7;
  border-color: #DBCBB7; }

#pagination > li > a {
  border-color: #DBCBB7;
  color: black;
  background: transparent; }

#pagination > .active > a {
  background: #A5866F;
  border-color: #A5866F;
  color: #fff; }

/*# sourceMappingURL=global.css.map */
