body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px !important;
}
a {
  color: #333333;
}
a:hover {
  color: #94070a;
  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: #94070a;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #94070a;
}
.slick-dots li.slick-active button {
  background-color: #94070a;
}
.slick-dots li:hover button {
  background-color: #94070a;
}
.slick-dots li.slick-active button {
  background-color: #94070a;
}
body .gp-container {
  width: 1200px;
}
@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: #94070a;
  color: #fff;
  border-color: #94070a;
}
.gp-page1 a.on_pages {
  background-color: #94070a;
}
.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: #bfbeac;
  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: #94070a;
}
.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;
  }
}
section .gp-header36 {
  background: none;
  position: relative;
  /*padding-top: 30px;*/
}
section .gp-header36:before {
  content: '';
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(90deg, #DD4B31 0%, #E22608 100%);
  position: absolute;
  top: -30px;
  right: 0px;
  z-index: 1;
}
.gp-header36 .header .gp-container {
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.gp-header36 .header .gp-container .con {
  flex-direction: column;
  position: relative;
}
.gp-header36 .header .gp-container .con .gp-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  margin-top: 0px;
}
.gp-header36 .header .gp-container .con .gp-logo img {
  max-height: 85px;
  margin-top: 0px;
}
section .gp-header36 .header .gp-container .con .conRt .botRt .nav {
  border: none;
  padding: 0;
  width: 100%;
  justify-content: space-between;
}
.gp-header36 .header .gp-container .con .conRt .botRt .rtRt {
  display: none !important;
}
section .gp-header36 .header .gp-container .con .conRt .botRt .nav {
  margin-top: 30px;
}
.gp-header36 .header .gp-container .con .conRt .topRt .gp-link a {
  font-size: 18px;
  font-weight: bold;
}
/*头部颜色*/
section .gp-header36 {
  background: linear-gradient(89.18deg, #94070A 30.22%, #DE4A32 117.23%);
  border-top: 0px solid #DE1608;
}
section .gp-header36 .header .gp-container .con .conRt .topRt::before {
  background: linear-gradient(265.78deg, #E22608 2.49%, #da4730 97.38%);
}
section .gp-header36 .header .gp-container .con .conRt .topRt::after {
  background: linear-gradient(265.78deg, #E22608 2.49%, #B30004 97.38%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
/*导航下拉修改*/
section .gp-header36 .header .gp-container .con .conRt .botRt {
  margin: 15px 0 0;
}
section .gp-header36 .header .gp-container .con .conRt .botRt .nav li .subNav {
  min-width: 150px;
  left: calc(50% - 75px);
  top: 100%;
}
section .gp-header36 .header .gp-container .con .conRt .botRt .nav li > a {
  padding: 5px 6px 20px;
  margin: 15px 0 0;
}
.gp-header36.currents {
  position: relative;
  border: none;
}
.gp-header36 .header .gp-container .con .conRt .topRt {
  margin-top: 20px;
}
.currents .gp-header36 .header .gp-container .con .gp-logo,
.currents .gp-header36 .header .gp-container .con .conRt .topRt {
  display: none;
}
.currents section .gp-header36 .header .gp-container .con .conRt .botRt .nav {
  margin-top: 0;
}
.currents section .gp-header36 .header .gp-container .con .conRt .botRt .nav li > a {
  margin: 0;
}
/*取消hover效果*/
section .gp-img-responsive img:hover {
  transform: scale(1);
  opacity: 1;
}
section .block-list5 div:hover {
  transform: translateX(0px);
}
section .block-list212 li a {
  transition: all 0s ease-in-out;
}
section .block-list212 li a:hover {
  box-shadow: 0 0 0px transparent;
}
/*section .block-list165 li a:hover{
    background: transparent;
    box-shadow: none;
}*/
section .footer_block20 .gp-fl .addr li {
  margin-top: 12px;
}
section .footer_block20 .gp-fr .code {
  margin-top: 4px;
}
section .footer_block20 .gp-fr .code .codeName {
  padding-top: unset;
  place-content: center;
}
section .horizontalMenu1 {
  text-align: left;
}
section .horizontalMenu1 ul {
  margin: 0 -10px;
}
section .horizontalMenu1 ul li {
  margin-bottom: 20px !important;
}
section .horizontalMenu1 ul li a {
  margin: 0 10px;
}
/*样式修改*/
.page-list37 > ul li a:hover .newsImg img {
  transform: scale(1) !important;
}
.page-list37 > ul li a:hover .newsText {
  padding-left: 27px !important;
}
.page-list34 .block-list91 li:hover {
  transform: translateX(0px) !important;
}
.page-list34 .block-list91 li:hover a .mode1lInfor p {
  color: #94070a;
}
.page-list30 > ul li a:hover {
  padding-left: 28px !important;
}
.page-list5 .block-list > li a:hover {
  transform: translateX(0px) !important;
}
.page-list54 .wrap_content > ul li:hover {
  transform: translateX(0px) !important;
}
/* 二级侧栏效果 */
section .asideList12 .gp-subLeft > ul > li > a {
  font-size: 18px;
}
/*section .asideList12 .gp-subLeft > ul > li .gp-second-nav dd a{*/
/*    text-align: left;*/
/*    padding: 8px 22px 8px 110px;*/
/*}*/
section .asideList12 .gp-subLeft > ul > li .gp-second-nav dd a {
  font-size: 16px;
}
@media screen and (max-width: 1500px) {
  section .gp-header36 .header .gp-container .con .conRt .topRt .gp-link a {
    padding-right: 4px;
    margin-left: 4px;
  }
  section .gp-header36 .header .gp-container .con .gp-logo img {
    max-height: 70px;
  }
  section .gp-header36 .header .gp-container .con .conRt .botRt .nav,
  section .gp-header36 .header .gp-container .con .conRt .topRt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1320px) {
  section .gp-header36 .header .gp-container .con .conRt .topRt .gp-link a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1240px) {
  section .gp-header36 .header .gp-container .con .conRt .botRt .nav {
    margin-top: 10px;
  }
  section .gp-header36 .header .gp-container .con .gp-logo img {
    max-height: 60px;
  }
  section .gp-header36 .header .gp-container .con .conRt .topRt {
    margin-top: 0px;
  }
}
@media screen and (max-width: 1100px) {
  section .gp-header36 .header .gp-container .con .conRt .topRt .openSearch {
    margin-left: 0px;
  }
  section .gp-header36 .header .gp-container .con .conRt .topRt .gp-link a {
    font-size: 14px;
  }
  section .gp-header36 .header .gp-container .con .gp-logo img {
    max-height: 50px;
  }
}
@media screen and (max-width: 996px) {
  section .gp-header36 {
    padding-top: 10px !important;
  }
  section .gp-header36 .header .gp-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  section .gp-header36 .header .gp-container .con .gp-logo {
    position: relative;
  }
  section .gp-header36 .gp-menu .gp-menu-header .gp-menu-header-icon {
    margin-top: 15px;
  }
}
@media screen and (min-width: 996px) {
  .gp-pc-layout-pid-c03a2709-bbfc-4ca5-97fb-6b2295531a70:nth-child(1) {
    width: 280px !important;
  }
  .page-list14 .block-list > li a:hover {
    transform: translateY(0px) !important;
  }
}
@media screen and (max-width: 521px) {
  section .gp-header36 .open .gp-menu-link a {
    font-size: 12px;
  }
}
/*头部6样式调整*/
section .gp-header6 .gp-top .gp-search-wrap .gp-search {
  margin-left: 400px;
}
section .gp-header6 .gp-top .gp-search-wrap a {
  background: #a36162;
}
section .gp-header6 .gp-nav-wrap .gp-nav > li > a {
  font-size: 16px;
  color: #333;
}
section .gp-header6 .gp-nav-wrap .gp-nav > li:hover > a {
  color: #fff;
}
section .gp-header6 .gp-top .gp-search-wrap a {
  margin-left: 14px;
}
section .gp-nav-wrap {
  background: #fff;
}
section .gp-header6.currents nav {
  background-color: #fff;
}

body{}
