@charset "utf-8";
body {
  font-family: 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: 1080px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1480px) {
  .container {
    width: 1400px;
  }
}
img {
  max-width: 100%;
  border: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 动画延迟结束 */
/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-top: 1.875rem;    background: url(../images/zzc_01.png) top center no-repeat;
    background-size: cover;padding-bottom:5rem;
}
.header .container {
  width: 95%;
}
.header .logo {
  float: left;
}
.header .top-fr {
  float: right;
  width: calc(100% - 470px);
}
.header .topbar {
  overflow: hidden;
}

.top-link {
  float: right;
}
.top-link a {
  display: block;
  padding-left: 30px;
  background: url(../images/lang.png) left center no-repeat;
  font-size: 1.25rem;
  color: #fff;
}

.search-box {
  float: right;
  width: 208px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-left: 1.875rem;
}
.search-box form {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
}
.search-box .text {
  font-size: 14px;
  color: #fff;
  width: calc(100% - 20px);
  background: none;
  line-height: 26px;
  height: 26px;
}
.search-box .btn {
  width: 14px;
  background: url(../images/search.png) center center no-repeat;
  background-size: 14px;
  cursor: pointer;
}
.search-box input::-webkit-input-placeholder {
  color: #fff;
}
.search-box input::-moz-placeholder {
  color: #fff;
}
.search-box input:-ms-input-placeholder {
  color: #fff;
}
.search-box input::-ms-input-placeholder {
  color: #fff;
}
.search-box input::placeholder {
  color: #fff;
}
.search-box input::-webkit-input-placeholder {
  color: #fff;
}
.search-box input::-ms-input-placeholder {
  color: #fff;
}

