﻿html, body, * {
  font-family: Arial, "微软雅黑", Helvetica, sans-serif;
  font-size: 14px;
}
body {
  color: #222;
  -webkit-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -moz-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  -o-animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
  animation: fadeIn 1s cubic-bezier(0.44, 0.13, 0.48, 0.87);
}
a:link, a:visited {
  color: #222;
  text-decoration: none;
}
a:hover, a:focus {
  color: #e60012;
  text-decoration: none;
}
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
::-webkit-scrollbar-track-piece {
  background-color: rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, 0);
}
::-webkit-scrollbar {
  width: 5px;
  height: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 28px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.trans {
  -webkittransition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  -ms-transition: all .5s ease;
  transition: all .5s ease;
}
:focus {
  outline: 0;
}
.backfff {
  background: #fff;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
/* css3 no lte ie8*/
.rad2 {
  border-radius: 2px;
  -moz-border-radius: 2px;
}
.rad3 {
  border-radius: 3px;
  -moz-border-radius: 3px;
}
.rad5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
}
.rad8 {
  border-radius: 8px;
  -moz-border-radius: 8px;
}
.rad12 {
  border-radius: 12px;
  -moz-border-radius: 12px;
}
.amn1 {
  transition: all ease-in-out .1s 0s;
  -webkit-transition: all ease-in-out .1s 0s;
  -moz-transition: all ease-in-out .1s 0s;
  -o-transition: all ease-in-out .1s 0s;
}
.amn2 {
  transition: all ease-out .2s 0s;
  -webkit-transition: all ease-out .2s 0s;
  -moz-transition: all ease-out .2s 0s;
  -o-transition: all ease-out .2s 0s;
}
.amn3 {
  transition: all ease-in-out .3s 0s;
  -webkit-transition: all ease-in-out .3s 0s;
  -moz-transition: all ease-in-out .3s 0s;
  -o-transition: all ease-in-out .3s 0s;
}
.amn4 {
  transition: all ease-in-out .4s 0s;
  -webkit-transition: all ease-in-out .4s 0s;
  -moz-transition: all ease-in-out .4s 0s;
  -o-transition: all ease-in-out .4s 0s;
}
.amn6 {
  transition: all ease-in-out .6s 0s;
  -webkit-transition: all ease-in-out .6s 0s;
  -moz-transition: all ease-in-out .6s 0s;
  -o-transition: all ease-in-out .6s 0s;
}
.amn6 {
  transition: all ease-in-out .6s 0s;
  -webkit-transition: all ease-in-out .6s 0s;
  -moz-transition: all ease-in-out .6s 0s;
  -o-transition: all ease-in-out .6s 0s;
}
.sdw {
  -webkit-box-shadow: #999 0px 0px 8px;
  -moz-box-shadow: #999 0px 0px 8px;
  box-shadow: #999 0px 0px 8px;
}
.over {
  overflow: hidden;
}
.wrap {
  width: 100%;
}

.topbar {
  background-color: #e60012;
  overflow: hidden;
}
.topbar a {
  font-size: 12px;
  color: #fff;
  padding: 0 5px 0 0;
  line-height: 34px;
  border-radius: 4px;
  margin: 0 0 0 15px;
  text-transform: uppercase;
}
.topbar a span {
  font-size: 12px;
  margin: 0 5px;
}
.topbar a:hover {
  background-color: rgba(0, 0, 0, 0.2);
  text-decoration: underline;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  border: 0;
  border-bottom: 5px solid #9E2F32;
}
.navbar-default {
  background-color: #fff;
}
.navbar .container {
  height: 152px;
  position: relative;
  padding: 0;
}
.navbar .logo {
  float: left;
  overflow: hidden;
  width: 230px;
  height: 152px;
  background: url(../images/logo.jpg) center center no-repeat;
  background-size: 230px;
}
.navbar .menu {
  float: left;
}
.navbar .menu li a.one {
  line-height: 50px;
  white-space: nowrap;
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #9E2F32;
  font-size: 14px;
}

.searchOpen .text {
  display: block;
  width: 160px;
  opacity: 1
}
.menuicon {
  display: none;
  position: absolute;
  top: 5px;
  right: 15px;
  width: 40px;
  height: 40px;
}
.menuicon span {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.menuicon em {
  position: absolute;
  left: 0;
  top: 8px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #9E2F32;
}
.menuicon .menuicon-center em {
  top: 15px;
}
.menuicon .menuicon-bottom em {
  top: 22px;
}

.menuicon-bread-top {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  z-index: 4;
}
.menuicon-bread {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.menuicon-bread-crust-top {
  top: 15px;
  -webkit-transition: -webkit-transform 0.2s 0.2s;
  transition: -webkit-transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s;
  transition: transform 0.2s 0.2s, -webkit-transform 0.2s 0.2s;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.menuicon-bread-crust {
  display: block;
  width: 30px;
  height: 2px;
  background: #d6000f;
  position: absolute;
  left: 5px;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.menuicon-bread-center {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.0);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.0);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.0);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.0), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.0);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.menuicon-bread-bottom {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.menuicon-bread-crust-bottom {
  bottom: 15px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.menuicon-bread-crust-center {
  bottom: 23px;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.menuicon.show .menuicon-top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menuicon.show .menuicon-bottom {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menuicon.show .menuicon-top em, .menuicon.show .menuicon-bottom em {
  top: 14px
}
.menuicon.show .menuicon-center {
  opacity: 0;
}
.home-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.home-swiper .swiper-slide a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.home-swiper .swiper-pagination-bullet, .proshow-swiper .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #e2e2e2;
  opacity: 0.8;
  border-radius: 5px;
}
.proshow-swiper .swiper-pagination-bullet {
  background-color: #999
}
.home-swiper .swiper-pagination-bullet-active, .proshow-swiper .swiper-pagination-bullet-active {
  background-color: #d6000f;
}

/*首页*/
.search {
  height: 58px;
  margin-top: 46px;
  line-height: 63px;
  border-left: 1px solid #e5e5e5;
}
.search .search-img {
  width: 20px;
  height: 65px;
  background: url(../images/search.png) center no-repeat;
  display: block;
  margin: 0 10px;
}
.search .srk {
  width: 85px;
  height: 23px;
  border: 1px solid #4b4643;
  border-radius: 30px;
  text-indent: 1em;
}
.search .search-ygrk {
  display: block;
  font-size: 15px;
  color: #9E2F32;
  font-weight: bold;
  padding-left: 14px;
}
.search .over {
  margin-top: 20px;
}
.index-bt {
  font-size: 30px;
  color: #534f4d;
  display: block;
  text-align: center;
  padding-top: 26px;
  background: url(../images/index2.jpg) center bottom no-repeat;
}
.index-en {
  line-height: 37px;
  font-size: 12px;
  color: #666666;
  display: block;
  text-align: center;
  background: url(../images/index1.jpg) center no-repeat;
}
.indexNews-content {
  padding-top: 18px;
}
.indexNews-content .indexNews-left {
  width: 450px;
  height: 295px;
}
.indexNews-content .indexNews-left .news-swiper .indexNews-bt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 36px;
  display: block;
  background: url(../images/indextmd.png);
  line-height: 40px;
  width: 100%;
  font-size: 14px;
  color: #f8f9f9;
}
.news-swiper .swiper-pagination {
  text-align: right;
  padding-right: 34px;
}
.news-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #fcfcfc;
}
.indexNews-content .indexNews-right {
  width: 450px;
}
.indexNews-right .indexNews-qh {
  background: url(../images/titlebottom.png) left center no-repeat;
  background-size: 100% 100%;
  text-indent: 0.5em;
}
.indexNews-right .indexNews-qh .fl {
  font-size: 16px;
  color: #a6a6a6;
}
.indexNews-right .indexNews-qh .fl a {
  line-height: 30px;
  font-size: 16px;
  color: #fff8f8;
  display: inline-block;
}
.indexNews-right .indexNews-qh .fl .on {
  color: #9E2F32;
}
.indexNews-right .indexNews-qh .fr {
  font-size: 12px;
  color: #a6a6a6;
  line-height: 30px;
  display: block;
}
.indexNews-right .indexNews-qh .fr:hover {
  color: #9E2F32
}
.indexNews-list {
  margin-top: 5px;
}
.indexNews-list .indexNews-three {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ededed;
}
.indexNews-list .indexNews-three .fl h1 {
  font-size: 32px;
  color: #a4a4a4;
  margin: 0;
  text-align: center;
}
.indexNews-list .indexNews-three .fl span {
  font-size: 14px;
  color: #a4a4a4;
}
.indexNews-list .indexNews-three .fl span.fl {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*.indexNews-list .indexNews-three .fr{width: 370px;}*/
.indexNews-list .indexNews-three .over {
  width: 100%;
}
.indexNews-list .indexNews-three .fl p {
  font-size: 12px;
  color: #666666;
  margin-top: 8px;
}
.indexNews-content .indexNews-left .swiper-slide img {
  width: 450px;
  height: 295px;
}
.indexNews-list .indexNews-three:hover .fl span {
  color: #9E2F32
}
.indexNews-list .indexNews-three:hover .fl p {
  color: #9E2F32
}
.index-ywbk {
  padding-bottom: 68px;
}
.index-ywbk-all {
  padding: 0 15px;
}
.index-ywbk-all .col-md-3 {
  padding: 0;
  padding: 0 1px;
  position: relative;
  margin-left: 64px;
}
.index-ywbk-all .col-md-3 .yw-pro {
  opacity: 0;
  background: url(../images/indextmd2.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index-ywbk-all .col-md-3 .yw-pro span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: url(../images/index6.png) center top no-repeat;
  padding-top: 61px;
  margin-top: 30px;
}
.index-ywbk-all .col-md-3:hover .yw-pro {
  opacity: 1;
}
.index-ywbk-all .col-md-3:hover img {
  transform: scale(1.2)
}
.footer {
  background: #373b3c;
  padding-top: 31px;
}
.footer-all .footer-left p {
  padding-top: 15px;
  font-size: 12px;
  color: #999999;
}
.footer-all .footer-left p a {
  font-size: 12px;
  color: #999999;
}
.footer-all .footer-right .fl {
  text-align: right;
}
.footer-all .footer-right .fl p {
  font-size: 14px;
  color: #999999;
  padding-right: 28px;
}
.about-banner {
  background: url(../images/about1.jpg) center no-repeat;
  height: 230px;
  background-size: cover;
}
.zy-dbt {
  padding-top: 100px;
}
.zy-dbt span {
  display: block;
  text-align: center;
  color: #fcfcfb;
  font-weight: bold;
}
.zy-dbt .dbt-cn {
  font-size: 30px;
}
.zy-dbt .dbt-en {
  font-size: 20px;
}
.page-xbt {
  padding-top: 28px;
}
.page-xbt span {
  color: #000000;
  display: inline-block;
}
.page-xbt .xbt-cn {
  font-size: 26px;
  padding-right: 20px;
}
.page-xbt .xbt-en {
  font-size: 15px;
  font-weight: bold;
}
.page-nav {
  padding-top: 21px;
  border-bottom: 1px solid #9E2F32;
  padding-bottom: 27px;
}
.page-nav .page-nav-left a {
  padding: 8px 10px;
  display: inline-block;
  font-size: 16px;
  color: #454545;
  transition: all ease-in-out .4s 0s;
  -webkit-transition: all ease-in-out .4s 0s;
  -moz-transition: all ease-in-out .4s 0s;
  -o-transition: all ease-in-out .4s 0s;
}
.page-nav .page-nav-left .on {
  background: #9E2F32;
  color: #fff;
}
.page-nav .page-nav-left a:hover {
  background: #9E2F32;
  color: #fff;
}
.page-nav .page-wzdh {
  font-size: 12px;
  color: #6e6e6e;
  padding-top: 18px;
}
.page-nav .page-wzdh a {
  font-size: 12px;
  color: #6e6e6e;
}
.page-nav .page-wzdh a:hover {
  color: #9E2F32;
}
.page-bt-cn {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #534f4d;
  font-weight: bold;
  padding-top: 46px;
}
.page-bt-en {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #666666;
  background: url(../images/about3.png) center no-repeat;
  line-height: 35px;
}
.page-zhjj {
  padding: 0 30px;
  padding-top: 30px;
}
.page-zhjj p {
  font-size: 14px;
  color: #6f6e6e;
  text-indent: 2em;
  line-height: 28px;
  margin-bottom: 30px;
}
.wrap-dsj {
  background: #f2ece0;
  padding-bottom: 54px;
}
.page-dsj {
  padding: 0 33px;
}
.page-dsj .page-dsj-content {
  background: #f9f6f0;
  padding: 37px;
  margin-top: 30px;
}
.page-dsj .page-dsj-content .dsj-content-bg {
  position: relative;
  background: url(../images/about2.jpg) center no-repeat;
  background-size: contain;
  width: 800px;
  height: 256px;
}
.page-dsj .page-dsj-content span {
  position: absolute;
  top: 60px;
  left: 80px;
  width: 647px;
  height: 139px;
  line-height: 139px;
  text-align: center;
  background: url(../images/abouttmd.png);
  font-size: 30px;
  color: #ffffff;
}
.page-zzjg {
  padding-top: 20px;
  padding-bottom: 100px;
}

.lxwm-banner {
  background: url(../images/lxwm1.jpg) center no-repeat;
}
.page-lxwm {
  padding: 0 31px;
  padding-top: 43px;
  padding-bottom: 77px;
}
.page-lxwm .fl {
  width: 435px;
}
.page-lxwm .fr {
  width: 416px;
}
.page-lxwm .fr span {
  font-size: 22px;
  color: #464646;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.page-lxwm .fr p {
  font-size: 14px;
  color: #464646;
  margin-bottom: 8px;
}

.news-banner {
  background: url(../images/news1.jpg) center no-repeat;
}
.news-all .news-list {
  margin-top: 22px;
  border: 1px solid #e4e4e4;
}
.news-all .news-list .fl {
  width: 655px;
  padding: 30px 30px;
}
.news-all .news-list .fl .news-bt {
  font-size: 22px;
  color: #333333;
  float: left;
  display: block;
}
.news-all .news-list .fl .news-sj {
  width: 100px;
  height: 30px;
  display: block;
  float: right;
  background: #959595;
  margin-top: 5px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
}
.news-all .news-list .fl .news-jj {
  clear: both;
  font-size: 12px;
  color: #333333;
  padding-top: 29px;
}
.news-all .news-list:hover .fl .news-sj {
  background: #9E2F32;
}
.news-all .news-list .fr {
  width: 283px;
  height: 185px;
  overflow: hidden;
}
.news-all .news-list:hover .fr img {
  transform: scale(1.2);
}
.show-content .show-bt {
  font-size: 24px;
  color: #393737;
  display: block;
  text-align: center;
  padding-top: 30px;
}
.show-content .show-zzsj {
  text-align: center;
  font-size: 15px;
  color: #939191;
  line-height: 52px;
}
.show-content .show-nr {
  padding: 0 30px;
  padding-bottom: 120px;
}
.show-content .show-nr p {
  font-size: 16px;
  color: #393737;
  line-height: 35px;
}

.page-zjyw .page-zhjj {
  padding-bottom: 50px;
}

#pages {
  text-align: center;
  overflow: hidden;
  width: auto;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: right
}
#pages a, #pages span {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #959595;
  background: #959595;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-right: 10px;
}
#pages span {
  padding: 5px 10px;
  display: inline-block;
  border: 1px solid #9E2F32;
  background: #9E2F32;
  color: #fff;
}
#pages .recordCount{
  display: none;
}
#pages .disabled{
  pointer-events: none;
}
.page-zhjj .row .col-lg-4 {
  padding-left: 0
}
.page-zhjj .row .col-lg-4 input {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  text-indent: 1em;
}
.footer-left img {
  width: 500px;
}


