@charset "UTF-8";
body {
  font-family: "Times New Roman", Times, serif, Arial, sans-serif, "Microsoft YaHei";
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

html {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover {
  text-decoration: none;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.container {
  width: 95%;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1480px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1600px;
  }
}
/* 动画延迟结束 */
img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.rel {
  position: relative;
}

.flex {
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pic {
  width: 100%;
  height: 100%;
  position: relative;
}
.pic a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.pic .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.showDiv {
  visibility: visible !important;
  opacity: 1 !important;
}

body {
  overflow-x: hidden;
  position: relative;
}

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 0 5rem;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));
}
.header .logo {
  float: left;
}

.top-links {
  float: right;
  background: #94080b;
  padding: 10px 0;
  border-radius: 20px;
  height: 40px;
}
.top-links li {
  padding: 0 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 18px;
}
.top-links li a {
  font-size: 1rem;
  color: #fff;
}
.top-links li:last-child {
  border-right: none;
}
.top-links .en a {
  display: inline-block;
  padding: 0 1.875rem 0 2.5rem;
  background: url(../images/ico-seclect.png) right center no-repeat;
  position: relative;
}
.top-links .en a:before {
  content: "";
  width: 23px;
  height: 18px;
  background: url(../images/ico-en.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.top-links .ss {
  cursor: pointer;
  position: relative;
}
.top-links .ss img {
  text-align: center;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.menu-btn {
  position: absolute;
  width: 95px;
  height: 40px;
  background: #94080b;
  border-radius: 20px;
  top: 0;
  right: -110px;
}
.menu-btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* 搜索 */
.search-box {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}
.search-box .close {
  font-size: 40px;
  font-family: icon;
  position: absolute;
  right: 50px;
  top: 50px;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  color: #ccc;
}
.search-box .inner {
  max-width: 550px;
  width: 90%;
  max-width: 61.25rem;
  position: relative;
  z-index: 2;
  border-radius: 6.25rem;
  padding: 10px 15px;
  opacity: 1;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  margin: -1.875rem auto 0;
  overflow: hidden;
}
.search-box .text {
  background: none;
  font-size: 1rem;
  float: left;
  width: calc(100% - 125px);
  color: #333;
  line-height: 2.5rem;
  padding-left: 10px;
}
.search-box input::-webkit-input-placeholder {
  color: #B2AEAE;
}
.search-box input::-moz-placeholder {
  color: #B2AEAE;
}
.search-box input:-ms-input-placeholder {
  color: #B2AEAE;
}
.search-box input::-ms-input-placeholder {
  color: #B2AEAE;
}
.search-box input::placeholder {
  color: #B2AEAE;
}
.search-box input::-webkit-input-placeholder {
  color: #B2AEAE;
}
.search-box input::-ms-input-placeholder {
  color: #B2AEAE;
}
.search-box .btn {
  cursor: pointer;
  float: right;
  line-height: 2.5rem;
  border-radius: 6.25rem;
  opacity: 1;
  background: #D8060F;
  padding: 0 1.125rem;color:#fff;
}
.search-box .btn p {
  float: right;
  font-size: 0.9375rem;
  color: #fff;
  padding-left: 25px;
  background: url(../images/search.png) left center no-repeat;
}

/* 搜索 */
/* 导航 */
.navbar {
  position: relative;
  z-index: 9;
  float: right;
  margin-right: -1.75rem;
}
.navbar li {
  padding: 0 1.75rem;
  position: relative;
}
.navbar li .lv1 {
  display: block;
  font-size: 1.375rem;
  color: #fff;
  position: relative;
  line-height: 2.5rem;
}
.navbar li.current .lv1,
.navbar li:hover .lv1 {
  color: #94080b;
}
.navbar .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(184, 16, 5, 0.7);
  border-radius: 0 0 10px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}
.navbar .subnav dd {
  padding: 8px 5px;
  text-align: center;
  position: relative;
}
.navbar .subnav dd > a {
  font-size: 1rem;
  color: #fff;
}
.navbar .subnav dd:hover {
  background: rgb(184, 16, 5);
}
.navbar .subnav dd:hover .lv3 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.navbar .subnav dd.hasChild:after {
  content: "";
  border-left: 8px solid #D5E3F7;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -4px;
  display: none;
}
.navbar .subnav dd:hover:after {
  display: block;
}
.navbar li:hover .subnav {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.navbar:before,
.navbar:after {
  content: "";
  width: 9999px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: calc(50% - 1px);
}

.navbar:before {
  right: calc(100% + 1.25rem);
}

.navbar:after {
  left: calc(100% + 1.25rem);
}

/* 全屏导航 */
.menu-box {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  display: block;
  background: rgb(184, 16, 5);
  z-index: 0;
  width: 100%;
  padding: 1.875rem 3%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}
.menu-box .logo,
.menu-box .top-links,
.menu-box .search-box {
  display: none;
}
.menu-box .navbar {
  display: block;
  float: none;
  width: 100%;
  background: none;
  padding-top: 4rem;
  margin: 0;
}
.menu-box .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-box .navbar li {
  text-align: center;
  padding: 0 2rem;
}
.menu-box .navbar li .lv1 {
  display: block;
  color: #fff !important;
  padding: 0;
  line-height: 40px;
  text-align: center;
  font-weight: normal !important;
  background: none !important;
}
.menu-box .navbar li em {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 2.5rem;
  width: 20px;
  background: url(../images/nav-select.png) center center no-repeat;
}
.menu-box .navbar .subnav {
  position: relative;
  display: block;
  background: none;
  padding: 0 0px 0 10px;
  -webkit-transform: none !important;
          transform: none !important;
  -webkit-transition: 0s;
  transition: 0s;
  top: 0;
}
.menu-box .navbar .subnav dd {
  text-align: left;
  position: relative;
  background: none !important;
}
.menu-box .navbar .subnav a {
  color: #fff !important;
  display: block;
  line-height: 30px;
}
.menu-box .navbar li.active .subnav {
  display: block !important;
}
.menu-box .navbar .lv3 {
  -webkit-transform: none !important;
          transform: none !important;
  background: none !important;
  position: relative;
  left: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
  display: none;
  -webkit-transition: none;
  transition: none;
}
.menu-box .navbar .lv3 a {
  padding: 0 10px;
}
.menu-box .navbar dd:hover:after {
  display: none !important;
}
.menu-box .navbar:before {
  display: none;
}

body.side-right {
  overflow: hidden;
}
body.side-right .menu-box {
  opacity: 1;
  visibility: visible;
  z-index: 99;
}
body.side-right .menu-box .close {
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
}
body.side-right .menu-box .close b {
  position: absolute;
  background: #fff;
  left: 0;
  top: 50%;
  width: 30px;
  height: 2px;
}
body.side-right .menu-box .close b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
body.side-right .menu-box .close b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/* 全屏导航 */
/* banner焦点图 */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 46vw;
  max-height: 900px;
  min-height: 220px;
}
.banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiper-container .pic {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .swiper-container .tit {
  position: absolute;
  padding: 10px 10px 10px 12.5rem;
  background: url(../images/banner-tit.png) no-repeat;
  background-size: 100% 100%;
  left: 0;
  bottom: 9rem;
  max-width: 50%;
}
.banner .swiper-container .tit h2 {
  font-size: 3.75rem;
  font-weight: normal;
  color: #fff;
  line-height: 4.375rem;
}
.banner .banner-pagination {
  position: absolute;
  width: auto;
  text-align: right;
  bottom: 2.375rem;
  right: 0;
  z-index: 9;
}
.banner .banner-pagination span {
  display: inline-block;
  margin: 0 8px 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: none;
  opacity: 1;
  cursor: pointer;
  background: #fff;
}
.banner .banner-pagination .swiper-pagination-bullet-active {
  width: 36px;
  height: 36px;
  background: url(../images/banner-dot.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  margin-right: 50px;
  position: relative;
}
.banner .banner-pagination .swiper-pagination-bullet-active:after {
  content: "";
  width: 35px;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  right: -40px;
  top: calc(50% + 1px);
}
.banner .banner-pagination span:last-child:after {
  display: none !important;
}
.banner .banner-pagination span:last-child {
  margin-right: 0 !important;
}

/* banner焦点图结束 */
/* 中部版块 */
@-webkit-keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}
@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}
@-webkit-keyframes circleAnim {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circleAnim {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes oline {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.25;
  }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.25;
  }
}
@keyframes oline {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.25;
  }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.25;
  }
}
@-webkit-keyframes mline {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.55;
  }
  65% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.55;
  }
}
@keyframes mline {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.55;
  }
  65% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.55;
  }
}
/* 首页中部区域 */
/* 通用样式 */
.index-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 2.25rem;
  text-align: center;
}
.index-title h2 {
  font-family: Source Han Serif CN;
  font-size: 2.25rem;
  font-weight: bold;
  color: #000;
}

