@charset "UTF-8";
/* base */
@media print {
  a[href]:after {
    content: none !important;
  }
  .noprint {
    display: none;
  }
}
:root {
  --mc1:#A11415;
}

.local_box li {
  display: inline-block;
}

.w {
  width: 100%;
  margin: auto;
}
@media(min-width:1000px){
.w{width:1200px;}
}
.radius {
  border-radius: 4px;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.h10 {
  height: 10px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

p {
  margin: 0;
}


body {
  min-width:100%;
  color: #343434;
  font-size: 14px;
  background: #fff;
}

.ui-sanjiao {
  width: 100%;
  padding-bottom: 100%;
  height: 50px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.ui-sanjiao:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background: #9A0C14;
  -webkit-transform: rotate(410deg) translate(-86%);
      -ms-transform: rotate(410deg) translate(-86%);
          transform: rotate(410deg) translate(-86%);
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #666 !important;
}

.text-overflow {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.box {
  overflow: hidden;
}

.box-shadow, #nry .m-gallery {
  -webkit-box-shadow: 1px 1px 6px 1px lightgrey;
          box-shadow: 1px 1px 6px 1px lightgrey;
}

ul {
  padding-left: 0;
  list-style: none;
}

a {
  color: #343434;
  text-decoration: none !important;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-hd {
  height: 40px;
  line-height: 40px;
  border-bottom: 2px solid #A9090F;
  margin-bottom: 20px;
}
.ui-hd .hd-name {
  float: left;
  font-size: 24px;
  color: #A9090F;
}
.ui-hd .hd-more {
  float: right;
  margin-top: 5px;
  color: #A9090F;
}
.ui-hd .hd-more a {
  color: #A9090F;
}

.ui-preTri {
  position: relative;
  padding-left: 12px;
}
.ui-preTri::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #999;
}

.ui-preTri-2 {
  position: relative;
  padding-left: 12px;
}
.ui-preTri-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}
.ui-preTri-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}
.ui-preTri-2:hover::before, .ui-preTri-2:hover::after {
  border-left-color: #9A0C14;
}

.ui-preDot {
  position: relative;
  padding-left: 12px;
}
.ui-preDot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #2CC63E;
  border-radius: 50%;
}

.list {
  list-style: none;
}
.list li {
  height: 36px;
  line-height: 36px;
  padding-right: 100px;
  position: relative;
}
.list li a {
  display: block;
  font-size: 14px;
}
.list li a:hover {
  color: #7b0915 !important;
}
.list li .time {
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
}
.list .more:hover {
  color: #7b0915 !important;
}

.g-bd {
  margin: 30px auto;
}

.g-sd {
  background: #fff;
  min-height: 330px;
}

