@charset "utf-8";
body {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, sans-serif;
  font-size: 1rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a,
:before,
:after {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-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;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 95%;
  margin: 0 auto;
}
.ctbx{
  width: 1600px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .container,
  .ctbx {
    width: 90%;
  }

}

@media (min-width: 1240px) {
   .container,
  .ctbx {
    width: 1200px;
  }
}

@media (min-width: 1440px) {
  .container,
  .ctbx {
    width: 1400px;
  }
}

@media (min-width: 1640px) {
  .container,
  .ctbx {
    width: 1600px;
  }
}

img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
/* ie8提示样式 */
#browser-modal {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  color: #303233;
  position: fixed;
  z-index: 9990009;
}

#browser-modal .browser-modal-cover {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  opacity: 0.9;
  z-index: -1;
}

#browser-modal .browser-content {
  width: 700px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-top: 50px;
  background-color: #fff;
  border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
  height: 42px;
  margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
  text-transform: uppercase;
  font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
}

#browser-modal .browser-content .browser-list {
  width: 600px;
  margin: 20px auto;
  height: 130px;
}

#browser-modal .browser-content .browser-item {
  float: left;
  width: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 10px;
}

#browser-modal .browser-content .browser-item .iconchrome {
  background: url(../images/bro.png) no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
  background: url(../images/bro.png) no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
  background: url(../images/bro.png) no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
  background: url(../images/bro.png) no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
  cursor: pointer;
  display: block;
}

#browser-modal .browser-content .browser-item a img {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  width: 100px;
  height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

/* ie8提示样式 */
/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 4px solid #9a0001;
  background: linear-gradient(black, transparent);
  padding: 35px 55px;
}

.header .top-right {
  float: right;
  position: relative;
}

.header .top-right ul {
  float: right;
}

.header .top-right li {
  float: left;
  line-height: 16px;
  cursor: pointer;
  padding: 0 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.header .top-right li a {
  position: relative;
  display: block;
  font-size: .875rem;
  color: #fff;
}

.header .top-right li a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: -10px;
  border-top: 2px solid #fff;
  transition: all 0.1s ease-out 0s;
  transform: scaleX(0);
}

.header .top-right li a:hover:before {
  transform: scaleX(1);
}

.header .top-right li.en a {
  padding-left: 30px;
  background: url(../images/top-en.png) left center no-repeat;
  background-size: auto 100%;
}

.header .logo {
  float: left;
}

