.gp-header24 {
  /*手机端导航默认*/
  /*导航*/
  /*导航内标签效果*/
}
.gp-header24 .headTop {
  background-color: #0F87D6;
  min-height: 40px;
}
.gp-header24 .headTop .en {
  text-align: right;
}
.gp-header24 .headTop .en a {
  display: inline-block;
  margin-right: 10px;
  line-height: 18px;
  padding: 11px 0;
}
.gp-header24 .headTop .en a:last-child {
  margin-right: 0px;
}
.gp-header24 .headMiddle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.gp-header24 .headMiddle .gp-link {
  display: flex;
  padding: 15px 0;
}
.gp-header24 .headMiddle .gp-link a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid rgba(51, 51, 51, 0.1);
  margin-right: 20px;
}
.gp-header24 .headMiddle .gp-link a:last-child {
  margin-right: 0px;
}
.gp-header24 .headMiddle .gp-logo {
  padding:21px 0;
  width: 560px;

}
.gp-header24 .headMiddle .gp-logo .logo_02 {
  margin-left: 10px;
}
.gp-header24 .headMiddle .gp-search {
  position: relative;
}
.gp-header24 .headMiddle .gp-search .notxt {
  width: 240px;
  height: 34px;
  border-radius: 20px;
  border: 1px solid #0F87D6;
  padding: 7px 30px 7px 20px;
  font-size: 16px;
  color: #ddd;
  outline: none;
}
.gp-header24 .headMiddle .gp-search .notxt1 {
  width: 20px;
  height: 20px;
  background: inherit;
  border: 0;
  outline: none;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.gp-header24 .headMiddle .gp-search .notxt1::before {
  font-weight: lighter;
  color: #0F87D6;
  font-size: 20px;
}
.gp-header24 .headBottom {
  background-color: #f8f8f8;
}
.gp-header24 .headBottom .nav {
  display: flex;
  justify-content: space-between;
}
.gp-header24 .headBottom .nav li {
  position: relative;
}
.gp-header24 .headBottom .nav li a {
  display: inline-block;
  line-height: 1.2778;
  padding: 13.5px 0;
}
.gp-header24 .headBottom .nav li .subNav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 500px;
  padding: 10px 30px;
  border: 1px solid #bfbeac;
  border-top: none;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transform: translate3d(-30px, 100px, 0);
  transition: transform 0.35s ease, opacity 0.35s ease;
  height: 0%;
  overflow: hidden;
    z-index:999;
  background:#fff;


}
.gp-header24 .headBottom .nav li .subNav dd {
  width: 50%;
}
.gp-header24 .headBottom .nav li .subNav dd a {
  display: block;
  text-align: center;
  padding: 10px 0;
}
.gp-header24 .headBottom .nav li .subNav dd a span {
  background-image: linear-gradient(#0F87D6, #0F87D6);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: center bottom;
  transition: background-size 0.35s ease;
}
.gp-header24 .headBottom .nav li .subNav dd a:hover {
  color: #0F87D6;
  position: relative;
}
.gp-header24 .headBottom .nav li .subNav dd a:hover span {
  background-size: 100% 1px;
}
.gp-header24 .headBottom .nav li:nth-last-child(1) .subNav,
.gp-header24 .headBottom .nav li:nth-last-child(2) .subNav,
.gp-header24 .headBottom .nav li:nth-last-child(3) .subNav {
  left: auto;
  right: 0px;
}
.gp-header24 .headBottom .nav li.on .subNav {
  transform: translate3d(-30px, 0px, 0);
  opacity: 1;
  height: auto;
}
.gp-header24 .headBottom .nav li.on:nth-last-child(1) .subNav,
.gp-header24 .headBottom .nav li.on:nth-last-child(2) .subNav,
.gp-header24 .headBottom .nav li.on:nth-last-child(3) .subNav {
  transform: translate3d(30px, 0px, 0);
}
.gp-header24 .headBottom .nav li::after {
  content: "";
  display: block;
  height: 2px;
  width: 0%;
  background-color: #0F87D6;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.35s ease;
}
.gp-header24 .headBottom .nav li:hover::after {
  width: 100%;
}
.gp-header24 .headBottom .nav li::marker {
  content: "";
}
@media screen and (max-width: 1320px) {
  .gp-header24 .headMiddle .gp-logo {
    width: 500px;
  }
  .gp-header24 .headMiddle .gp-logo .logo_01 {
    max-width: 50%;
  }
  .gp-header24 .headMiddle .gp-logo .logo_02 {
    max-width: 50%;
  }
}
.gp-header24 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.gp-header24 .gp-menu {
  display: none;
  width: 100%;
  z-index: 98;
  height: 100%;
  position: relative;
}
.gp-header24 .gp-menu .gp-menu-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-link a {
  color: #fff;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #0F87D6;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  top:7px;
  cursor: pointer;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 2px) / 3);
  width: 27px;
  height: 3px;
  background-color: #0F87D6;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #0F87D6;
  display: block;
  border-radius: 4px;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px) / 2.1);
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.gp-header24 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
.gp-header24 .gp-menu .gp-menu-nav {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0px;
  padding-top: 40px;
  background: #0F87D6;
  display: none;
}
.gp-header24 .gp-menu .gp-menu-nav > ul li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}
.gp-header24 .gp-menu .gp-menu-nav > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header24 .gp-menu .gp-menu-nav > ul > li > a {
  display: inline-block;
  padding: 14px 0 14px 25px;
  font-size: 18px;
}
.gp-header24 .gp-menu .gp-menu-nav > ul > li > ul {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 50px;
}
.gp-header24 .gp-menu .gp-menu-nav > ul > li > ul a {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
}
.gp-header24 .gp-menu .gp-menu-nav > ul > li > .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.gp-header24 .gp-menu .gp-menu-nav > ul > li.on .gp-menu-arrow {
  transform: rotate(90deg);
}
.gp-header24 .gp-menu .gp-menu-nav li ul {
  display: none;
}
.gp-header24 .gp-menu .gp-menu-nav a {
  color: #fff;
}
.gp-header24 .open .gp-m-search {
  text-align: center;
  font-size: 0;
  margin: 20px 0;
}
.gp-header24 .open .gp-m-search .notxt {
  width: 80%;
  height: 40px;
  padding-left: 20px;
  border: 0;
  margin: 0;
  outline: none;
  vertical-align: top;
}
.gp-header24 .open .gp-m-search .notxt1 {
  width: 10%;
  height: 40px;
  border: 0;
  margin: 0;
  outline: none;
  vertical-align: top;
}
.gp-header24 .open .gp-m-search .notxt1::before {
  color: #0F87D6;
  font-size: 20px;
}
.gp-header24 .open .gp-menu-link {
  display: block;
  padding-top: 20px;
  text-align: center;
}
.gp-header24 .open .gp-menu-link a {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  margin-right: 10px;
}
.gp-header24 .open .gp-menu-link a:last-child {
  margin-right: 0px;
}
.gp-header24 .open .gp-menu-header {
  background: none;
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 1080px) {
  .gp-header24 .header .headTop,
  .gp-header24 .header .gp-link,
  .gp-header24 .header .gp-search,
  .gp-header24 .header .headBottom {
    display: none !important;
  }
  .gp-header24 .header .headMiddle {
    justify-content: left;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .gp-header24 .header .headMiddle .gp-logo {
    background: none;
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0);
    justify-content: left;
    padding: 20px 10px;
  }
  .gp-header24 .header .gp-menu {
    display: block;
    position: absolute;
    top: 30px;
    right: 50px;
    width: auto;
  }
  .gp-header24 .header .gp-menu.open {
    position: relative;
    top: -80px;
  }
}
@media screen and (max-width: 479px) {
  .gp-header24 .header .headMiddle .gp-logo {
    max-width: 90%;
  }
  .gp-header24 .header .gp-menu {
    top: 20px;
    right: 15px;
  }
}
.dtbread1 {
  position: relative;
}