/* 导航 */
.navbar {
  position: relative;
  z-index: 9;
  width: 100%;
}
.navbar ul {
  float: right;
}
.navbar li {
  float: left;
  position: relative;
}
.navbar li > em {
  display: none;
}
.navbar li > a {
  display: block;
  padding: 0 1.875rem;
  font-size: 1.25rem;
  line-height: 60px;
  color: #fff;
  position: relative;
  text-align: center;
}
.navbar li:last-child > a {
  padding-right: 0;
}
.navbar .subnav {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.navbar .subnav dd {
  padding: 1rem 5px;
  text-align: center;
  position: relative;
}
.navbar .subnav dd > a {
  font-size: 1rem;
  color: #333;
}
.navbar .subnav dd:hover {
  background: rgba(0, 0, 0, 0.1);
}
.navbar .subnav dd:hover .lv3 {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
}
.navbar .subnav dd:hover > a {
  color: #9e2e24;
}
.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 .subnav .lv3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  position: absolute;
  width: 100%;
  left: 100%;
  top: 0;
  background: #FFFFFF;
  border: 1px solid #D5E3F7;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
.navbar .subnav .lv3 a {
  font-size: 1rem;
  color: #333;
  display: block;
  padding: 8px 5px;
}
.navbar .subnav .lv3 a:hover {
  color: #002a7b;
}
.navbar li:hover .subnav {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.menu-btn,
.phone-menu {
  display: none;
}

/* banner焦点图 */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.banner .swiper-container {
  overflow: hidden;
  width: 100%;
  height: 50vw;
  max-height: 960px;
  min-height: 220px;
}
.banner .swiper-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .swiper-container .pic {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .swiper-container .container {
  position: absolute;
  bottom: 2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .swiper-container .tit p {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}
.banner .swiper-container .tit .en {
  font-size: 1.25rem;
  font-weight: normal;
}

/* 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;
  }
}
/* 首页中部区域 */
/* 通用样式 */
.flex {
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pic {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.pic .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.index-title {
  position: relative;
  overflow: hidden;
}
.index-title h2 {
  text-align: center;
  color: #000000;
  font-size: 4rem;
  font-weight: bold;
}

.index-more {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ddd1d1;
  font-size: 1.25rem;
  color: #afa6a6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-more svg {
  fill: #afa6a6;
}
.index-more:hover {
  background: #9e2e24;
  color: #fff;
}
.index-more:hover svg {
  fill: #fff;
}

/* 通用样式 */
.row1 {
  padding: 3.75rem 0 11.375rem;
  background: url(../images/row1-bg.png) center bottom no-repeat;
  background-size: cover;
}
.row1 .index-title {
  margin-bottom: 5rem;
}

.index-news .news-pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-news .big-pic {
  width: calc(66.66% - 1rem);
}
.index-news .big-pic a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-news .big-pic a .pic {
  padding-bottom: 58.6%;
}
.index-news .big-pic a .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5.5rem 2.5rem 0.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.index-news .big-pic a .tit h2 {
  font-size: 1.25rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.875rem;
  height: 3.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-news .big-pic a:hover .img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .small-pic {
  width: calc(33.33% - 1rem);
}
.index-news .small-pic a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.index-news .small-pic .pic {
  padding-bottom: 64%;
}
.index-news .small-pic .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-news .small-pic .tit {
  padding: 3rem 0 3.375rem;
  border-bottom: 1px solid #ddd1d1;
}
.index-news .small-pic h2 {
  font-size: 1.375rem;
  font-weight: normal;
  color: #000000;
  line-height: 1.875rem;
  height: 5.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-news .small-pic h2:hover {
  color: #9e2e24;
}
.index-news .small-pic .date {
  font-size: 1.125rem;
  color: #000;
  margin-top: 2.25rem;
}
.index-news .news-txt {
  margin-top: 2.5rem;
}
.index-news .news-txt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.index-news .news-txt li {
  width: calc(33.33% - 1rem);
}
.index-news .news-txt li a {
  display: block;
  border: 1px solid #ddd1d1;
  padding: 1.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-news .news-txt li h2 {
  font-size: 1.25rem;
  font-weight: normal;
  color: #000000;
  line-height: 1.875rem;
  height: 5.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-news .news-txt li .date {
  font-size: 1.125rem;
  color: #000;
  margin-top: 1.5rem;
}
.index-news .news-txt li a:hover {
  background: #9e2e24;
  border: 1px solid #9e2e24;
  -webkit-box-shadow: 0px 15px 28px 8px rgba(126, 21, 21, 0.5);
          box-shadow: 0px 15px 28px 8px rgba(126, 21, 21, 0.5);
}
.index-news .news-txt li a:hover h2,
.index-news .news-txt li a:hover .date {
  color: #fff;
}

.row2 {
  padding: 13rem 0 7.5rem;
  position: relative;
  margin-top: -3.75rem;
  background: url(../images/row2-bg.png) center top no-repeat;
  background-size: 100%;
}

.index-campus {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.index-campus .index-title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.index-campus .index-more {
  position: absolute;
  bottom: 0;
  right: 6.25rem;
  z-index: 9;
}
.index-campus ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5rem;
}
.index-campus li {
  width: calc(33.33% - 2.875rem);
  margin-bottom: -5rem;
}
.index-campus li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-campus li a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-campus li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.index-campus li .pic {
  padding-bottom: 105%;
}
.index-campus li .tit {
  position: absolute;
  left: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  padding: 3rem 1rem;
  z-index: 9;
}
.index-campus li .tit h2 {
  font-weight: normal;
  font-size: 1.5rem;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-campus li .tit .abst {
  margin-top: 1rem;
  font-size: 1rem;
  color: #fff;
  line-height: 1.875rem;
  height: 3.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-campus li a:hover:after {
  opacity: 1;
  visibility: visible;
}
.index-campus li a:hover .tit {
  opacity: 1;
  visibility: visible;
}
.index-campus li:nth-child(3n+2) {
  margin-top: 8.625rem;
}

.row3 {
  background: url(../images/row3-bg.png) no-repeat;
  background-size: cover;
  padding: 4.375rem 0;
}

.foot-nav {
  padding: 0 3rem;
}
.foot-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.foot-nav li > a {
  font-size: 1.25rem;
  color: #333333;
}
.foot-nav li > a:hover {
  color: #9e2e24;
}
.foot-nav dl {
  margin-top: 1.25rem;
}
.foot-nav dl a {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.875rem;
}
.foot-nav dl a:hover {
  color: #9e2e24;
}

/* 底部 */
.footer {
  background: url(../images/foot-bg.png) no-repeat;
  background-size: cover;
  padding-top: 3.25rem;
}
.footer .foot-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .foot-info .foot-logo {
  max-width: 25rem;
  width: 95%;
}
.footer .foot-info .foot-logo img {
  width: 100%;
}
.footer .foot-info .contact {
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.75rem;
}
.footer .cory {
  margin-top: 1.25rem;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}
.footer .cory * {
  font-size: 0.875rem;
  line-height: 1.75rem;
  color: #fff;
}

/* 底部 */
/* 列表页 */
/* 列表banner */
.listbanner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 30vw;
  max-height: 460px;
  min-height: 220px;
}
.listbanner .pic {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-column {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 4rem 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.list-column .container {
  position: relative;
}
.list-column h2 {
  font-size: 3rem;
  color: #fff;
}

.list-page {
  position: relative;
  z-index: 9;
  min-height: 600px;
  padding: 2rem 0;
  overflow: hidden;
}
.list-page .page {
  margin-top: 2rem;
  text-align: center;
}

.list-nav {
  border-bottom: 1px solid #D8D8D8;
  overflow: hidden;
  margin-bottom: 2rem;
}
.list-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}
.list-nav li {
  margin-right: 5%;
}
.list-nav li a {
  display: block;
  font-size: 1.875rem;
  color: #000000;
  padding: 0 0.625rem 1.25rem;
  position: relative;
}
.list-nav li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #9e2e24;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.list-nav li.current a,
.list-nav li:hover a {
  color: #9e2e24;
}
.list-nav li.current a:after,
.list-nav li:hover a:after {
  width: 100%;
}

.list-nav3 {
  margin-top: 3.375rem;
}
.list-nav3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
}
.list-nav3 li {
  margin-right: 1.75rem;
}
.list-nav3 li a {
  display: block;
  padding: 0 1rem;
  line-height: 4rem;
  border: 1px solid #DEDEDE;
  color: #000000;
  white-space: nowrap;
  font-size: 1.375rem;
}
.list-nav3 li.current a,
.list-nav3 li:hover a {
  color: #9E2E24;
  border: 1px solid #9E2E24;
}

.location {
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.location h2 {
  float: left;
  font-size: 1.5rem;
  color: #333;
  font-weight: bold;
  padding-left: 15px;
  border-left: 3px solid #006786;
}
.location .weizhi {
  float: right;
  padding-left: 25px;
  background: url(../images/home.png) left center no-repeat;
  background-size: auto 15px;
  color: #666;
}
.location .weizhi a {
  font-size: 0.875rem;
  color: #666;
}

.list-news li {
  padding: 2rem 0;
  position: relative;
  border-bottom: 1px solid rgba(115, 117, 141, 0.22);
}
.list-news li .pic {
  float: right;
  width: 422px;
  height: 280px;
  border-radius: 10px;
  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: left;
  width: calc(100% - 480px);
  position: relative;
}
.list-news li .tit {
  display: block;
  color: #000000;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  height: 5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 1.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-news li .tit:hover {
  color: #9e2e24;
}
.list-news li .abst {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  color: #73758D;
  line-height: 1.875rem;
  height: 3.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-news li .date {
  overflow: hidden;
}
.list-news li .date p {
  display: inline-block;
  font-size: 1.5rem;
  color: #7D0000;
  position: relative;
  padding-bottom: 3px;
}
.list-news li .date p:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #7D0000;
  left: 0;
  bottom: 0;
}

.list-txt li .txt {
  width: 100%;
  float: none;
}
.list-txt li .tit {
  height: auto;
  max-height: 5rem;
}

.list-pics ul {
  overflow: hidden;
  margin: 0 -1.25rem;
}
.list-pics li {
  float: left;
  width: 33.3%;
  margin-bottom: 4rem;
}
.list-pics a {
  display: block;
  margin: 0 1.25rem;
  overflow: hidden;
  position: relative;
}
.list-pics a .pic {
  width: 100%;
  padding-bottom: 67%;
  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;
  padding: 0 1.875rem 1.5rem;
  background: #F3F2F1;
}
.list-pics a .tit h2 {
  font-size: 1.25rem;
  line-height: 3.75rem;
  color: #7D0000;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #D8D8D8;
}
.list-pics a .tit .abst {
  margin: 1rem 0;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.5rem;
  height: 3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list-pics a .tit .more {
  overflow: hidden;
}
.list-pics a .tit .more p {
  display: inline-block;
  font-size: 1rem;
  padding-right: 20px;
  background: url(../images/ico-more.png) right center no-repeat;
}

.list-leader li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3.75rem 0;
  position: relative;
  border-bottom: 1px solid #E3E3E3;
}
.list-leader li:before {
  content: "";
  height: 100%;
  width: 1000%;
  background: #F4F4F4;
  position: absolute;
  left: -200%;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.list-leader li .pic {
  width: 247px;
  height: 304px;
}
.list-leader li .pic .img {
  display: block;
}
.list-leader li .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list-leader li .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1.25rem;
  position: relative;
}
.list-leader li .tit {
  overflow: hidden;
}
.list-leader li .tit h2 {
  display: inline-block;
  font-weight: normal;
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #7D0000;
}
.list-leader li .tit a {
  display: inline-block;
  color: #000000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 2.25rem;
}
.list-leader li .tit a:hover {
  color: #7D0000;
}
.list-leader li .tit span {
  display: inline-block;
  margin-left: 1.25rem;
  font-size: 1.375rem;
  color: #7D0000;
}
.list-leader li .abst {
  margin-top: 2rem;
  color: #000000;
  font-size: 1.125rem;
  line-height: 2.5rem;
  height: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.list-leader li:nth-child(2n):before {
  opacity: 1;
  visibility: visible;
}

.list-zysz {
  margin-top: 3.5rem;
  border-top: 2px solid #D8D8D8;
}
.list-zysz li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.375rem;
  color: #000;
  padding: 1.5rem 0;
  /* border-bottom: 1px solid #D8D8D8; */
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #F7F7F7;
}
.list-zysz .tit {
  /* width: 60%; */
  padding: 0 2.5rem;
  position: relative;
  /* background: url(../images/ico-more2.png) left center no-repeat; */
  /* background: #F7F7F7; */
}
.list-zysz  .key {
    line-height: 2;
    padding-top: 10px;
    padding-bottom:20px;
    /* padding-left: 2.5rem; */
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.list-zysz  .key p{
 width:50%;
 padding:1rem 2rem;
 background:url(../images/ico-jian.png) left center no-repeat;
 
}
.list-zysz li:before {
  content: "";
  width: 0;
  height: 100%;
  background: #9E2E24;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.list-zysz li:hover {
  color: #fff;
}
.list-zysz li:hover:before {
  width: 100%;
}

.list-zsjh li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6.25rem;
}
.list-zsjh li .pic {
  width: 33.8%;
  padding-bottom: 28.625rem;
  overflow: hidden;
}
.list-zsjh li .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list-zsjh li .txt {
  width: 63%;
  padding-top: 2rem;
  position: relative;
}
.list-zsjh li .txt .abst {
  font-size: 1.375rem;
  color: #000;
  line-height: 2.625rem;
  height: 15.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.list-zsjh li .txt .abst1 {
  font-size: 1.675rem;
  color: #000;
  line-height: 2.625rem;
  height: 4.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}



.list-zsjh li .txt .more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.list-zsjh li .txt .more a {
  display: inline-block;
  font-size: 1.375rem;
  color: #A70404;
  padding-right: 1.875rem;
  background: url(../images/ico-more2.png) right center no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list-zsjh li .txt .more a:hover {
  font-weight: bold;
}

.page-department {
  margin-top: 6.25rem;
  position: relative;
  z-index: 9999;
}
.page-department .dep-data {
  overflow: hidden;
}
.page-department .dep-data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-department .dep-data li {
  width: 33.33%;
  border-right: 1px solid #D8D8D8;
  color: #000;
  text-align: center;
}
.page-department .dep-data li .num {
  font-size: 4.375rem;
}
.page-department .dep-data li p {
  margin-top: 1.25rem;
  font-size: 1.875rem;
}
.page-department .dep-data li:last-child {
  border-right: none;
}
.page-department .list-dep li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
.page-department .list-dep li .pic {
  width: 45.8%;
  padding-bottom: 28.625rem;
  overflow: hidden;
}
.page-department .list-dep li .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-department .list-dep li .txt {
  width: 50%;
  padding-top: 1rem;
  position: relative;
}
.page-department .list-dep li .tit {
  font-size: 1.875rem;
  color: #000;
}
.page-department .list-dep li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-department .list-dep li dd {
  width: calc(50% - 1.25rem);
  margin-top: 2.5rem;
}
.page-department .list-dep li dd a {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-department .list-dep li dd .pic {
  width: 63px;
  padding-bottom: 63px;
  border-radius: 50%;
}
.page-department .list-dep li dd .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1rem;
  font-size: 1.25rem;
  color: #000;
  line-height: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.page-department .list-dep li dd .name:hover {
  color: #9e2e24;
}
.page-department .dep-model {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.page-department .dep-model .inner {
  position: relative;
  width: 90%;
  margin: 8rem auto 0;
  background: #fff;
  padding: 5rem;
}
.page-department .dep-model .close {
  position: absolute;
  right: 0;
  top: -60px;
  cursor: pointer;
}
.page-department .dep-model .close img {
  width: 40px;
}
.page-department .dep-model .title {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
}
.page-department .dep-model .photo {
  margin-top: 5rem;
}
.page-department .dep-model .photo img {
  width: 100%;
}
.page-department .dep-model .info {
  margin-top: 5rem;
}
.page-department .dep-model .info h2 {
  font-size: 2.25rem;
  color: #000;
  margin-bottom: 1.25rem;
}
.page-department .dep-model .info p {
  font-size: 1.25rem;
  line-height: 2.5rem;
  word-break: break-word;
}
.page-department .dep-model.showDiv {
  opacity: 1;
  visibility: visible;
}

.page-overview {
  margin-top: 4.25rem;
}
.page-overview .cont {
  font-size: 1.275rem;
  color: #000;
  line-height: 2.625rem;
  text-align: justify;
}
.page-overview .cont p {
  padding-bottom: 1.25rem;
}
.page-overview .data ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-overview .data li {
  width: 25%;
  border-right: 1px solid #D8D8D8;
  color: #000;
  text-align: center;
  margin-top: 6.25rem;
}
.page-overview .data li .num {
  font-size: 4.375rem;
}
.page-overview .data li p {
  margin-top: 1.25rem;
  font-size: 1.875rem;
}
.page-overview .data li:nth-child(4n) {
  border-right: none;
}
.page-overview .pics {
  margin-top: 6.25rem;
}
.page-overview .pics ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-overview .pics li {
  width: calc(33.33% - 1.25rem);
}
.page-overview .pics .box {
  width: 100%;
}
.page-overview .pics .box .pic {
  padding-bottom: 72%;
}
.page-overview .pics .box .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.page-overview .pics .box .tit {
  font-size: 2.25rem;
  text-align: center;
  margin-top: 1rem;
}

.page-history {
  margin-top: 6.25rem;
}
.page-history li {
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}
.page-history li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #C31717;
  position: absolute;
  top: 0;
  left: 50%;
}
.page-history li:after {
  content: "";
  width: 54px;
  height: 100px;
  background: url(../images/ico-circle.png) center center #fff no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-history li .tit {
  font-size: 5rem;
  color: #000;
  position: absolute;
  top: 0;
  right: 55%;
}
.page-history li .pic-box {
  float: left;
  margin-top: 8rem;
  width: 45%;
}
.page-history li .pic {
  float: right;
  width: 31.25rem;
  height: 12.5rem;
}
.page-history li .txt {
  float: right;
  width: 45%;
  font-size: 1.25rem;
  color: #000;
  line-height: 2.625rem;
}
.page-history li:nth-child(2n) .tit {
  right: auto;
  left: 55%;
}
.page-history li:nth-child(2n) .pic-box {
  float: right;
}
.page-history li:nth-child(2n) .pic {
  float: left;
}
.page-history li:nth-child(2n) .txt {
  float: left;
}

.list-scholars ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-scholars li {
  width: calc(50% - 5rem);
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-scholars li .pic-box {
  width: 15.375rem;
}
.list-scholars li .pic {
  width: 71%;
  padding-bottom: 71%;
  border-radius: 50%;
  /* height: 100px; */
}
.list-scholars li .pic .img {
  display: block;
}
.list-scholars li .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list-scholars li .txt-box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  /* margin-left: 1.75rem; */
}
.list-scholars li .tit {
  display: block;
  font-size: 2.25rem;
  color: #000;
  padding: 1.25rem 0;
  border-bottom: 1px solid #7D0000;
}
.list-scholars li .tit:hover {
  color: #7D0000;
}
.list-scholars li .abst {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 2.5rem;
  height: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

/* 正文页 */
.article {
  overflow: hidden;
  margin-top: 1.25rem;
}
.article .tit {
  font-size: 2.25rem;
  line-height: 3.75rem;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #000000;
}
.article .info {
  padding: 10px 0;
  color: #7D0000;
  font-size: 1.5rem;
  overflow: hidden;
  border-bottom: 1px solid #D8D8D8;
}
.article .info span {
  margin: 0 5px;
}
.article .cont {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 2;
  color: #000000;
  text-align: justify;
}
.article .cont p {
  padding-bottom: 1rem;
  text-indent: 2em;
  text-align: justify;
}
.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;
}


/*  新增  */
.page-value .inner {
  margin-top: 6rem;
  overflow: hidden;
  word-break: break-word;
}
.page-value .inner .tit {
  border-top: 1px solid #A70404;
  overflow: hidden;
  margin-bottom: 2.5rem;
}
.page-value .inner .tit h2 {
  display: inline-block;
  padding: 0 2.625rem;
  font-size: 1.875rem;
  font-weight: normal;
  line-height: 4.75rem;
  color: #fff;
  background: #A70404;
}
.page-value .inner .info {
  padding-left: 2.875rem;
  font-size: 1.875rem;
  color: #000;
  line-height: 2;
}
.page-value,
.page-facts{
margin-bottom:5rem;
}
.page-facts .inner {
  margin-top: 6rem;
}
.page-facts .tit {
  overflow: hidden;
  text-align: center;
  margin-bottom: 5rem;
}
.page-facts .tit h2 {
  font-size: 3rem;
  color: #000;
}
.page-facts .info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-facts .info li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #D8D8D8;
  margin-top: 2rem;
}
.page-facts .info li .num {
  font-size: 4.375rem;    color: #9e2e24;
}
.page-facts .info li p {
  margin-top: 1.25rem;
  font-size: 1.875rem;
}
.page-facts li:nth-child(4n) {
  border-right: none;
}
.page-facts li:last-child {
  border-right: none;
}

.contact-txt{
  float:left;width:50%;
}

.contact-map{
  float:right;width:48%
}

.contact-txt .tt{
  overflow:hidden;
margin-bottom:3rem;
}
.contact-txt .tt h2{
  font-size:1.5rem;
  color:#000;
  font-weight:bold;
  line-height:1.875rem;
}
.article .cont  .contact-txt p{
  font-size:1.25rem;
  padding:10px 0 10px 4rem;
  margin:0;
  line-height:3rem;
  text-indent:0;
 
}
.article .cont  .contact-txt p.address{
  background:url(../images/ico-address.png) left center no-repeat;
  background-size:3rem 3rem;
}
.article .cont  .contact-txt p.mail{
  background:url(../images/ico-mail.png) left center no-repeat;
  background-size:3rem 3rem;
}
.article .cont  .contact-txt p.phone{
  background:url(../images/ico-phone.png) left center no-repeat;
  background-size:3rem 3rem;
}
.article .cont  .contact-txt p.email{
  background:url(../images/ico-email.png) left center no-repeat;
  background-size:3rem 3rem;
}
.article .cont  .contact-txt p.website{
  background:url(../images/ico-website.png) left center no-repeat;
  background-size:3rem 3rem;
}

.other-cont{
  overflow:hidden;
  margin-top:3rem;
}

.other-cont ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
}

.other-cont ul li{
  width:calc(50% - 2rem);
  margin-bottom:3rem;
  padding:2rem;
  background:#F7F7F7;
}

.other-cont ul li h2{
  font-size:1.25rem;
  font-weight:bold;
  line-height:2.5rem;
  height:5rem;
  padding-bottom:1.25rem;
  border-bottom:1px solid #D8D8D8;
  margin-bottom:1.25rem;
}

.other-cont ul li p{
  font-size:1.125rem;
  line-height:2rem;
  padding-left:1.5rem;
}
.other-cont ul li p:nth-child(2){
  background:url(../images/ico-cont-tel.png) left center no-repeat;
}

.other-cont ul li p:nth-child(3){
  background:url(../images/ico-cont-fax.png) left center no-repeat;
}

@media (max-width: 992px) {
  .page-value .inner {
    margin-top: 3rem;
  }
  .page-value .inner .tit {
    margin-bottom: 1.25rem;
  }
  .page-value .inner .tit h2 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .page-value .inner .info {
    font-size: 1.25rem;
    padding-left: 0;
  }
  .page-facts .inner {
    margin-top: 3rem;
  }
  .page-facts .inner .tit {
    margin-bottom: 1.25rem;
  }
  .page-facts .inner .tit h2 {
    font-size: 1.5rem;
    line-height: 3rem;
  }
  .page-facts .inner .info li .num {
    font-size: 3rem;
  }
  .page-facts .inner .info li p {
    font-size: 1.25rem;
  }
  .contact-txt{
    float:none;
    width:100%;
  }
  .contact-map{
     float:none;
    width:100%;
    text-align:center;
    margin-top:2rem;
  }
  .article .cont .contact-txt p{
    line-height:2rem;
    
  }
  .other-cont ul li{
    width:100%;
  }
  .other-cont ul li h2{
    height:auto;
  }
}
@media (max-width: 768px) {
  .page-facts .info li {
    width: 50%;
  }
  .page-facts .info li:nth-child(2n) {
    border-right: none;
  }
 
}
/*  新增  */

/* resarch */
.row2 {
  padding: 11.5rem 0 13.25rem;
  background-size: 100% 100%;
}
.row2 .index-title {
  margin-bottom: 3.5rem;
}
.row2 .index-title h2 {
  text-align: left;
}

.index-research ul {
  position: relative;
}
.index-research li * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-research li .txt-box {
  width: 45%;
  position: relative;
  z-index: 9;
  padding-right: 2.5rem;
}
.index-research li .txt-box:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #9e2e24;
  border-radius: 50%;
  position: absolute;
  left: 100%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
.index-research li .txt-box:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #9e2e24;
  position: absolute;
  bottom: 8px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.index-research li .txt-box .inner {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  border-bottom: 1px solid #666666;
}
.index-research li .txt-box .inner:before {
  content: "";
  width: 100%;
  height: calc(100% - 1.25rem);
  background: #fff;
  -webkit-box-shadow: 0px 6px 10px 9px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 6px 10px 9px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.index-research li .txt-box .tit {
  position: relative;
  display: block;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1.875rem;
  height: 3.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-research li .txt-box .abst {
  position: relative;
  margin-top: 1.25rem;
  font-size: 1rem;
  color: #666666;
  line-height: 1.5625rem;
  height: 3.125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
}
.index-research li .pic-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
  padding: 20px 20px 0 0;
}
.index-research li .pic-box:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #9e2e24;
  position: absolute;
  top: 0;
  right: 0;
}
.index-research li .pic-box .pic {
  position: relative;
  z-index: 8;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
background:#fff;
}
.index-research li .pic-box .pic .img {
  display: block;
}
.index-research li .pic-box .pic .img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.index-research li.active .txt-box:before, .index-research li.active .txt-box:after {
  opacity: 1;
  visibility: visible;
}
.index-research li.active .inner {
  padding-right: 2.1875rem;
  padding-bottom: 3.75rem;
  border-bottom: 1px solid transparent;
}
.index-research li.active .inner:before {
  opacity: 1;
  visibility: visible;
}
.index-research li.active .tit {
  color: #9e2e24;
}
.index-research li.active .abst {
  display: block;
}
.index-research li.active .pic {
  visibility: visible;
  opacity: 1;
}

.row4 {
  padding: 9.75rem 0 7rem;
}

@media (max-width: 992px) {
  .row2 {
    padding: 3rem 0 !important;
    background: url(../images/row2-bgphone.png) no-repeat;
    background-size: cover;
    border-top: 2px solid #9e2e24;
    border-bottom: 2px solid #9e2e24;
  }
  .row2 .index-title {
    margin-bottom: 2rem;
  }
  .row4 {
    padding: 4rem 0 4rem;
  }
  .index-research li {
    overflow: hidden;
    margin-top: 1.25rem;
  }
  .index-research li .txt-box {
    padding: 0 !important;
  }
  .index-research li .txt-box:before, .index-research li .txt-box:after {
    display: none;
  }
  .index-research li .txt-box .inner {
    padding: 2rem 0 !important;
    border-bottom: 1px solid #666666 !important;
  }
  .index-research li .txt-box .inner:before {
    display: none;
  }
  .index-research li .pic-box {
    position: relative;
    width: 100%;
  }
  .index-research li .pic-box .pic {
    
    height: auto;
    opacity: 1;
    visibility: visible;
  }
  .index-research li .txt-box {
    width: 100%;
  }
  .index-research li .txt-box .abst {
    display: block;
  }
  .index-more {
    width: 100px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 600px) {
  .index-title h2 {
    font-size: 1.75rem !important;
    line-height: 3rem;
  }
}
/* resarch */