body {
  color: #333;
  font-family: 'Microsoft YaHei', '微软雅黑';
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #942c2c;
  text-decoration: none;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.row >* {
  flex-shrink: 0;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width:767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row >* {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.gp-img-responsive {
  padding-bottom: 56.25%;
}
.slick-arrow {
  color: #942c2c;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #942c2c;
}
.slick-dots li.slick-active button {
  background-color: #942c2c;
}
.slick-dots li:hover button {
  background-color: #942c2c;
}
.slick-dots li.slick-active button {
  background-color: #942c2c;
}
body .gp-container {
  width: 1400px;
}
@media screen and (max-width:1460px) {
  body .gp-container {
    width: 1200px;
  }
}
@media screen and (max-width:1386px) {
  body .gp-container {
    width: 1100px;
  }
}
@media screen and (max-width:1320px) {
  body .gp-container {
    width: 1000px;
  }
}
/***分页组件1*/
.gp-page1 {
  padding: 20px 0 50px;
  font-size: 0;
  text-align: center;
}
.gp-page1::after,
.gp-page1::before {
  content: " ";
  display: table;
}
.gp-page1 a::before {
  display: none;
}
.gp-page1 >a,
.gp-page1 >span,
.gp-page1 >div>span,
.gp-page1 .num>a,
.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  position: relative;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 8px 11px;
  vertical-align: middle;
}
.gp-page1 a span {
  border: none;
}
.gp-page1 a:hover,
.gp-page1 a.on_pages {
  background-color: #942c2c;
  color: #fff;
  border-color: #942c2c;
}
.gp-page1 a.on_pages {
  background-color: #942c2c;
}
.gp-page1 .hide {
  display: none !important;
}
.gp-page1 .selectDiv::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  transform: rotateX(0deg);
  border: 5px solid transparent;
  border-top-color: #612525;
  position: absolute;
  right: 6px;
  top: 13px;
}
.gp-page1 .selectDiv {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  text-align: center;
  vertical-align: top;
  font-size: 14px;
  transition: all 0.35s ease-in-out;
  margin: 0 5px;
  border: 1px solid #d7dfdc;
  margin-bottom: 5px;
  cursor: pointer;
  text-align: center;
  padding: 9px 28px;
  position: relative;
}
.gp-page1 .selectDiv ul.on {
  display: block;
  width: 100%;
}
.gp-page1 .selectDiv ul {
  text-align: center;
  font-size: 14px;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 240px;
  border: 1px solid #d7dfdc;
  border-bottom: none;
  background: #ffffff;
  display: none;
}
.gp-page1 .selectDiv ul li:hover {
  background: #942c2c;
}
.gp-page1 .selectDiv ul li:hover a {
  color: #ffffff;
}
.gp-page1 .selectDiv ul a {
  line-height: 30px;
  padding: 0px 10px;
}
.gp-page1 .selectDiv ul a:hover {
  background: none;
  color: #000000;
}
.gp-page1 .selectDiv ul a.active {
  display: block;
}
.gp-page1 .selectDiv:hover.selectDiv:before {
  transition: transform all 2s ease;
  transform: rotateX(-180deg) translateY(5px);
  transform-origin: center;
}
.gp-page1.pageStyle1 a,
.gp-page1.pageStyle1 >span,
.gp-page1.pageStyle1 div>span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle1 .totalPage,
.gp-page1.pageStyle1 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle1 a::before {
  display: inline-block;
}
.gp-page1.pageStyle1 a span {
  display: none;
}
.gp-page1.pageStyle1 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle1 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle1 .turnPage span {
  border: none;
}
.gp-page1.pageStyle1 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
}
.gp-page1.pageStyle2 a,
.gp-page1.pageStyle2 >span,
.gp-page1.pageStyle2 div>span {
  padding: 10px;
  min-width: 36px;
  min-height: 36px;
}
.gp-page1.pageStyle2 >a {
  border-radius: 50%;
}
.gp-page1.pageStyle2 .totalPage,
.gp-page1.pageStyle2 .perPage {
  border: none;
  margin: 0;
  padding: 10px;
}
.gp-page1.pageStyle2 a::before {
  display: inline-block;
}
.gp-page1.pageStyle2 a span {
  display: none;
}
.gp-page1.pageStyle2 .selectDiv {
  padding: 13px 10px;
  min-width: 66px;
}
.gp-page1.pageStyle2 .iconfont {
  font-size: 20px;
}
.gp-page1.pageStyle2 .turnPage span {
  border: none;
}
.gp-page1.pageStyle2 .num a {
  min-height: 42px;
  min-width: 42px;
  text-align: center;
  line-height: 1.4;
  border-radius: 50%;
}
@media screen and (max-width:767px) {
  .gp-page1 .turnPage {
    display: none;
  }
  .gp-page1 >a,
  .gp-page1 >span,
  .gp-page1 >.gp-ib {
    display: none;
  }
  .gp-page1 a.on_pages,
  .gp-page1 .gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}