@media screen and (max-width: 992px) {
  .topbar {
    display: none;
  }
  .navbar .container {
    height: 50px;
  }
  .navbar .menuicon {
    display: block;
  }
  .navbar .logo {
    width: 150px;
    height: 50px;
    background-size: 150px 30px;
  }
  .navbar .search {
    display: none;
  }
  .navbar .menu {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 3;
    width: 100%;
    height: auto;
    overflow: hidden;
    display: none;
    margin: 0;
    padding: 5px 10% 15px 10%;
    background-color: #fff;
  }
  .navbar .menu li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #9E2F32;
  }
  .navbar .menu li a.one {
    color: #9E2F32;
    font-size: 14px;
    line-height: 40px;
  }
  .navbar .menu li .one:active, .navbar .menu li .one:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
  .home-swiper.swiper-container {
    width: 100%;
    height: 280px;
  }
  .navbar .menu li .navbar-ej {
    display: none;
  }
  .navbar .menu li .navbar-ej a {
    display: block;
    text-align: center;
    color: #9E2F32;
    font-size: 14px;
    line-height: 35px;
  }
  .indexNews-content .indexNews-left {
    width: 100%;
  }
  .indexNews-content .indexNews-left .swiper-slide img {
    width: 100%;
  }
  .indexNews-content .indexNews-right {
    width: 100%;
    margin-top: 20px;
  }
  .indexNews-list .indexNews-three .fr {}
  .news-swiper .swiper-pagination {
    display: none;
  }
  .indexNews-content .indexNews-left .news-swiper .indexNews-bt {
    font-size: 12px;
  }
  .footer-all img {
    display: none;
  }
  .footer-all .footer-right {
    display: none;
  }
  .footer-all .footer-left {
    width: 100%
  }
  .footer-all .footer-left p {
    padding: 0;
    text-align: center;
  }
  .footer {
    padding-top: 15px;
  }
  .about-banner {
    height: 180px;
  }
  .page-nav .page-wzdh {
    display: none;
  }
  .zy-dbt {
    padding-top: 60px;
  }
  .page-dsj {
    padding: 0;
  }
  .page-dsj .page-dsj-content {
    padding: 5%;
  }
  .page-dsj .page-dsj-content .dsj-content-bg {
    width: 100%;
    height: 180px;
    background-size: cover;
  }
  .page-dsj .page-dsj-content span {
    width: 90%;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    left: 5%;
    top: 55px;
  }
  .page-lxwm .fl {
    width: 100%;
  }
  .page-lxwm .fr {
    width: 100%;
    padding-top: 20px;
  }
  .page-lxwm {
    padding: 20px 0;
  }
  .news-all .news-list .fl {
    width: 100%;
    padding: 5%;
  }
  .news-all .news-list .fl .news-bt {
    font-size: 20px;
  }
  .news-all .news-list .fl .news-jj {
    font-size: 14px;
  }
  .news-all .news-list .fr {
    width: 100%;
    height: auto
  }
  .news-all .news-list .fr img {
    width: 100%;
  }
  .news-all .news-list .fl .news-sj {
    float: left;
  }
  .show-content .show-nr {
    padding: 0 15px;
  }
  .page-zhjj {
    padding: 0 15px;
  }
  .indexNews-list .indexNews-three .fl .fl {
    width: 75%;
    overflow: hidden;
    height: 20px;
  }
  .index-ywbk-all .col-md-3 {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .navbar .container {
    height: 114px;
  }
  .navbar .logo {
    height: 114px;
  }
  .search {
    margin-top: 25px;
  }
  .navbar .menu {
    display: block;
  }
  .navbar .menu li {
    float: left;
    padding: 32px 10px;
    position: relative;
  }
  .navbar .menu li .navbar-ej {
    opacity: 0;
    position: absolute;
    top: 119px;
    z-index: 99;
    padding: 15px;
    left: 0;
    width: 120px;
    background: url(../images/navbtm.png);
  }
  .navbar .menu li .navbar-ej a {
    font-size: 14px;
    color: #706d73;
    display: block;
    line-height: 28px;
  }
  .navbar .menu li:hover {
    background: #9E2F32;
  }
  .navbar .menu li:hover .one {
    color: #fff;
  }
  .navbar .menu li:hover .navbar-ej {
    opacity: 1
  }
  .navbar .menu li .navbar-ej a:hover {
    color: #9E2F32
  }
  .home-swiper.swiper-container {
    width: 100%;
    height: 520px;
  }
  .navbar .menu {
    padding-left: 25px;
    padding-right: 10px;
  }
  .news-all .news-list:hover {
    background: url(../images/news3.jpg) left center no-repeat;
  }
  .page-dsj .page-dsj-content span {
    opacity: 0
  }
  .page-dsj .page-dsj-content:hover span {
    opacity: 1
  }

}
@media screen and (min-width: 1200px) {
  .navbar .menu li .navbar-ej {
    top: 157px;
  }
  .search {
    margin-top: 46px;
  }
  .navbar .menu li {
    padding: 51px 7px;
  }
  .navbar .menu {
    display: block;
  }
  .home-swiper.swiper-container {
    width: 100%;
    height: 600px;
  }
  .navbar .logo {
    width: 400px;
    height: 152px;
    background-size: 400px;
  }
  .navbar .menu li a.one {
    font-size: 15px;
  }
  .search .search-img {
    margin: 0 15px;
  }
  .search .srk {
    width: 102px;
  }
  .indexNews-content .indexNews-left {
    width: 500px;
    height: 320px;
  }
  .indexNews-content .indexNews-right {
    width: 600px;
  }
  .indexNews-list .indexNews-three .fl h1 {
    font-size: 44px;
  }
  /*.indexNews-list .indexNews-three .fr{width: 520px;}*/
  .indexNews-list .indexNews-three .fr span {
    font-size: 16px;
  }
  .indexNews-list .indexNews-three .fr p {
    font-size: 14px;
  }
  .indexNews-content .indexNews-left .swiper-slide img {
    width: 500px;
    height: 320px;
  }
  .about-banner {
    height: 300px;
  }
  .zy-dbt {
    padding-top: 127px;
  }
  .page-dsj .page-dsj-content .dsj-content-bg {
    width: 1000px;
    height: 319px;
  }
  .page-dsj .page-dsj-content span {
    top: 102px;
    left: 165px;
  }
  .page-lxwm .fl {
    width: 510px;
  }
  .page-lxwm .fr {
    width: 520px;
  }
  .page-lxwm .fr span {
    font-size: 26px;
    margin-bottom: 28px;
  }
  .news-all .news-list .fl {
    width: 790px;
    padding: 30px 38px;
  }
  .news-all .news-list .fl .news-bt {
    font-size: 27px;
  }
  .news-all .news-list .fl .news-jj {
    font-size: 14px;
  }
  .news-all .news-list .fr {
    width: 344px;
    height: 225px;
  }
}