.dtbread1 .subBanner::after {
  content: "";
  display: block;
  width: 100%;
  height: 159px;
  position: absolute;
  bottom: 0px;
  background: linear-gradient(0deg, #000000 0%, transparent 100%);
}
.dtbread1 .gp-container {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.dtbread1 .gp-container .channel {
  display: flex;
  align-items: baseline;
  margin-bottom: 80px;
}
.dtbread1 .gp-container .channel .channelPath {
  margin-left: 20px;
}
.dtbread1 .gp-container .channel .channelPath a:hover {
  color: #0F87D6;
}
.dtbread1 .gp-container .channel .channelPath span {
  padding-left: 7px;
  padding-right: 2px;
}
.dtbread1 .gp-container .sidebar {
  position: absolute;
  right: 0px;
  bottom: 30px;
}
.dtbread1 .gp-container .sidebar ul {
  display: flex;
  flex-wrap: nowrap;
  flex-wrap: wrap;
}
.dtbread1 .gp-container .sidebar ul li {
  margin-right: 30px;
  position: relative;
}
.dtbread1 .gp-container .sidebar ul li .gp-toggles {
  padding: 5px;
}
.dtbread1 .gp-container .sidebar ul li .gp-second-nav {
  display: none;
  position: absolute;
  bottom: 20px;
  padding: 10px 0px;
  margin-left: -10px;
  border-radius: 4px;
  width: 150%;
  background-color: rgba(0, 0, 0, 0.5);
}
.dtbread1 .gp-container .sidebar ul li .gp-second-nav dd a {
  display: block;
  padding: 5px 0;
  padding-left: 10px;
  transition: all 0.25s ease;
}
.dtbread1 .gp-container .sidebar ul li .gp-second-nav dd:hover a {
  color: #0F87D6;
}
.dtbread1 .gp-container .sidebar ul li:last-child {
  margin-right: 0px;
}
.dtbread1 .gp-container .sidebar ul li.active * {
  color: #fff;
}
.dtbread1 .gp-container .sidebar ul li:hover > a {
  color: #0F87D6;
}
.dtbread1 .gp-container .sidebar ul li::marker {
  content: "";
}
@media screen and (max-width: 1400px) {
  .dtbread1 .gp-container .channel {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 996px) {
  .dtbread1 .gp-container {
    width: 100% !important;
    position: static;
    transform: translateX(0);
    margin: 0px;
  }
  .dtbread1 .gp-container * {
    color: #333;
  }
  .dtbread1 .gp-container .channel {
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999999;
  }
  .dtbread1 .gp-container .channel .channelName {
    font-size: 30px;
  }
  .dtbread1 .gp-container .sidebar {
    position: static;
    margin-top: 10px;
  }
  .dtbread1 .gp-container .sidebar ul {
    justify-content: flex-end;
  }
  .dtbread1 .gp-container .sidebar ul li:last-child {
    margin-right: 10px;
  }
  .dtbread1 .subBanner::after {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .dtbread1 .gp-container .channel {
    display: block;
  }
  .dtbread1 .gp-container .channel .channelPath {
    text-align: right;
  }
  .dtbread1 .gp-container .channel .channelName {
    font-size: 26px;
  }
  .dtbread1 .gp-container .sidebar ul {
    justify-content: center;
  }
}
.gp-articleTitle1 {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}
.gp-articleTitle1 h3 {
  line-height: 1.4;
  text-align: center;
}
.gp-articleTitle1 h4 {
  line-height: 1.4;
  text-align: center;
}
.gp-articleAuthor1 {
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.gp-articleAuthor1 span,
.gp-articleAuthor1 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #666;
  color: #999;
}
.gp-articleAuthor1 i {
  margin: 0 10px;
  font-style: normal;
  font-weight: normal;
  color: #ccc;
}
.gp-articleAuthor1 span:last-child i {
  display: none;
}
.gp-article1 {
  position: relative;
  line-height: 1.8;
  padding-bottom: 25px;
  padding-top: 15px;
  color: #666;
}
.gp-article1 p {
  margin-bottom: 1.5rem;
}
.gp-article1 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .gp-article1 {
    font-size: 14px;
  }
}
/*附件*/
.gp-annex4 h2 {
  background: rgba(15, 135, 214, 0.25);
  padding: 14px 35px;
  box-sizing: border-box;
  color: #0F87D6;
  margin-bottom: 20px;
}
.gp-annex4 ul li {
  position: relative;
  overflow: hidden;
  padding: 5px 30px;
  box-sizing: border-box;
  background: #ededee;
}
.gp-annex4 ul li a {
  color: #666;
  display: block;
  line-height: 1.4;
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.gp-annex4 ul li a:hover {
  color: #0F87D6;
}
