body {
  color: #333;
  font-family: 微软雅黑;
  font-size: 15px;
}
html {
  font-size: 15px;
}
.gp-f16 {
  font-size: 16px;
}
a {
  color: #333333;
}
a:hover {
  color: #12449f;
  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: #12449f;
}
.slick-arrow:hover {
  color: #fff;
}
.slick-arrow:hover:after {
  background-color: #12449f;
}
.slick-dots li.slick-active button {
  background-color: #12449f;
}
.slick-dots li:hover button {
  background-color: #12449f;
}
.slick-dots li.slick-active button {
  background-color: #12449f;
}
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 a:not([href]) {
  color: #ccc;
}
.gp-page1 a a:not([href]):hover {
  background: none;
  color: #ccc;
  border: 1px solid #ccc;
}
.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: #12449f;
  color: #fff;
  border-color: #12449f;
}
.gp-page1 a.on_pages {
  background-color: #12449f;
}
.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: #0066b6;
  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: #12449f;
}
.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 .num {
    display: inline-block;
  }
  .gp-page1 .num a {
    display: none;
  }
  .gp-page1 .num .on_pages,
  .gp-page1 .num  {
    display: inline-block;
  }
  .gp-page1 a.gp-page-prev,
  .gp-page1 .gp-page-next,
  .gp-page1 .gp-page-start,
  .gp-page1 .gp-page-end {
    display: inline-block;
  }
}
@media screen and (max-width:996px) {
  .gp-title77 h2 {
    font-size: 20px !important;
  }
}
@media screen and (max-width:768px) {
  .footer_block33 .footer .footerCon .info p {
    font-size: 12px !important;
  }
}
@media screen and (max-width:479px) {
  .footer_block33 img {
    max-width: 100% !important;
  }
}
/*第二个logo*/
/*.gp-header5 .header .gp-logo a:nth-child(2){*/
/*    margin-left:10px;*/
/*}*/
/*导航底色*/
.gp-header5 .gp-nav {
  background: rgba(255, 255, 255, 0.9) !important;
}
.gp-header5 .gp-nav ul li a {
  color: #222 !important;
}
.gp-header5 .gp-nav ul li .subNav {
  background: #fff !important;
}
.gp-header5 .gp-nav ul li .subNav dl dd a {
  color: #757575 !important;
}
.gp-header5 .gp-nav ul li .subNav dd:hover a {
  font-weight: bold;
  /*opacity:.7;*/
}
/*.gp-header5 .gp-nav ul{*/
/*    position:relative;*/
/*}*/
/*.gp-header5 .gp-nav ul li::before{*/
/*    content:"";*/
/*    display:block;*/
/*    width:1px;*/
/*    height:100%;*/
/*    background:rgba(0,0,0,.1);*/
/*    position:absolute;*/
/*    left:0;*/
/*    top:0;*/
/*}*/
/*logo中间竖线*/
.gp-header5 .header .gp-logo a:nth-child(2) {
  padding-left: 20px;
  margin-left: 20px;
}
.gp-header5 .header .gp-logo #logo2 {
  position: relative;
}
.gp-header5 .header .gp-logo #logo2::before {
  content: "";
  display: block;
  width: 2px;
  height: 60%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 20%;
  left: 0;
}
/*导航叉号位置*/
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1),
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  top: calc((100% - 0px) / 2.2) !important;
}
/**/
/**/
/**/
/**/
/*二级页banner隐藏*/
.gp-layout {
  display: none !important;
}
/*二级页标题层级关系*/
.asideList17 .gp-subLeft {
  z-index: 8 !important;
}
/**/
/**/
/**/
/**/
/*页脚二维码*/
.qr-footer {
  background: #373737;
  border-top: 6px solid #ef913e;
  padding: 10px 0;
}
.qr-footer-inner {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.qr-item {
  float: left;
  width: 130px;
  margin-left: 84px;
  margin-top: 22px;
  text-align: center;
}
.qr-item img {
  width: 100%;
  display: block;
  cursor: pointer;
  transition: all 0.6s;
}
.qr-item img:hover {
  transform: scale(1.4);
}
.qr-item div {
  margin-top: 6px;
  font-size: 12px;
  color: #fff;
}
@media (max-width: 767px) {
  .qr-footer-inner {
    width: auto;
    padding: 0 15px;
    text-align: center;
  }
  .qr-item {
    float: none;
    display: inline-block;
    margin: 14px 10px;
  }
}
.qr-item img {
  cursor: pointer;
  transition: all 0.6s;
}
.qr-item img:hover {
  transform: scale(1.4);
}
.footer_block33 .footer .footerCon .info {
  display: flex;
  justify-content: right;
  padding: 0 0 0 0 !important;
}
@media (max-width: 996px) {
  .footer_block33 .footer .footerCon .info {
    padding: 0 20px !important;
    text-align: center;
  }
  .footer_block33 .footer .footerCon .info {
    justify-content: center;
  }
}
.footer_block33 .footer .footerCon .info p {
  margin-right: 0 !important;
}
.footerCopyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 10px 0;
}
/*页脚左侧*/
.footerText {
  float: left;
  width: 640px;
  text-align: left;
}
.footerTextItem {
  float: left;
  width: 300px;
  margin-right: 20px;
}
.footerTextItem h3 {
  margin: 0 0 14px;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: left;
}
.footerTextItem p {
  margin: 0 0 7px;
  padding: 0;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  text-align: left;
  word-break: break-all;
}
@media (max-width: 1460px) {
  .qr-item {
    width: 110px;
    margin-left: 34px;
  }
  .footerTextItem {
    width: auto;
  }
}
@media (max-width: 1321px) {
  .footerTextItem p {
    font-size: 12px;
    line-height: 20px;
  }
  .qr-item {
    margin-left: 20px;
    width: 90px;
  }
  .footerTextItem {
    margin-right: 10px;
  }
}
@media (max-width: 996px) {
  .footerText {
    width: 100%;
  }
  .footerTextItem {
    width: 47%;
  }
  .footer_block33 .footer .footerCon .info {
    display: inline-block;
    width: 100%;
  }
  .info_2 {
    margin: 0 auto;
    margin: auto;
    align-self: center;
    justify-self: center;
  }
  .footerTextItem h3 {
    font-size: 14px;
    margin: 0 0 6px;
  }
}
@media (max-width: 640px) {
  .footerText {
    width: 100%;
  }
  .footerTextItem {
    width: 100%;
  }
  .footerTextItem:nth-child(2) {
    margin-top: 10px;
  }
  .qr-item {
    margin: 4px;
  }
}

body{}