/*导航制定效果*/
.pid-2a2f8814-5408-40f4-921d-117f8f73235c {
  /*position:absolute;*/
  /*left:0;*/
  /*top:0;*/
  /*z-index:10;*/
  /*width:100%;*/
}
/*导航下拉样式*/
.pid-2a2f8814-5408-40f4-921d-117f8f73235c .nav ul > li .subNav {
  background: rgba(113, 4, 25, 0.9);
}
.pid-2a2f8814-5408-40f4-921d-117f8f73235c .nav ul > li .subNav a {
  font-size: 16px;
  color: #fff !important;
  line-height: 28px;
  padding: 0 20px;
  margin: 16px 0;
}
.pid-2a2f8814-5408-40f4-921d-117f8f73235c .nav ul > li .subNav a:hover {
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 996px) {
  .gp-f36 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .gp-page1 {
    padding: 25px 0 !important;
  }
}
/*小尺寸三道杠上间距*/
.gp-header15 .gp-menu {
  margin-top: -45px !important;
}
@media screen and (max-width: 767px) {
  .gp-header15 .gp-menu .gp-menu-header {
    right: -32px !important;
  }
}
.gp-header15 .gp-menu .gp-menu-header {
  margin-top: -19px !important;
}
/*三道杠位置*/
.gp-header15 .gp-menu .gp-menu-header .gp-menu-header-icon {
  margin: 24px 30px 0 0 !important;
}
/*小尺寸搜索*/
.gp-header15 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  margin: 40px auto 0 !important;
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*导航logo底色*/
.gp-header15 .gp-top .gp-logo {
  background: transparent !important;
  max-width: 500px !important;
  padding: 24px 2vw !important;
}
@media screen and (max-width: 1400px) {
  .gp-header15 .gp-top .gp-logo {
    margin-right: 50px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 960px) {
  /*导航logo底色*/
  .gp-header15 .gp-top .gp-logo {
    max-width: 300px;
  }
}
/*导航图标底色*/
.gp-header15 .gp-top .topRight .gp-link {
  background: unset !important;
  margin-top: 3px !important;
}
.gp-header15 .gp-top .topRight .gp-link a:nth-child(1) > div {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 10px 10px 9px 10px;
  border-radius: 24px;
}
.gp-header15 .gp-top .topRight .gp-link a:nth-child(2) {
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 11px;
  border-radius: 24px;
}
/*导航栏目字号*/
.gp-header15 .gp-top .topRight .gp-nav-wrap .gp-nav > li > a {
  font-size: 18px;
}
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*-----------------------------------------------------*/
/*第三版页脚细节*/
.footer_block24 .footer .flex .gp-fl .logo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16) !important;
  padding-right: 0px !important;
}
/*地址颜色*/
.footer_block24 .footer .flex .gp-fl .addr,
.footer_block24 .footer .flex .gp-fm .link a,
.footer_block24 .footer .flex .gp-fr .code span {
  opacity: 0.7;
  font-size: 15px !important;
}
/*友情链接标题大小*/
.footer_block24 .footer .flex .gp-fm .link h3 {
  font-size: 24px;
}
@media screen and (max-width: 320px) {
  /*banner点点点小尺寸隐藏*/
  .carousel16 .gpCarousel .slick-dots {
    display: none;
  }
}
/*页脚logo上下间距*/
.footer_block40 .footer_bot1 {
  padding: 20px 0 40px 0 !important;
}
/*中心和研究所的简介部分*/
.column-list2 li p {
  margin-top: 20px;
}
/*页脚二维码位置*/
.footer_block40 .footer_bot1 .gp-container .info2 {
  width: 110px;
  /*background:#222;*/
  text-align: center;
}
/*隐藏after就可以平均分并且两端对齐*/
.footer_block40 .footer_bot1 .gp-container::after {
  display: none;
}
.footer_block40 .footer_top ul {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
/*二级页标题*/
.asideList9 .gp-subLeft .subLeftTitle {
  background: #942c2c !important;
}
.block-list82 h2 {
  color: #942c2c !important;
  border-bottom-color: #612525 !important;
}
.asideList9 .gp-subLeft > ul > li > a.active {
  color: #942c2c !important;
}
@media screen and (max-width: 960px) {
  /*二级页标题细节*/
  .asideList9 .gp-subLeft .subLeftTitle {
    margin: 1px !important;
  }
}
/*二级页子栏目底色*/
.asideList9 .gp-subLeft > ul {
  background: #f5f5f5 !important;
}
/*二级页banner高度*/
.single_img2 .gp-img-responsive,
.single_img1 .gp-img-responsive {
  padding-bottom: 16% !important;
}
.columnList4 >li a .gpTextArea .title {
  padding: 0px 0 15px 0 !important;
}

body{}