.search-box {
  position: relative;
  overflow: hidden;
  float: right;
  margin-left: 30px;
  margin-top: -6px;
  width: 178px;
  height: 32px;
  padding: 0 13px 0px 0px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.search-box .text {
  float: left;
  padding-left:13px;
  width: calc(100% - 30px);
  line-height: 30px;
  height:30px;
  background: none;
  font-size: .75rem;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  border: none;
}

.search-box .btn {
  float: right;
  height: 20px;
  margin-top: 6px;
}

.search-box.active {
  visibility: visible;
  opacity: 1;
}

/* 导航 */
.navbar {
  position: absolute;
  right: 40px;
  top: 85px;
}

.navbar .menu-bott {
  display: none;
}

.navbar .nav-button {
  display: none;
}

.navbar .navbar-nav {
  padding: 0;
  list-style: none;
}

.navbar .navbar-nav > li {
  position: relative;
  text-align: center;
  float: left;
  padding: 0 15px 10px;
}

.navbar .navbar-nav > li > a {
  color: #ffffff;
  display: block;
  font-weight: bold;
  line-height: 40px;
  position: relative;
  text-align: center;
  font-size: 1.25rem;
  padding: 0 14px;
  border-radius: 20px;
}

.navbar .navbar-nav > li > a > em {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  width: 12px;
  height: 100%;
  background: url(../images/down-jiantou.png) center no-repeat;
}

.navbar .navbar-nav > li:hover > a {
  background: #fff;
  background: #9a0001;
}

.navbar .navbar-nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.navbar .hasChild:before {
  content: "";
  width: 2px;
  height: 15px;
  background: #9a0001;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: scaleY(0);
  transition: all 0.2s ease-out 0s;
}

.navbar .hasChild:hover:before {
  transform: scaleY(1);
}

.navbar .nav-child {
  width: 100%;
  padding: 15px 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s;
}

.navbar .navbar-nav > li:nth-of-type(4) .nav-child{
  width: 240px;
  left: -60px;
}
.navbar .navbar-nav > li:nth-of-type(5) .nav-child{
  width: 280px;
  left: -60px;
}



.navbar .nav-child li {
  padding: 12px 8px;
}

.navbar .nav-child li a {
  display: block;
  font-size:1rem;
  color: #fff;
  display: block;
  position: relative;
}

.navbar .nav-child li:hover {
  background: #960001;
}

.navbar .nav-child li:hover a {
  font-weight: bold;
}

/* 浮动导航 */
.header.showdiv,
.header.on {
  background: #9a0001;
  padding-top: 10px;
  padding-bottom: 15px;
}

.header.showdiv .logo img,
.header.on .logo img {
  height: 70px;
}

.header.showdiv .navbar,
.header.on .navbar {
  top: 50px;
}

/* 浮动导航结束 */
/* banner焦点图 */
.banner {
  height: 100vh;
  overflow: hidden;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.banner .banner-down {
  position: absolute;
  bottom: 25px;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.4s ease-out 0s;
}
.banner .banner-down:hover{
  transform: translate(0, 5px); 
}



.slider-banner {
  position: relative;
  height: 100%;
  width: 100%;
}

.slider-banner .slick-list,
.slider-banner .slick-track {
  height: 100%;
}

.slider-banner .slick-slide {
  position: relative;
  height: 100%;
}

.slider-banner .slick-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider-banner .slick-slide .pic a {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  color: #fff;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #0e66b4;
}

.slider-banner .slick-active .pic a {
  animation-name: myScale;
  animation-duration: 3s;
  animation-timing-function: linear;
}

.slider-banner .slick-arrow {
  position: absolute;
  width: 48px;
  height: 71px;
  top: 50%;
  margin-top: -24px;
  z-index: 99;
  overflow: hidden;
  text-indent: 99px;
  cursor: pointer;
}

.slider-banner .slick-arrow.slick-prev {
  background: url(../images/banner-left.png) no-repeat;
  background-size: 100% 100%;
  left: 55px;
}

.slider-banner .slick-arrow.slick-next {
  background: url(../images/banner-right.png) no-repeat;
  background-size: 100% 100%;
  right: 55px;
}

.slider-banner .slick-arrow.slick-prev:hover {
  background: url(../images/banner-left-on.png) no-repeat;
  background-size: 100% 100%;
}

.slider-banner .slick-arrow.slick-next:hover {
  background: url(../images/banner-right-on.png) no-repeat;
  background-size: 100% 100%;
}

.slider-banner .slick-dots {
  position: absolute;
  width: auto;
  bottom: 40px;
  right: 110px;
  z-index: 9;
}

.slider-banner .slick-dots li {
  float: left;
  margin-left: 30px;
  position: relative;
  width: 26px;
  height: 3px;
  background: #b3b2a9;
  cursor: pointer;
}

.slider-banner .slick-dots li button {
  display: none;
}

.slider-banner .slick-dots li.slick-active {
  height: 25px;
  background: url(../images/banner-dote.png) no-repeat;
  background-size: 100% 100%;
  margin-top: -11px;
}

/* banner焦点图结束 */
.body-main {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.fix-top {
  padding-top: 100vh;
  position: relative;
  top: 0;
  transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -webkit-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -moz-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -ms-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  -o-transition: all 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: -1;
}

.fix-top.fixed {
  padding-top: 0;
}

/* 中部版块 */
@keyframes myScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes myScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes waveFlow {
  from {
    background-position-x: -10px, 0;
  }
  to {
    background-position-x: -30px, -20px;
  }
}

@keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes circleAnim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes myOpcity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes myOpcity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.index-title {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.index-title h2 {
  float: left;
  position: relative;
  height: 70px;
  border-left: 22px solid #9a0001;
  padding-left: 40px;
   transition: all 0.4s ease-out 0s;
}

.index-title h2:hover{
  transform: translate(-5px, 0px);
}

.index-title h2 .cn {
  font-size: 2.25rem;
  font-weight: bold;
  color: #222222;
  line-height: 40px;
}

.index-title h2 .cn span {
  color: #9a0001;
}

.index-title h2 .en {
  line-height: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.375rem;
  color: #333;
  opacity: 0.4;
  font-weight: bold;
}

.index-title h2:before {
  content: "";
  width: 89px;
  height: 54px;
  background: url(../images/index-tit-ico.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -13px;
  right: -70px;
}

/* row1 */
.row1 {
  margin-top: 105px;
  padding: 95px 0 105px;
  background: url(../images/row1-bg.png) no-repeat;
  background-size: cover;
}

.index-about {
  margin-top: 10px;
}

.index-about .left {
  float: left;
  width: 49%;
}

.index-about .right {
  float: right;
  width: 42.6%;
}

.index-about .info {
  padding-top: 60px;
  /* overflow: hidden; */
  margin-bottom: 38px;
  position: relative;
}

.index-about .info p {
  text-indent: 2em;
  font-size: 1rem !important;
  color: #333;
  line-height: 36px !important;
  height: 180px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.index-about .info .more {
  font-size: 1rem;
  color: #9a0001;
 
  background: #fff;
  position: absolute;
  padding-right: 40px;
  line-height: 30px;
  right: 0;
  bottom: -35px;
  font-size: .875rem;
  color: #9a0001;
  background: url(../images/news-more.png) right center no-repeat;
}

.index-about .info .more:hover{
  transform:translateY(-5px);
}

.index-about .xcc a {
  display: block;
  width: 165px;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #9a0001;
}

.index-about .xcc a p {
  padding-left: 30px;
  background: url(../images/index-xcc.png) left center no-repeat;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}

.index-about .xcc a:hover {
  transform: translateY(-5px);
}

.index-about .data {
  overflow: hidden;
  margin-top: 85px;
}

.index-about .data ul {
  display: flex;
  justify-content: space-between;
}

.index-about .data li h2 {
  font-size: 3rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #9a0001;
  letter-spacing: -2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-about .data li h2 span {
  margin-left: 5px;
  font-weight: normal;
  font-size: 1.25rem;
}

.index-about .data li p {
  margin-top: 15px;
  font-size: 1.25rem;
  color: #333333;
}

.index-about .data li:hover h2 {
  animation: myOpcity 2s linear;
}

.index-about .video {
  position: relative;
  overflow: hidden;
  height: 485px;
  padding-right: 35px;
}

.index-about .video .video_box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
    z-index:3;
}
.index-about .video .video_box img,
.index-about .video .video_box video{
  width:100% !important;
  height:auto !important;
}
.index-about .video .video_box .pic {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.index-about .video .video_box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  left: 0;
  top: 0;
}

.index-about .video .video_box:after {
  content: "";
  width: 76px;
  height: 76px;
  background: url(../images/player.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-about .video .video_box:hover:after {
  transform: translate(-50%, -50%) rotate(360deg);
}*/

.index-about .video:before {
  content: "";
  width: 100%;
  height: 180px;
  background: #9a0001;
  position: absolute;
  right: 0;
  bottom: 0;

}

.index-about .video .video_box img{
    width: 100% !important;
    height: auto !important;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}


/* row2 */
.row2 {
  padding: 95px 0 125px;
  background: url(../images/row2-bg.png) no-repeat;
  background-size: cover;
  position: relative;
}

.row2 .left {
  float: left;
  width: 53%;
}

.row2 .left .index-title {
  margin-bottom: 60px;
}

.row2 .right {
  float: right;
  width: 43%;
}

.pic-news {
  width: 100%;
  position: relative;
}

.pic-news li {
  width: 100%;
}

.pic-news a {
  display: block;
  overflow: hidden;
  width: 100%;
}

.pic-news .pic {
  width: 100%;
  height: 480px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pic-news .pic:hover {
  transform: scale(1.05);
}

.pic-news .txt {
  padding: 30px 35px 50px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
}

.pic-news h2 {
  font-size: 1.25rem;
  color: #333333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
transition: all 0.4s ease-out 0s;
}

.pic-news h2:hover {
  color: #9a0001;
   transform: translate(-5px, 0px); 
}

.pic-news .abst {
  margin-top: 20px;
  font-size: .875rem;
  color: #888888;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.pic-news .date {
  margin-top: 20px;
  padding-left: 25px;
  font-size: .875rem;
  color: #808080;
  font-family: Arial, Helvetica, sans-serif;
  background: url(../images/date.png) left center no-repeat;
  background-size: auto 100%;
}

.pic-news .news-page {
  position: absolute;
  bottom: 15px;
  z-index: 9;
  text-align: center;
}

.pic-news .news-page span {
  margin: 0 10px;
  width: 11px;
  height: 11px;
  background: #a8a9ad;
  cursor: pointer;
  border-radius: 0;
  opacity: 1;
}

.pic-news .news-page span.swiper-pagination-bullet-active {
  background: #9a0001;
}

.txt-news .news-hd {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
  margin-bottom: 100px;
}

.txt-news .news-hd li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
  font-size: 1.375rem;
  color: #333;
  padding-bottom: 38px;
  cursor: pointer;
}

.txt-news .news-hd li.on {
  color: #9a0001;
  background: url(../images/index-news.gif) bottom center no-repeat;
  background-size: auto 30px;
}

.txt-news .news-hd:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c8c8c8;
  position: absolute;
  left: 0;
  bottom: 14px;
}

.txt-news .news-bd ul {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
}

.txt-news .news-bd li {
  padding: 30px 28px;
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.txt-news .news-bd li a {
  display: block;
}

.txt-news .news-bd li .tit {
  overflow: hidden;
  position: relative;
}

.txt-news .news-bd li .date {
  float: left;
  width: 70px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  border-right: 1px solid #e2e2e2;
}

.txt-news .news-bd li .day {
  font-size: 1.625rem;
  color: #808080;
}

.txt-news .news-bd li .mon {
  font-size: .875rem;
  color: #adadad;
}

.txt-news .news-bd li h2 {
  float: right;
  width: calc(100% - 95px);
  margin-top: -7px;
  font-size: 1.125rem;
  color: #333;
  font-weight: normal;
  line-height: 30px;
  height: 60px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.4s ease-out 0s;
}

.txt-news .news-bd li .abst {
  margin: 0 95px;
  font-size: .875rem;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.8);
  height: 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.txt-news .news-bd li em {
  position: absolute;
  right: 0;
  top: 20px;
  width: 0;
  height: 14px;
  background: url(../images/txt-news-more.png) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.txt-news .news-bd li:last-child {
  border-bottom: none;
}

.txt-news .news-bd li.open,
.txt-news .news-bd li:hover {
  background: url(../images/txt-news-bg.png) right top no-repeat #be9e5d;
  box-shadow: 0 0 46px 2px rgba(91, 91, 91, 0.57);
  
}

.txt-news .news-bd li.open a:before,
.txt-news .news-bd li:hover a:before {
  content: "";
  width: calc(100% - 100px);
  height: 105px;
  background: rgba(173, 141, 76, 0.4);
  position: absolute;
  left: 0;
  top: 0;
}

.txt-news .news-bd li.open h2,
.txt-news .news-bd li.open .day,
.txt-news .news-bd li.open .mon,
.txt-news .news-bd li:hover h2,
.txt-news .news-bd li:hover .day,
.txt-news .news-bd li:hover .mon {
  color: #fff;
}

.txt-news .news-bd li.open .date,
.txt-news .news-bd li:hover .date {
  border-right: 1px solid #fff;
}

.txt-news .news-bd li.open h2,
.txt-news .news-bd li:hover h2 {
  padding-right: 90px;
   text-indent: 5px;
}

.txt-news .news-bd li.open .abst,
.txt-news .news-bd li:hover .abst {
  height: 48px;
  margin-top: 50px;
}

.txt-news .news-bd li.open em,
.txt-news .news-bd li:hover em {
  width: 28px;
}

.txt-news .news-bd .more {
  position: absolute;
  padding-right: 40px;
  line-height: 30px;
  right: 0;
  bottom: -70px;
  font-size: .875rem;
  color: #9a0001;
  background: url(../images/news-more.png) right center no-repeat;
}

.txt-news .news-bd .more:hover {
  transform: translateY(-5px);
}

/* row3 */
.row3 {
  padding: 100px 0 100px;
  background: url(../images/row3-bg.png) top left no-repeat;
  position: relative;
}

.row3 .container {
  position: relative;
}

.pic-kxyj {
  float: right;
  width: 62.5%;
  height: 700px;
  overflow: hidden;
  position: relative;
  margin-top: -60px;
}

.pic-kxyj a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.index-kxyj {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 155px;
  height: 475px;
}

.index-kxyj ul {
  display: flex;
}

.index-kxyj li {
  position: relative;
  width: 90px;
  margin-right: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-kxyj li .tit {
  width: 90px;
  height: 433px;
  text-align: center;
  position: relative;
  float: left;
  cursor: pointer;
}

.index-kxyj li .tit h2 {
  width: 48px;
  line-height: 48px;
  margin: 0 auto;
  font-size: 1.625rem;
  font-weight: normal;
  color: #fff;
  padding-top: 70px;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  letter-spacing: 4px;
  display:inline-block;
   transition: all 0.4s ease-out 0s;
}
.index-kxyj li:hover .tit h2{
   transform: translate(0, 5px); 
}


.index-kxyj li .txt {
  position: absolute;
  width: calc(100% - 90px);
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  height: 475px;
  margin-top: -20px;
  background: url(../images/kxyj-txt.png) right bottom no-repeat #fff;
  border-left: 6px solid #9a0001;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.16);
  padding: 50px 35px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-kxyj li .txt p {
  text-indent: 2em;
  font-size: 1rem;
  color: #333333;
  line-height: 36px;
  height: 288px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.index-kxyj li .txt .more {
  float: left;
  margin-top: 50px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #be9e5d;
  font-size: .875rem;
  color: #be9e5d;
  text-align: center;
}

.index-kxyj li .txt .more:hover {
  background: #be9e5d;
  color: #fff;
}

.index-kxyj li:nth-child(1) .tit {
  background: url(../images/kxyj-bg1.png) no-repeat;
  padding-top: 45px;
}

.index-kxyj li:nth-child(1) .tit h2 {
  background: url(../images/kxyj-ico1.png) top center no-repeat;
}

.index-kxyj li:nth-child(1) .txt {
  border-left: 6px solid #45638c;
}

.index-kxyj li:nth-child(2) .tit {
  padding-top: 85px;
  background: url(../images/kxyj-bg2.png) no-repeat;
}

.index-kxyj li:nth-child(2) h2 {
  background: url(../images/kxyj-ico2.png) top center no-repeat;
}

.index-kxyj li:nth-child(2) .txt {
  border-left: 6px solid #8d684e;
}

.index-kxyj li:nth-child(3) .tit {
  padding-top: 60px;
  background: url(../images/kxyj-bg3.png) no-repeat;
}

.index-kxyj li:nth-child(3) h2 {
  background: url(../images/kxyj-ico3.png) top center no-repeat;
}

.index-kxyj li:nth-child(3) .txt {
  border-left: 6px solid #9a0001;
}

.index-kxyj li.open {
  width: 480px;
}

.index-kxyj li.open .txt {
  opacity: 1;
  visibility: visible;
}

/* row4 */
.index-title2 {
  overflow: hidden;
  text-align: center;
  color: #333333;
   transition: all 0.4s ease-out 0s;
}
.index-title2:hover{
   transform: translate(0, -5px); 
}

.index-title2 .cn {
  font-size: 2.125rem;
}

.index-title2 .cn span {
  color: #9a0001;
  padding-left: 50px;
  background: url(../images/index-tit-ico2.png) left center no-repeat;
}

.index-title2 .en {
  margin-top: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0.4;
}

.row4 {
  position: relative;
  background: url(../images/row4-bg.png) right top no-repeat #efeceb;
  overflow: hidden;
}

.row4 .pic-szst {
  width: 50%;
  height: 700px;
  float: left;
  overflow: hidden;
}

.row4 .pic-szst a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.row4 .pic-szst a:hover{
  transform:scale(1.05);
}
.index-szst {
  float: right;
  width: 50%;
  padding-top: 90px;
}

.index-szst .box {
  margin-top: 40px;
  height: 490px;
  background: rgba(255, 255, 255, 0.74);
  overflow: hidden;
  padding: 70px 75px 0;
  position: relative;
}

.index-szst .box .info p {
  text-indent: 2em;
  font-size: 1rem;
  color: #333333;
  line-height: 36px;
  height: 216px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.index-szst .box .info p a.more{
  text-indent: 0em;
}

.index-szst .box .more {
  float: left;
  margin-top: 50px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #be9e5d;
  font-size: .875rem;
  color: #be9e5d;
  text-align: center;
}

.index-szst .box .more:hover {
  background: #be9e5d;
  color: #fff;
}

.index-szst .download {
  width: 320px;
  height: 50px;
  line-height: 50px;
  background: #9a0001;
  position: absolute;
  right: 0;
  bottom: 40px;
  padding-left: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-szst .download a {
  display: block;
  position: relative;
  padding-left: 45px;
  background: url(../images/downloag.png) left center no-repeat;
  font-size: 1.125rem;
  color: #fff;
}

.index-szst .download a:before {
  content: "";
  border-width: 50px 20px;
  border-style: solid;
  border-color: transparent transparent #9a0001 transparent;
  position: absolute;
  left: -40px;
  top: -50px;
}

.index-szst .download:hover {
  transform: translateX(-5px);
}

/* row5 */
.row5 {
  padding: 100px 0;
  background: url(../images/row5-bg.png) no-repeat;
  background-size: cover;
  display: none;
}

.row5 .index-title2 {
  text-align: left;
}

.row5 .index-title2 .cn {
  float: left;
}

.row5 .index-title2 .en {
  float: left;
  margin-left: 20px;
  padding-top: 10px;
}

.index-jswyh {
  margin-top: 58px;
  position: relative;
}

.index-jswyh li {
  background: url(../images/jswyh-ico.png) top left no-repeat #62768f;
  position: relative;
  overflow: hidden;
  padding-top: 56px;
  padding-bottom: 20px;
  padding-left: 46px;
}

.index-jswyh li .pic {
  width: 270px;
  height: 420px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: -30px;
  opacity: 0.7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-jswyh li .txt {
  float: left;
  width: 280px;
}

.index-jswyh li h2 {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.index-jswyh li:hover h2{
  padding-left: 8px;
}

.index-jswyh li .abst {
  opacity: 0;
  visibility: hidden;
  font-size: .875rem;
  color: #29334a;
  line-height: 28px;
  height: 112px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-jswyh li .position {
  margin-top: 35px;
  padding-top: 20px;
  position: relative;
  font-size: 1rem;
  color: #fff;
  line-height: 28px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-jswyh li .position:before {
  content: "";
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.index-jswyh li:nth-child(2n) {
  background: url(../images/jswyh-ico.png) top left no-repeat #44648c;
}

.index-jswyh li:nth-child(2n+3) {
  background: url(../images/jswyh-ico.png) top left no-repeat #294c79;
}

.index-jswyh li:nth-child(2n+4) {
  background: url(../images/jswyh-ico.png) top left no-repeat #00396b;
}

.index-jswyh li.swiper-slide-active {
  background: url(../images/jswyh-bg.png) bottom left no-repeat #fff;
  width: 640px !important;
}

.index-jswyh li.swiper-slide-active .pic {
  opacity: 1;
  right: 0;
}

.index-jswyh li.swiper-slide-active h2 {
  color: #29334a;
}

.index-jswyh li.swiper-slide-active .abst {
  opacity: 1;
  visibility: visible;
}

.index-jswyh li.swiper-slide-active .position {
  color: #29334a;
}

.index-jswyh li.swiper-slide-active .position:before {
  background: #29334a;
}

.index-jswyh .jswyh-prev,
.index-jswyh .jswyh-next {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
  z-index: 9;
}

.index-jswyh .jswyh-prev {
  background: url(../images/jswyh-left.png) no-repeat;
  background-size: 100% 100%;
  left: -85px;
}

.index-jswyh .jswyh-next {
  background: url(../images/jswyh-right.png) no-repeat;
  background-size: 100% 100%;
  right: -85px;
}

.index-jswyh .jswyh-prev:hover {
  background: url(../images/jswyh-left-on.png) no-repeat;
  background-size: 100% 100%;
}

.index-jswyh .jswyh-next:hover {
  background: url(../images/jswyh-right-on.png) no-repeat;
  background-size: 100% 100%;
}

/* row6 */
.row6 {
  position: relative;
  padding: 145px 0 110px;
  background: url(../images/row6-bg.png) top center no-repeat;
  background-size: 100%;
  margin-top: -2px;
}

.row6:before {
  content: "";
  width: 510px;
  height: 756px;
  background: url(../images/row6-right.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.index-ydkyjg {
  width: 93.75%;
  background: #ffffff;
  margin: 0 auto;
  padding-top: 100px;
}

.index-ydkyjg .picbox ul {
  margin: 0 -50px;
  overflow: hidden;
  padding-top: 95px;
}

.index-ydkyjg .picbox li {
  float: left;
  width: 50%;
}

.index-ydkyjg .picbox li a {
  display: block;
  margin: 0 50px;
  position: relative;
  padding-bottom: 20px;
}

.index-ydkyjg .picbox li .pic {
  width: 100%;
  padding-bottom: 46.66%;
  overflow: hidden;
  position: relative;
}

.index-ydkyjg .picbox li .pic img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.index-ydkyjg .picbox li .tit {
  position: relative;
  background: #fff;
  width: 85%;
  height: 75px;
  line-height: 75px;
  padding: 0 25px;
  margin-top: -65px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-ydkyjg .picbox li .tit h2 {
  font-size: 1.25rem;
  color: #333;
  font-weight: normal;
  background: url(../images/ydky-more1.png) right center no-repeat;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-ydkyjg .picbox li:nth-child(2) {
 /* margin-top: -35px;*/
}

.index-ydkyjg .picbox li a:hover img {
  transform: scale(1.05);
}

.index-ydkyjg .picbox li a:hover .tit {
  background: #be9e5d;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
}

.index-ydkyjg .picbox li a:hover h2 {
   padding-left: 50px;
  color: #fff !important;
  font-weight: bold !important;
  background: url(../images/ydky-more2.png) right center no-repeat;
}

/* row7 */
.row7 {
  position: relative;
  background: url(../images/row7-bg.png) left top no-repeat #f1eeee;
  overflow: hidden;
}

.row7 .pic-szyj {
  width: 50%;
  height: 600px;
  float: right;
  overflow: hidden;
}

.row7 .pic-szyj a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}


.row7 .pic-szyj a:hover{
  transform:scale(1.05)
}

.index-szyj {
  float: left;
  width: 50%;
  margin: 60px 0;
  background: rgba(255, 255, 255, 0.74);
  padding: 50px 70px;
  position: relative;
}

.index-szyj .info {
  margin-top: 35px;
}

.index-szyj .info p {
  text-indent: 2em;
  font-size: 1rem;
  color: #333333;
  line-height: 36px;
  height: 180px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.index-szyj .info p a.more{
   text-indent: 0em;
}

.index-szyj .info .more {
  display: block;
  margin-top: 50px;
  width: 115px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #be9e5d;
  font-size: .875rem;
  color: #be9e5d;
  text-align: center;
}

.index-szyj .info .more:hover {
  background: #be9e5d;
  color: #fff;
}

.index-szyj:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #9a0001;
  position: absolute;
  left: -10px;
  bottom: -10px;
}

/* row8 */
.row8 {
  padding: 115px 0 95px;
  background: url(../images/row8-bg.png) left bottom no-repeat;
  background-size: auto 100%;
}

.row8 .index-title2 {
  text-align: center;
  margin-bottom: 55px;
}

.row8 .index-title2 .cn {
  display: inline;
}

.row8 .index-title2 .en {
  display: inline;
  margin-left: 20px;
}

.index-xthz {
  position: relative;
}

.index-xthz li {
  border: 1px solid #c7c7c7;
  background: #fff;
  text-align: center;
  padding: 35px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-xthz li a {
  font-size: 1.125rem;
  color: #333;
}

.index-xthz li:hover {
  border: 1px solid #9a0001;
  background: url(../images/xthz-bg.png) right top no-repeat #fff;
  background-size: auto 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.index-xthz li:hover a {
  font-weight: bold;
  color: #9a0001;
}

.index-xthz .xthz-prev,
.index-xthz .xthz-next {
  width: 9px;
  height: 17px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  cursor: pointer;
}

.index-xthz .xthz-prev {
  background: url(../images/xthz-left.png) no-repeat;
  background-size: 100% 100%;
  left: -50px;
}

.index-xthz .xthz-next {
  background: url(../images/xthz-right.png) no-repeat;
  background-size: 100% 100%;
  right: -50px;
}

.index-xthz .xthz-prev:hover {
  background: url(../images/xthz-left-on.png) no-repeat;
  background-size: 100% 100%;
}

.index-xthz .xthz-next:hover {
  background: url(../images/xthz-right-on.png) no-repeat;
  background-size: 100% 100%;
}

/* 中部版块 */
/* 底部 */
.footer {
  padding: 75px 3% 45px;
  background: url(../images/foot-bg.png) right bottom no-repeat #9a0001;
  background-size: auto 100%;
  position: relative;
}

.footer .col-1 {
  float: left;
  width: 510px;
}

.footer .col-1 .r1 {
  margin-bottom: 50px;
}

.footer .col-2 {
  float: right;
  width: calc(100% - 620px);
}

.footer .foot-logo {
  float: left;
}

.footer .links {
  float: right;
  margin-top: 5px;
  position: relative;
}

.footer .links h2 {
  width: 145px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.47);
  padding: 0 20px;
  font-weight: normal;
  cursor: pointer;
}

.footer .links h2 p {
  font-size: .875rem;
  color: #fff;
  background: url(../images/select-ico.png) right center no-repeat;
}

.footer .links ul {
  display: none;
  position: absolute;
  z-index:5;
  bottom: 100%;
  width: 100%;
  background: rgba(154, 0, 1, 0.8);
}

.footer .links ul li {
  font-size: .875rem;
  padding: 8px 15px;
  color: #fff;
}
.footer .links ul li a{
  color: #fff;
}
.footer .links:hover ul {
  display: block;
}

.footer .links ul li:hover{
   background:#ad8d4c;
}





.footer .contact {
  float: left;
  width: calc(100% - 110px);
}

.footer .contact p {
  font-size: .875rem;
  color: #fff;
  line-height: 30px;
}

.footer .ewm {
  float: right;
  margin-top: 10px;
}

.footer .ewm img {
  width: 90px;
}

.footer .ewm p {
  text-align: center;
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.8);
}

.footer .foot-nav {
  float: right;
}

.footer .foot-nav li {
  float: left;
  padding: 0 25px;
  margin-bottom: 15px;
}

.footer .foot-nav li > a {
  display: block;
  font-size: 1rem;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

.footer .foot-nav li > a:after {
  content: "";
  width: 16px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s ease-out 0s;
}

.footer .foot-nav li > a:hover:after {
  width: 100%;
}

.footer .foot-nav dl {
  margin-top: 20px;
}

.footer .foot-nav dl a {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 30px;
  transition: all 0.5s ease-out 0s;
}

.footer .foot-nav dl a:hover {
  color: #fff;
}

.footer:before {
  content: "";
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  position: absolute;
  top: 0;
  left: calc(3% + 620px);
}

.cory {
  background: #302a29;
  padding: 30px 10px;
  text-align: center;
  line-height: 28px;
}

.cory p,
.cory a {
  font-size: .875rem;
  color: rgba(255, 255, 255, 0.8);
}

.right-slider {
display:none;
  position: fixed;
  width: 60px;
  height: 235px;
  background: url(../images/right-bg.png) no-repeat;
  background-size: 100% 100%;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.right-slider.showdiv{
display:block;
}
.right-slider .right-sys{
  width: 28px;
  margin:11px 0px 0px 17px;
    transition: all 0.4s ease-out 0s;
  cursor: pointer;
}
.right-slider .right-sys:hover{
   transform: translate(0, -5px); 
}
.right-slider ul {
  padding: 0 15px;
margin-top:8px;
}

.right-slider ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.33);
  text-align: center;
  position: relative;
}


 .right-slider ul li:nth-of-type(1){
    transition: all 0.4s ease-out 0s;
}
 .right-slider ul li:nth-of-type(1):hover{
   transform: translate(0, -5px); 
}


.right-slider ul li .box {
  position: absolute;
  z-index: 9;
  right: 50px;
  top: -25%;
  width: 120px;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 5px 0 #efefef;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.right-slider ul li .box img {
  max-width: 100%;
}

.right-slider ul li:last-child {
  border-bottom: none;
}

.right-slider ul li:hover .box {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.right-slider .back-top {
  position: absolute;
  z-index: 9;
  cursor: pointer;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

/* 列表页 */