.g-mn {
  min-height: 735px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* header */
.g-hd .hd-top {
  background: #E1E2E6;
  height: 35px;
  line-height: 35px;
}
.g-hd .hd-bottom .container {
  position: relative;
  overflow: hidden;
  height: 145px;
  line-height: 145px;
}
.g-hd .hd-bottom .m-logo {
  float: left;max-width: 500px;
}
.g-hd .m-logo img {
  max-width: 100%;
}
.g-hd .m-search {
  line-height: 38px;
  position: absolute;
  z-index: 99;
  right: 0;
  overflow: hidden;
  width: 250px;
  min-width: 93px;
  height: 38px;
  margin-top: 65px;
  background: #fff;
}
.g-hd .m-search .search_btn {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 40px;
  border: 0;
  outline: none;
  background: none;
  background: #7b0915;
}
.g-hd .m-search .search_btn .iconfont {
  font-size: 18px;
  color: #fff;
}
.g-hd .m-search .search_text {
  line-height: 38px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding-right: 50px;
  padding-left: 10px;
  border: 1px solid #ccc;
  outline: none;
}
.g-hd .m-search .search_text::-webkit-input-placeholder {
  color: #fff;
}
.g-hd .m-login {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 30px;
  line-height: 30px;
  z-index: 99;
}

.g-nav {
  height: 60px;
  line-height: 60px;
  margin: auto;
  background:url(../img/ico2_03.jpg);
}
.g-nav .container {
 
}
.g-nav .wrapper {
  position: relative;
  margin: auto;
}
.g-nav .nav {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  list-style: none;
}
.g-nav .nav .nLi {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 11.1111111111%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.g-nav .nav .nLi.on h3 a {
  background: #fff;
  color: #7b0915;
}
.g-nav .nav .nLi h3 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.g-nav .nav .nLi h3 a {
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  color:white;
}
.g-nav .nav .sub {
  line-height: 34px;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  height: auto;
  padding: 0 20px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #7b0915;
  white-space: nowrap;
}
.g-nav .nav .sub li {
  zoom: 1;
}
.g-nav .nav .sub li:nth-child(1) {
  margin-top: 10px;
}
.g-nav .nav .sub li:nth-last-child(1) {
  margin-bottom: 10px;
}
.g-nav .nav .sub a {
  font-size: 16px;
  display: block;
  text-align: center;
  color: #666;
  line-height: 2;
}
.g-nav .nav .sub a:hover {
  color: #7b0915 !important;
}

/* footer */
.g-footer {
  background: #2e2e2e;
  background-size: cover;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 10px solid #7b0915;
}
.g-footer .container {
  position: relative;
}
.g-footer a {
  font-size: 12px;
  color: #fff;
  display: inline;
}
.g-footer a:hover {
  opacity: 0.9;
}
.g-footer .hd {
  font-size: 18px;
  margin-bottom: 10px;
}
.g-footer .ft-2 span {
  color: #999;
}
.g-footer .ft-2 > div {
  display: inline-block;
}
.g-footer .ft-2 .wxcode {
  margin-right: 20px;
}
.g-footer .ft-2 p {
  line-height: 2;
}
.g-footer .ft-3 {
  color: #999;
}
.g-footer .ft-3 img {
  margin-top: 8px;
  margin-right: 15px;
}
.g-footer p {
  font-size: 12px;
  line-height: 2;
}
.g-footer .m-ft-2 {
  margin-top: 30px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.g-footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

/* homePage */
#homePage .box_01 {
  background: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
}
#homePage .iconfont {
  font-size: 20px;
}
#homePage .box_03 .slideTxtBox {
  overflow: hidden;
}
#homePage .box_03 .bd {
  position: relative;
  padding: 15px;
}
#homePage .box_03 .bd .more {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
#homePage .box_02 {
  margin: 30px 0;
}
#homePage .box_02 .item-wrap {
  float: left;
  width: 25%;
  padding: 0 10px;
}
#homePage .box_02 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #BD9F63;
  text-align: center;
  color: #fff;
  height: 55px;
  height: 115px;
  border-radius: 4px;
  font-size: 24px;
}
#homePage .box_02 .item:hover {
  background: #fff !important;
  color: #7b0915;
}
#homePage .box_02 .item .iconfont {
  font-size: 40px;
}
#homePage .box_04 {
  background: #fff;
}
#homePage .box_04 .bd {
  padding: 15px;
}
#homePage #lb_01 {
  height: 400px;
}
#homePage #lb_01 .swiper-container {
  height: 100%;
}
#homePage #lb_01 .swiper-slide {
  position: relative;
  width: 100%;
}
#homePage #lb_01 .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#homePage #lb_01 .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  cursor: pointer;
}
#homePage #lb_01 .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 20px;
  border-radius: 5px;
}
#homePage #lb_01 .swiper-pagination {
  z-index: 999;
  right: 5px;
  left: 78%;
  width: auto;
  bottom: 50px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #fff;
}
#homePage #lb_01 .swiper-pagination .a {
  font-size: 24px;
}
#homePage #lb_01 .swiper-pagination .b {
  font-size: 14px;
}
#homePage #lb_01 .banner_desc {
  position: absolute;
  right: 20px;
  top: 10%;
  height: 80%;
  width: 480px;
  background: rgba(123, 9, 21, 0.8);
  color: #fff;
  padding: 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#homePage #lb_01 .banner_desc .tit {
  font-size: 28px;
  margin-bottom: 20px;
}
#homePage #lb_01 .banner_desc .desc {
  font-size: 14px;
  text-align: justify;
  line-height: 2;
  text-indent: 2em;
}
#homePage #lb_01 .banner_desc .ckxq {
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: block;
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50px;
  margin: auto;
  background: #fff;
  color: #585858;
  margin-top: 35px;
}
#homePage #lb_01 .banner_desc .ckxq:hover {
  color: #7b0915;
}
#homePage .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#homePage .swiper-pagination-bullet-active {
  background: #7b0915;
}
#homePage .m-links {
  margin-bottom: 30px;
  overflow: hidden;
}
#homePage .m-links .btn-default {
  width: 80%;
  background: #EFEFEF;
  border: 0;
  border-radius: 0;
}
#homePage .m-links .btn {
  text-align: left;
}
#homePage .m-links .caret {
  float: right;
  margin-top: 10px;
}
#homePage .m-links a {
  margin-left: 15px;
  background: #F0F0F0;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  float: left;
}
#homePage .m-links a:hover {
  color: #7b0915;
}
#homePage .m-links .hd {
  float: left;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-family: -webkit-pictograph;
  font-size: 30px;
  color: #7b0915;
}
#homePage .m-links .bd {
  float: left;
}
#homePage .ty-hd {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d6d6d6;
  border-top: 3px solid #BF7F02;
  padding: 0 15px;
}
#homePage .ty-hd:hover {
  color: #7b0915;
}
#homePage .ty-hd .hd-1 {
  color: #000;
  font-size: 20px;
}
#homePage .ty-hd .hd-1 img {
  margin-left: 10px;
  margin-right: 20px;
}
#homePage .ty-hd .hd-2 {
  font-size: 16px;
  opacity: 0.7;
}
#homePage .ty-hd .hd-more {
  color: #7b0915;
  height: 100%;
  right: 20px;
  top: 0;
  position: absolute;
  font-size: 14px;
}
#homePage .ty-hd-01 {
  position: relative;
  display: inline-block;
  background: #7b0915;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 190px;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