.index-more {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: Microsoft YaHei;
  display: block;
  color: #808080;
  font-size: 1rem;
  padding-right: 30px;
 
  background-size: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index-more:hover {
  color: #D8060F;
}

/* 通用样式 */
/* row1 */
.row1 {
  padding: 5rem 0 1.75rem;
  overflow: hidden;
  background: url(../images/row1-bg.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.row1 .container {
  position: relative;
}
.row1 .title {
  overflow: hidden;
  margin-bottom: 3.125rem;
  position: relative;
}
.row1 .title h2 {
  font-size: 3.75rem;
  color: #fff;
  font-weight: normal;
}
.row1 .title .more {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../images/index-more01.png) left top no-repeat;
  background-size: auto 100%;
  padding: 1.5rem 0 0.75rem 6.25rem;
}
.row1 .title .more a {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
  padding-right: 2.5rem;
  background: url(../images/more01.png) center right no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.row1 .title .more a:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.news-pic {
  float: left;
  width: 50%;
  position: relative;
  padding: 3.5rem 2.5rem 3.5rem 0;
}
.news-pic .pic {
  width: 100%;
  height: 25rem;
  padding: 0 3rem 2.25rem;
  position: relative;
  overflow: hidden;
}
.news-pic .pic a {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.news-pic .pic .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-pic .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.news-pic .pic:before {
  content: "";
  width: 100%;
  height: 5rem;
  background: #b90004;
  position: absolute;
  bottom: 0;
  left: 0;
}
.news-pic .txt {
  padding: 2.25rem 3rem 0;
  position: relative;
}
.news-pic .txt .date {
  font-size: 1.25rem;
  color: #94080b;
  font-weight: bold;
}
.news-pic .txt .tit {
  display: block;
  margin-top: 1rem;
  font-size: 1.375rem;
  color: #000000;
  font-weight: normal;
  line-height: 1.75rem;
  height: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-pic .txt .tit:hover {
  color: #94080b;
}
.news-pic .txt .abst {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-pic .txt .line {
  position: relative;
  height: 1.75rem;
  border-bottom: 1px solid #b90004;
}
.news-pic .txt .line:after {
  content: "";
  width: 24px;
  height: 11px;
  background: url(../images/news-jiantou.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-pic .news-number {
  position: absolute;
  z-index: 9;
  top: 11rem;
  left: -3.125rem;
}
.news-pic .news-number .prev,
.news-pic .news-number .next {
  width: 16px;
  height: 9px;
  cursor: pointer;
}
.news-pic .news-number .prev {
  background: url(../images/news-prev.png) no-repeat;
  background-size: 100% 100% !important;
  margin-top: 1.5rem;
}
.news-pic .news-number .next {
  background: url(../images/news-next.png) no-repeat;
  background-size: 100% 100% !important;
  margin-bottom: 1.5rem;
}
.news-pic .news-pagination {
  color: #94080b;
  font-size: 1.25rem;
  position: relative;
  text-align: center;
  padding-top: 1.5rem;
}
.news-pic .news-pagination span {
  display: block;
  opacity: 1;
  background: none;
  font-weight: bold;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.news-pic .news-pagination .swiper-pagination-current {
  position: absolute;
  bottom: 0;
}

.news-pic:before {
  content: "";
  background: #fff;
  width: 200%;
  height: 100%;
  position: absolute;
  right: -3.25rem;
  top: 0;
}

.news-txt {
  float: right;
  width: 50%;
  position: relative;
  padding-left: 6.5rem;
}
.news-txt li {
  padding: 2.125rem 0 2.125rem 2.5rem;
  position: relative;
}
.news-txt li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-txt li .date {
  color: #fabba4;
  font-size: 1.25rem;
  font-weight: 100;
  overflow: hidden;
}
.news-txt li .date p {
  display: inline-block;
  position: relative;
}
.news-txt li .date p:after {
  content: "";
  width: 999px;
  height: 1px;
  background: rgba(255, 204, 153, 0.3);
  position: absolute;
  left: calc(100% + 20px);
  top: calc(50% - 1px);
}
.news-txt li .tit {
  margin-top: 1rem;
  font-size: 1.25rem;
  color: #fff;
  font-weight: normal;
  line-height: 1.75rem;
  height: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-txt li .abst {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.news-txt li:before {
  content: "";
  width: 200%;
  height: 100%;
  background: url(../images/newstxt-bg.png) left center no-repeat #ffe9d6;
  position: absolute;
  left: 0;
  top: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-txt li:after {
  content: "";
  width: 200%;
  height: 1px;
  background: #ffe9d6;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-txt li.active .date {
  color: #b90004;
}
.news-txt li.active .date p:after {
  display: none;
}
.news-txt li.active .tit {
  color: #000;
}
.news-txt li.active .abst {
  display: block;
}
.news-txt li.active:before,
.news-txt li.active:after {
  visibility: visible;
  opacity: 1;
}

/* row1 */
/* row2 */
.row2 {
  padding: 4.5rem 0;
  background: url(../images/row2-bg.png) center right no-repeat;
  background-size: cover;
  position: relative;
}
.row2 .title {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 3rem;
}
.row2 .title h2 {
  padding-top: 5.25rem;
  padding-bottom: 1.625rem;
  font-size: 3.75rem;
  color: #94080b;
  font-weight: normal;
  background: url(../images/row2-title.png) top center no-repeat;
  background-size: auto 100%;
}
.row2 .more {
  position: relative;
  float: left;
  z-index: 9;
  margin-top: -4rem;
  display: block;
  background: url(../images/index-more02.png) left top no-repeat;
  background-size: auto 100%;
  padding: 1.5rem 0 0.75rem 6.25rem;
}
.row2 .more a {
  display: inline-block;
  font-size: 1rem;
  color: #94080b;
  padding-right: 2.5rem;
  background: url(../images/more02.png) center right no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.row2 .more:hover a {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.index-events {
  padding-left: calc(50% - 800px);
}
.index-events .swiper-container {
  padding-bottom: 4rem;
}
.index-events * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-events li {
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.1);
}
.index-events li a {
  display: block;
  position: relative;
  padding: 3.125rem 2.125rem 5.5rem;
  background: url(../images/events-logo01.png) right bottom no-repeat #fff;
}
.index-events li a:before {
  content: "";
  background: url(../images/events-logo02.png) right bottom no-repeat #b90004;
  -webkit-box-shadow: 0 10px 15px 0 rgba(185, 0, 4, 0.2);
          box-shadow: 0 10px 15px 0 rgba(185, 0, 4, 0.2);
  width: 98%;
  height: 98%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.index-events li .date {
  font-size: 1.25rem;
  color: #b90004;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b90004;
  position: relative;
}
.index-events li .date:after {
  content: "";
  width: 23px;
  height: 11px;
  background: url(../images/jiantou01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-events li .tit {
  position: relative;
  margin-top: 2.5rem;
  font-size: 1.25rem;
  color: #191919;
  font-weight: normal;
  line-height: 1.75rem;
  height: 3.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-events li .abst {
  position: relative;
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index-events li:hover {
  -webkit-box-shadow: 0 15px 20px 0 rgba(185, 0, 4, 0.2);
          box-shadow: 0 15px 20px 0 rgba(185, 0, 4, 0.2);
}
.index-events li:hover a:before {
  visibility: visible;
  opacity: 1;
}
.index-events li:hover .date {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.index-events li:hover .date:after {
  background: url(../images/jiantou02.png) no-repeat;
  background-size: 100% 100%;
}
.index-events li:hover .tit,
.index-events li:hover .abst {
  color: #fff;
}

.events-more {
  position: relative;
  text-align: right;
}
.events-more .more {
  position: absolute;
  left: 0;
  bottom: 10px;
}
.events-more .events-prev,
.events-more .events-next {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 1px solid #b86b68;
  display: inline-block;
  z-index: 9;
  cursor: pointer;
}
.events-more .events-prev {
  background: url(../images/event-prev01.png) center center no-repeat;
  right: 4.5rem;
}
.events-more .events-next {
  background: url(../images/event-next01.png) center center no-repeat;
  right: 0;
}
.events-more .events-prev:hover {
  background: url(../images/event-prev02.png) center center no-repeat #b90004;
}
.events-more .events-next:hover {
  background: url(../images/event-next02.png) center center no-repeat #b90004;
}

/* row2 */
/* row3 */
.row3 {
  padding: 6rem 0 7rem;
  background: url(../images/row3-bg.png) no-repeat;
  background-size: cover;
}
.row3 .title {
  text-align: center;
  padding: 0 5%;
  margin-bottom: 4.375rem;
}
.row3 .title h2 {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
  font-size: 3.75rem;
  color: #94080b;
  font-weight: normal;
  background: url(../images/row3-title.png) top center no-repeat;
  background-size: auto 100%;
}
.row3 .more {
  position: relative;
  margin-top: 4rem;
  z-index: 9;
  display: block;
  text-align: center;
  overflow: hidden;
}
.row3 .more a {
  display: inline-block;
  font-size: 1rem;
  color: #94080b;
  padding-right: 2.5rem;
  background: url(../images/more02.png) center right no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.row3 .more a:before,
.row3 .more a:after {
  content: "";
  width: 20px;
  height: 10px;
  background: url(../images/jiantou01.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 50%;
}
.row3 .more a:before {
  left: 0;
  background: url(../images/jiantou03.png) no-repeat;
  background-size: 100% 100%;
}
.row3 .more a:after {
  right: 0;
}
.row3 .more p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.row3 .more:before,
.row3 .more:after {
  content: "";
  width: calc(50% - 8.75rem);
  height: 1px;
  background: #b90004;
  position: absolute;
  top: 50%;
}
.row3 .more:before {
  left: 0;
}
.row3 .more:after {
  right: 0;
}
.row3 .more:hover p {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.index-connect ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-connect li {
  width: calc(25% - 0.875rem);
}
.index-connect li a {
  display: block;
  width: 100%;
  padding-bottom: 30%;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eee4d7;
  position: relative;
}
.index-connect li .pic {
  position: absolute;
  top: 0;
  left: 0;
}

/* row3 */
/* 底部 */
.footer {
  background: url(../images/footer-bg.png) no-repeat;
  padding: 3.75rem 0 5.125rem;
  background-size: cover;
}
.footer .container {
  position: relative;
}
.footer .row .left {
  float: left;
  width: 48%;
}
.footer .row .right {
  float: right;
  width: 48%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-logo img {
  max-width: 480px;
}
.footer .contact {
  margin-top: 2.5rem;
}
.footer .contact p {
  font-size: 1rem;
  line-height: 2.25rem;
  padding-left: 3rem;
  color: #fff;
}
.footer .contact .code {
  background: url(../images/ico-email.png) center left no-repeat;
}
.footer .contact .add {
  background: url(../images/ico-address.png) center left no-repeat;
}
.footer .footer-nav {
  padding-right: 3.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 90%;
}
.footer .footer-nav ul {
  overflow: hidden;
}
.footer .footer-nav li {
  float: left;
  width: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 3.25rem;
  height: 3.25rem;
  padding: 0 2rem;
}
.footer .footer-nav a {
  color: #fff6e4;
  display: inline-block;
  font-size: 1rem;
  padding-left: 12px;
  position: relative;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer .footer-nav a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.footer .footer-nav a:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff6e4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.footer .ewm {
  padding-left: 2.825rem;
  text-align: center;
}
.footer .ewm p {
  margin-top: 1rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1rem;
}

/* 底部 */
/* 列表页 */
/* 列表banner */
.listbanner {
  overflow: hidden;
  width: 100%;
  height: 28vw;
  max-height: 450px;
  min-height: 220px;
}
.listbanner .pic {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-page {
  position: relative;
  z-index: 3;
  min-height: 600px;
  padding: 1.25rem 0 5.625rem;
  background: url(../images/listpage-bg.png) top center no-repeat #fffbf5;
}
.list-page .left {
  float: left;
  width: 18.75rem;
}
.list-page .right {
  float: right;
  width: calc(100% - 25.3125rem);
}
.list-page .page {
  text-align: center;
}

.weizhi {
  overflow: hidden;
  padding-left: 25px;
  background: url(../images/home.png) left center no-repeat;
  background-size: auto 19px;
  color: #cecece;
  margin-bottom: 1rem;
}
.weizhi a {
  font-size: 1rem;
  color: #cecece;
  margin: 0 10px;
}

.location {
  overflow: hidden;
  padding-top: 3.375rem;
  position: relative;
  margin-bottom: 2.25rem;
}
.location h2 {width:20rem;
  float: left;
  font-size: 2.0625rem;
  color: #981215;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}
.location h2 p:before {
  content: "";
  background: #b90004;
  width: 165px;
  height: 5px;
  position: absolute;
  left: calc(100% + 7.5rem);
  bottom: 10px;
}
.location h2 p:after {
  content: "";
  background: #b06d6f;
  width: 9999px;
  height: 1px;
  position: absolute;
  left: calc(100% + 7.5rem);
  bottom: 10px;
}
.location h2:before {
  content: "";
  width: 18.9375rem;
  height: 7.5rem;
  background: url(../images/listpage-jianzu.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 10px;
  left: calc(100% + 2rem);
}

.list-nav {
  background: url(../images/leftnav-bg.png) bottom right no-repeat #fff5e7;
  border-top: 2px solid #b90004;
  padding-bottom: 9.25rem;
  text-transform: uppercase;
}
.list-nav .phone-column {
  display: none;
}
.list-nav .subnav li .lv2 {
  padding: 1.5625rem 2.5rem;
  display: block;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #f2c7bc;
  font-size: 1.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.list-nav .subnav li .lv2 em {
  color: rgba(185, 0, 4, 0.1);
  font-size: 4.0625rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.list-nav .subnav li .lv2:after {
  content: "";
  width: 8px;
  height: 0;
  background: #b90004;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.list-nav .subnav li.current .lv2,
.list-nav .subnav li .lv2:hover {
  color: #b90004;
}
.list-nav .subnav li.current .lv2 em,
.list-nav .subnav li .lv2:hover em {
  opacity: 1;
  visibility: visible;
}
.list-nav .subnav li.current .lv2:after,
.list-nav .subnav li .lv2:hover:after {
  height: 100%;
}
.list-nav .subnav dd {
  display: none;
}
.list-nav .subnav dd * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-nav .subnav dd dl {
  padding: 1rem 2.5rem;
  position: relative;
  border-bottom: 1px solid #f2c7bc;
}
.list-nav .subnav dd dl:after {
  content: "";
  width: 8px;
  height: 0;
  background: #b90004;
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.list-nav .subnav dd dl.current:after,
.list-nav .subnav dd dl:hover:after {
  height: 100%;
}
.list-nav .subnav dd a {
  font-size: 1rem;
  color: #9d9d9d;
  display: inline-block;
  padding: 5px 0 5px 1.25rem;
  line-height: 20px;
  position: relative;
}
.list-nav .subnav dd a:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 1px solid #9d9d9d;
  position: absolute;
  left: 0;
  top: 10px;
}
.list-nav .subnav dd em {
  color: rgba(185, 0, 4, 0.1);
  font-size: 4.0625rem;
  position: absolute;
  left: -1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.list-nav .subnav dd dl:hover a,
.list-nav .subnav dd dl.current a {
  color: #b90004;
}
.list-nav .subnav dd dl:hover a:before,
.list-nav .subnav dd dl.current a:before {
  border: 1px solid #b90004;
  background: #b90004;
}
.list-nav .subnav dd dl:hover em,
.list-nav .subnav dd dl.current em {
  visibility: visible;
  opacity: 1;
}
.list-nav .subnav li.current dd {
  display: block;
}

.list-news li {
  overflow: hidden;
  padding: 1.375rem 2rem;
  margin-bottom: 2rem;
  position: relative;
  background: #F7F7F7;
}
.list-news li .pic {
  float: left;
  width: 255px;
  height: 166px;
  overflow: hidden;
  position: relative;
}
.list-news li .pic a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-news li .pic a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.list-news li .txt {
  float: right;
  width: calc(100% - 290px);
  position: relative;
}
.list-news li .txt * {
  position: relative;
}
.list-news li .tit {
  display: block;
  color: #333333;
  font-size: 1.25rem;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-news li .abst {
  margin-top: 10px;
  font-size: 1rem;
  color: #666666;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-news li .date {
  margin-top: 10px;
  color: #B81005;
  overflow: hidden;
  margin-bottom: 1.25rem;
}
.list-news li .date .day {
  font-size: 1.5625rem;
  font-weight: bold;
  float: left;
}
.list-news li .date .year {
  font-size: 1rem;
  float: left;
  margin-left: 15px;
  margin-top: 7px;
}
.list-news li:hover .tit {
  color: #fff;
  font-weight: bold;
}
.list-news li:hover .date {
  color: #fff;
}
.list-news li:hover .year {
  color: rgba(255, 255, 255, 0.5) !important;
}
.list-news li:hover .abst {
  color: #fff;
}
.list-news li:hover:before {
  opacity: 1;
  visibility: visible;
}

.list-txt {
  font-family: Arial, Helvetica, sans-serif;
}
.list-txt * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-txt li {
  position: relative;
  padding: 2.25rem 3.5rem;
  border: 1px dashed #cecece;
  margin-bottom: 2.1875rem;
}
.list-txt li a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.list-txt li .date {
  float: left;
  width: 10.625rem;
  color: #191919;
  border-right: 1px solid #c6c5c4;
  font-weight: bold;
  padding: 10px 0;
}
.list-txt li .date .yea {
  font-size: 1.25rem;
}
.list-txt li .date .mon {
  font-size: 3.125rem;
}
.list-txt li .txt {
  float: right;
  width: calc(100% - 14.25rem);
}
.list-txt li h2 {
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-txt li .abst {
  margin-top: 15px;
  font-size: 1.25rem;
  color: #000000;
  line-height: 2rem;
  height: 4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-txt li:before {
  content: "";
  width: 8px;
  height: 0;
  background: #b90004;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}
.list-txt li:hover {
  background: url(../images/listtxt-bg.png) no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.list-txt li:hover .date {
  color: #b90004;
  border-right: 1px solid #b90004;
}
.list-txt li:hover:before {
  height: 100%;
}

.list-pics ul {
  overflow: hidden;
  margin: 0 -1.25rem;
}
.list-pics li {
  float: left;
  width: 33.3%;
  margin-bottom: 3.75rem;
}
.list-pics a {
  display: block;
  margin: 0 1.25rem;
  overflow: hidden;
  position: relative;
}
.list-pics a .pic {
  width: 100%;
  padding-bottom: 77%;
  overflow: hidden;
  position: relative;
}
.list-pics a .pic .img {
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.list-pics a .pic .img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.list-pics a .tit {
  position: relative;
  margin-top: 2rem;
}
.list-pics a .tit h2 {
  font-size: 1.75rem;
  color: #000000;
  text-align: center;
  font-weight: normal;
  line-height: 2.625rem;
  height: 5.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-pics li:hover h2 {
  color: #b90004 !important;
}

.about-jj {
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 1.125rem;
  line-height: 2.25rem;
  text-align: justify;
}
.about-jj .tit {
  font-size: 1.625rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.75rem;
  margin-bottom: 1rem;
 text-align:center;
}
.about-jj p {
  margin-bottom: 2rem;
}
.about-jj .txt01 img {
  float: right;
  margin: -20px 0 1.25rem 1.25rem;
}
.about-jj .about-pics {
  overflow: hidden;
  margin: 0 -10px 2rem;
}
.about-jj .about-pics ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about-jj .about-pics li {
  padding: 0 10px;
}

/* 正文页 */
.article {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}
.article .tit {
  font-size: 1.625rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #000000;
}
.article .info {
  border-top: 1px solid #cccccc;
  padding: 1rem 0;
  color: #666;
  text-align: center;
  font-size: 1rem;
  overflow: hidden;
}
.article .info span {
  margin: 0 5px;
}
.article .cont {
  margin-top: 3rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #000000;
  text-align: justify;
}
.article .cont p {
  margin-bottom: 1.5rem;
}
.article .cont p img,
.article .cont p video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto !important;
}
.article .cont table p {
  text-indent: 0;
  padding: 0;
}
.article .np {
  margin-top: 4.375rem;
  padding-top: 1.25rem;
  border-top: 1px solid #eabe94;
  overflow: hidden;
}
.article .np a {
  display: block;
  font-size: 0.875rem;
  color: #9c9b9b;
  line-height: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 18px;
}
.article .np .prev {
  float: left;
  padding-left: 1.625rem;
  background: url(../images/article-prev.png) left center no-repeat;
}
.article .np .next {
  float: right;
  padding-right: 1.625rem;
  background: url(../images/article-next.png) right center no-repeat;
}
.article .np a:hover {
  color: #981215;
}


.pb_sys_style1 .p_no_d{border: 1px solid #7f0f11 !important;
    color: #fff;
    background-color: #801113 !important;}