#homePage .ty-hd-01::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  border: 5px solid transparent;
  border-top-color: #7b0915;
}
#homePage .ty-list {
  padding: 0;
  margin: 0;
}
#homePage .ty-list li {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0;
}
#homePage .ty-list li a {
  display: block;
}
#homePage .ty-list li a:hover {
  color: #7b0915;
}
#homePage .ty-list .time {
  right: 0;
  float: right;
  height: 30px;
  line-height: 30px;
}
#homePage .line-dashed {
  margin: 10px 0;
  border-top: 1px dashed #ccc;
}
#homePage .xinwen_list_top {
  padding: 0 10px;
}
#homePage .xinwen_list_top .xinwen_list_top_hd {
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
#homePage .xinwen_list_top .xinwen_list_top_desc {
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  text-indent: 2em;
  font-size: 14px;
  color: #999;
}
#homePage .xinwen_list_top .more {
  color: #C32623;
}
#homePage .xinwen_list_bottom {
  position: relative;
  overflow: hidden;
}
#homePage .xinwen_list_bottom .list {
  margin: 0;
}
#homePage .xinwen_list_bottom .bd .list li {
  height: 33px;
  line-height: 33px;
  overflow: inherit;
  position: relative;
}
#homePage .xinwen_list_bottom .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#homePage .slideTxtBox {
  text-align: left;
}
#homePage .slideTxtBox .hd {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  background: #fff;
  color: #555;
}
#homePage .slideTxtBox .hd ul {
  display: block;
  text-align: center;
}
#homePage .slideTxtBox .hd ul li {
  text-align: center;
  display: inline-block;
  margin-left: -4px;
  width: 33.3333333333%;
  cursor: pointer;
  height: 40px;
  line-height: 40px;
}
#homePage .slideTxtBox .hd ul li a {
  font-size: 18px;
  padding-bottom: 10px;
}
#homePage .slideTxtBox .on a {
  color: #C31011;
  border-bottom: 4px solid #C31011;
}
#homePage .slideTxtBox .hd ul li.on:after {
  opacity: 1;
}
#homePage .slideTxtBox .hd ul li.on .more {
  display: block;
}
#homePage .slideTxtBox .bd {
  min-height: 220px;
}
#homePage .slideTxtBox .bd .list li {
  overflow: inherit;
  position: relative;
}
#homePage .slideTxtBox .bd .list li a:hover {
  color: #333;
}
#homePage .slideTxtBox .bd .list li::before {
  position: absolute;
  font-size: 30px;
  top: 50%;
  border: 1.5px solid #000;
  border-radius: 50%;
  text-align: center;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* lby */
#lby .g-bd {
  margin: 0 auto;
  background: #fff;
}
#lby .g-bd .banner {
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
}
#lby .g-sd .main-column {
  font-size: 24px;
  line-height: 65px;
  overflow: hidden;
  height: 60px;
  padding-left: 35px;
  color: #fff;
  background: #7b0915;
  background-color: #7b0915;
  background-position: center;
}
#lby .g-sd .column-nav {
  overflow: hidden;
  background: #F7F7F7;
}
#lby .g-sd .column-list {
  margin: 0;
  padding: 10px 0;
}
#lby .g-sd .column-list li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 50px;
  border-bottom: 1px solid #ddd;
}
#lby .g-sd .column-list li:nth-last-child(1) {
  border-bottom: 0;
}
#lby .g-sd .column-list .cur {
  color: #333 !important;
  background-color: #fff;
}
#lby .g-sd .column-list .cur + ul {
  display: block !important;
}
#lby .g-sd .column-list > li > a {
  border-left: 2px solid transparent;
}
#lby .g-sd .column-list > li > a .iconfont {
  display: none;
  float: right;
}
#lby .g-sd .column-list > li > a.ac, #lby .g-sd .column-list > li > a:hover {
  color: #7b0915;
  background-color: #fff;
  border-left-color: #7b0915;
}
#lby .g-sd .column-list > li > a.ac .iconfont, #lby .g-sd .column-list > li > a:hover .iconfont {
  display: block;
}
#lby .g-sd .column-list > li > a.ac + ul, #lby .g-sd .column-list > li > a:hover + ul {
  display: block;
}
#lby .g-sd .column-list > li a {
  font-size: 18px;
  line-height: 50px;
  padding-left: 35px;
  display: block;
  height: 50px;
  padding-right: 30px;
  color: #333;
}
#lby .g-sd .column-list .sub-list {
  display: none;
}
#lby .g-sd .column-list .sub-list .ac {
  color: #333;
  background-color: #fff;
}
#lby .g-sd .column-list .sub-list .ac :before {
  border-color: #7b0915;
}
#lby .g-sd .column-list .sub-list li a {
  position: relative;
  padding-left: 45px;
}
#lby .g-sd .column-list .sub-list li a::before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -3px;
  content: "";
  border: 3px solid #ccc;
  border-radius: 50%;
  background: #666;
}
#lby .g-sd .column-list .sub-list li a:hover::before {
  border-color: #7b0915;
}
#lby .g-mn .address {
  width: 100%;
  height: 50px;
  line-height: 45px;
  text-align: right;
  position: relative;
  border-bottom: 2px solid #7b0915;
  margin: 10px 0 10px 0;
}
#lby .g-mn .address a,
#lby .g-mn .address span {
  color: #666;
}
#lby .g-mn .address .address-1 {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 12px;
}
#lby .g-mn .address .address-2 {
  opacity: 0.7;
}
#lby .g-mn .list-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 520px;
  list-style: none;
}
#lby .g-mn .list-1 .item {
  position: relative;
  display: block;
  border-bottom: 1px dashed #efefef;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
#lby .g-mn .list-1 .item:hover {
  color: #7b0915;
}
#lby .g-mn .list-1 .item .item-time {
  float: right;
  margin-right: 10px;
}
#lby .g-mn .list-1 .item .item-tit {
  font-size: 16px;
  margin-bottom: 5px;
}
#lby .g-mn .fy {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  text-align: center;
}
#lby .g-mn .fy a:hover {
  color: #7b0915;
}
#lby .g-mn .fy span {
  margin-left: 10px;
}
#lby #main-column-button {
  float: right;
  line-height: 65px;
  cursor: pointer;
  margin-left: 10px;
  width: 50px;
  text-align: center;
}

/* nry */
#nry .g-bd {
  margin-top: 0;
}
#nry .address {
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  text-align: right;
  position: relative;
}
#nry .address .address-1 {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 12px;
}
#nry .address .address-2 a,
#nry .address .address-2 span {
  color: #333;
}
#nry .address .address-2 a:hover {
  color: #7b0915;
}
#nry .g-mn {
  position: relative;
  height: auto;
  border: 1px solid #ddd;
  padding: 20px;
}
#nry .main-cnt .cnt-hd {
  position: relative;
  margin-bottom: 20px;
}
#nry .main-cnt .cnt-hd .title {
  color: #333;
  font-size: 28px;
  font-family: "黑体";
  margin: auto;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid lightgray;
}
#nry .main-cnt .cnt-hd .subtitle {
  font-size: 22px;
}
#nry .main-cnt .cnt-hd .time {
  margin: auto;
  text-align: center;
  margin: auto;
  font-size: 14px;
  height: 30px;
  font-size: 13px;
  color: gray;
}
#nry .main-cnt .cnt-hd .fx {
  position: absolute;
  right: 17px;
  bottom: 5px;
}
#nry .main-cnt .cnt-bd {
  margin: auto;
}
#nry .main-cnt .cnt-content {
  font-size: 14px;
  min-height: 340px;
  line-height: 1.8;
}
#nry .main-cnt .cnt-content p {
  margin-bottom: 10px;
}
#nry .main-cnt .cnt-content img {
  max-width: 100%;
  margin: auto;
}
#nry .main-cnt .cnt-content blockquote {
  border-left: 0;
}
#nry .main-cnt .cnt-ft {
  margin: 20px;
  text-align: center;
  font-size: 15px;
}
#nry .main-cnt .cnt-ft a {
  color: #666;
}
#nry .main-cnt .cnt-ft a:hover {
  color: #c50001;
}
#nry .main-cnt .xgxx .xgxx-hd {
  border-bottom: 1px solid lightgray;
  height: 30px;
  color: #000;
  font-size: 16px;
  position: relative;
}
#nry .main-cnt .xgxx .xgxx-hd span {
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #000;
  padding: 0 10px 0 10px;
}
#nry .main-cnt .xgxx .list {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 20px 0;
  color: #6a6a6a;
}
#nry .main-cnt .xgxx .list li {
  position: relative;
  height: 33px;
  line-height: 33px;
  border: 0;
}
#nry .main-cnt .xgxx .list li:hover {
  color: #c50001;
}
#nry .main-cnt .xgxx .list li a {
  position: absolute;
  width: 90%;
  overflow: hidden;
}
#nry .main-cnt .xgxx .list li .time {
  position: absolute;
  right: 0;
  top: 0;
}
#nry .m-gallery {
  width: 660px;
  height: 660px;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}
#nry .swiper-slide {
  background-size: cover;
  background-position: center;
}
#nry .swiper-slide .pic_text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  word-break: break-word;
  line-height: 2;
  padding: 10px;
}
#nry .swiper-slide .pic_text p {
  margin: 0;
}
#nry .swiper-slide .pic_text .pic_note {
  font-size: 14px;
  text-indent: 2em;
}
#nry .gallery-top {
  height: 80%;
  width: 100%;
}
#nry .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}
#nry .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}
#nry .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
#nry .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.8);
}

/* jsy */
#jsy .g-mn {
  width: 100%;
  height: auto;
}
#jsy .g-mn .m-top {
  position: relative;
  height: 65px;
  border-bottom: 1px solid lightgray;
}
#jsy .g-mn .m-top .search-result {
  position: absolute;
  left: 0;
  bottom: -1px;
  color: #323232;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 2px solid #323232;
}
#jsy .g-mn .m-top .search-keyword {
  position: absolute;
  right: 0;
  color: #666;
  bottom: 0;
}
#jsy .g-mn .m-top .search-keyword a {
  line-height: 26px;
  color: #666;
}
#jsy .g-mn .keyword {
  color: #cc0033;
}
#jsy .g-mn .use-time {
  color: #cc0033;
}
#jsy .g-mn .m-list {
  min-height: 735px;
  list-style: none;
  min-height: 620px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#jsy .g-mn .m-list li {
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0;
  height: 120px;
  line-height: 1.8;
}
#jsy .g-mn .m-list .item-title {
  color: #333;
  font-size: 16px;
}
#jsy .g-mn .m-list .item-title:hover {
  color: red;
}
#jsy .g-mn .m-list .item-content {
  text-indent: 2em;
}
#jsy .g-mn .m-list .item-time {
  text-indent: 2em;
}
#jsy .g-mn .m-fy {
  text-align: right;
  margin-bottom: 20px;
}




@media screen and (min-width: 768px){
  body{min-width:1200px}
  .container{width:1200px !important}
  .sj{display:none !important}
  .pc{display:block !important}
  }
  @media screen and (max-width: 768px){
    #homePage #lb_01{height:50vw}
    #homePage #lb_01 
    .swiper-slide{width:100%}
    #homePage #lb_01 .swiper-slide .banner_desc{display:none}
    #homePage #lb_01 .swiper-slide img{width:100%}
    #homePage .box_02 .item-wrap{width:50%}
    .g-sd{display:none !important}
    #homePage .box_02 .item{margin-bottom:20px}
    .m-search{display:none}
    .sj{display:block !important}
    .pc{display:none !important}
    #homePage .swiper3{height:30vw !important}
    #homePage .swiper3 .swiper-slide{height:30vw !important}
    .navbar{margin-bottom:0}#nry .g-bd{width:auto !important}
    #nry .address{text-align:left}
    #nry .address .pull-right{float:left !important}
    #nry .main-cnt .cnt-content table{width: 100% !important;}
    }
    @media screen and (min-width: 768px){
      body{min-width:1200px}
      .container{width:1200px !important}
      .sj{display:none !important}
      .pc{display:block !important}}