.gp-header5 {
  width: 100%;
  z-index: 999;
  position: relative;
}
.gp-header5 .gp-menu {
  width: 100%;
  position: relative;
  height: 40px;
  display: none;
  z-index: 99991;
  /* background: #f0efe1;*/
  background-color: #0a4381;
}
.gp-header5 .gp-menu .gp-menu-header {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #0a4381;
  height: 32px;
  text-align: left;
  float: right;
  width: 32px;
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  font-weight: bold;
  text-align: right;
  margin-top: 5px;
  background: #fff;
  transition: background 0.5s;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: 7px;
  top: calc((100% - 0px) / 3);
  width: 20px;
  height: 2px;
  background-color: #0a4381;
  display: block;
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header5 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header5 .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-header5 .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-header5 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  display: none;
}
.gp-header5 .gp-menu .gp-menu-nav {
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0px;
  padding-top: 10px;
  padding-bottom: 25px;
  display: none;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-link {
  float: left;
  line-height: 40px;
  padding-left: 20px;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-link li {
  display: inline-block;
  padding: 0;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-link li a {
  border-bottom: none;
  color: #666666;
}
.gp-header5 .gp-menu .gp-menu-nav li {
  position: relative;
  padding: 0 22px;
}
.gp-header5 .gp-menu .gp-menu-nav li strong {
  color: #aaa;
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 25px;
  cursor: pointer;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.gp-header5 .gp-menu .gp-menu-nav li .mobile_subNav {
  display: none;
  padding-left: 10px;
}
.gp-header5 .gp-menu .gp-menu-nav li a {
  display: inline-block;
  line-height: 38px;
  text-decoration: none;
  width: 100%;
  font-size: 14px;
  border-bottom: solid 1px #d3d3d3;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  text-indent: 15px;
}
.gp-header5 .gp-menu .gp-menu-nav dd a {
  height: 35px;
  line-height: 35px;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
  text-indent: 15px;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px 30px 0;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  overflow: hidden;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search {
  width: 100%;
  height: 38px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search input,
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search button {
  /* position: absolute; */
  width: 80%;
  outline: none;
  height: 38px;
  line-height: 38px;
  color: #bababa;
  border: none;
  background: #eeeeee;
  /* right: 30px; */
  /* top: 0px; */
  padding-left: 17px;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search .notxt1 {
  width: 55px;
  background-color: #ffffff;
  color: #0a4381;
  position: absolute;
  top: 0;
  right: 0;
  height: 35px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  z-index: 9999;
}
.gp-header5 .gp-menu .gp-menu-nav .gp-m-search .search .gp-m-search input.notxt {
  width: 95%;
  color: #333333;
  margin-left: 55px;
  border: none;
  height: 34px;
  background: none;
  padding-left: 10px;
  font-family: "Microsoft yahei";
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span {
  width: 20px;
  height: 2px;
  background-color: #992c23;
  display: block;
}
.gp-header5 .gp-menu .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header5 .gp-menu .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header5 .gp-menu .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
.gp-header5 .gp-menu .mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header5 .gp-menu .mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header5 .gp-menu .mobile-inner-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span {
  left: calc((100% - 25px) / 2);
  top: calc((100% - -9px) / 3);
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.gp-header5 .gp-menu .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@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;
  }
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header5 .gp-menu .mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@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);
  }
}
.gp-header5 .header {
  position: relative;
  overflow: hidden;
}
.gp-header5 .header .gp-logo {
  float: left;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 20px 0;
}
.gp-header5 .header .gp-logo img {
  max-height: 70px;
}
.gp-header5 .header .gp-logo a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.gp-header5 .header .gp-link {
  float: right;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width:996px) {
  .gp-header5 .header .gp-search {
    display: none;
  }
  .gp-header5 .header .gp-link {
    display: none;
  }
}
.gp-header5 .header .gp-search {
  width: 200px;
  overflow: hidden;
  margin: 14px auto 0;
  position: absolute;
  right: 0;
  top: 29px;
  height: 30px;
  border-radius: 20px;
}
.gp-header5 .header .gp-search .ser {
  z-index: 999;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gp-header5 .header .gp-search .ser .search {
  width: 100%;
  height: 38px;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}
.gp-header5 .header .gp-search .ser .search input,
.gp-header5 .header .gp-search .ser .search button {
  border: none;
  width: 100%;
  height: 30px;
  line-height: 28px;
  color: #bababa;
  border: none;
  background: #eeeeee;
  padding-left: 0px;
}
.gp-header5 .header .gp-search .ser .search .notxt {
  color: #bababa;
  padding-left: 10px;
  outline: none;
  height: 30px;
  font-family: "Microsoft yahei";
  font-size: 12px;
}
.gp-header5 .header .gp-search .ser .search .notxt1 {
  position: absolute;
  width: 35px;
  height: 30px;
  top: 0px;
  right: 0px;
  border: none;
  color: #0a4381;
  cursor: pointer;
  overflow: hidden;
  background-color: #d9d9d9;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .gp-header5 .header .gp-logo {
    margin: 0 auto;
    border-left: none;
    float: none;
    text-align: center;
  }
  .gp-header5 .header .gp-logo .logo_01 img {
    padding-top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .gp-header5 .header .gp-logo {
    font-size: 0;
  }
}
.gp-header5 .gp-nav {
  width: 100%;
  height: 50px;
  background: #0a4381;
}
.gp-header5 .gp-nav ul {
  height: 50px;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: space-around;
}
.gp-header5 .gp-nav ul li {
  position: relative;
  line-height: 50px;
  padding: 0 15px;
}
.gp-header5 .gp-nav ul li > a {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  display: block;
}
.gp-header5 .gp-nav ul li .subNav {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
  background: #0a4381;
  width: 100%;
  overflow: hidden;
  z-index: 999;
  *z-index: 9999;
}
.gp-header5 .gp-nav ul li .subNav dd a {
  line-height: 1.4;
  padding: 8px 0;
  display: block;
  text-align: center;
  color: #ffffff;
}
.gp-header5 .gp-nav ul li .subNav dd:hover {
  background: #fff;
}
.gp-header5 .gp-nav ul li .subNav dd:hover a {
  color: #333333;
}
.gp-header5 .gp-nav ul li.on .subNav {
  display: block;
}
.gp-header5 .gp-nav ul li:hover {
  cursor: pointer;
  color: #ffffff;
}
.gp-header5 .gp-nav ul li.on {
  background: #ffffff;
}
.gp-header5 .gp-nav ul li.on > a {
  color: #333333;
}
@media screen and (max-width: 1300px) {
  .gp-header5 .header,
  .gp-header5 .nav {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .gp-header5 .header {
    height: auto;
    background: none;
  }
  .gp-header5 .gp-nav {
    display: none;
  }
  .wrap_header {
    height: auto;
  }
  .gp-header5 .gp-menu {
    display: block;
  }
  .gp-menu.open .gp-menu-nav {
    display: block;
  }
}
.gp-menu .gp-menu-nav > ul > li > .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 23px;
  top: -2px;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #dad6ce;
}
.gp-menu .gp-menu-nav li.on .mobile_subNav {
  display: block;
}
.gp-menu-nav > ul > li.on > .gp-menu-arrow {
  transform: rotate(90deg);
}
.gp-header5 {
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}
.gp-header5.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.gp-header5 .header {
  transition: all 0.2s ease-in-out 0s;
}
.gp-header5.currents .header {
  height: 0;
  display: none;
}
.single_img1 .gp-img-responsive {
  padding-bottom: 26.04%;
  display: block;
}
.gp-bread7 {
  text-align: right;
  padding: 15px 0;
  box-sizing: border-box;
  color: #0a4381;
}
.gp-bread7 a {
  color: #0a4381;
}
.gp-bread7 span {
  color: #0a4381;
  margin: 0 5px;
}
@media screen and (max-width: 996px) {
  .gp-bread7 {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .gp-bread7 {
    padding: 10px 0;
  }
}
/*侧边栏*/
.asideList11 .gp-subLeft {
  position: relative;
  z-index: 100;
}
.asideList11 .gp-subLeft .subLeftTitle {
  padding: 25px 0 25px 40px;
  color: #fff;
  background: #0a4381;
  position: relative;
  margin-bottom: 1px;
}
.asideList11 .gp-subLeft .gp-m-inner-header-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  line-height: 40px;
  transform: translateY(-50%);
}
.asideList11 .gp-subLeft > ul > li {
  position: relative;
}
.asideList11 .gp-subLeft > ul > li > a {
  padding: 18px 40px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  position: relative;
  line-height: 1.4;
  background: #f0f2f7;
  color: #444;
}
.asideList11 .gp-subLeft > ul > li > a:hover {
  color: #0a4381;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li > a.active {
  color: #0a4381;
  background-color: #fff;
  margin-right: 0;
  font-weight: bold;
  border-bottom: 1px solid #0a4381;
}
.asideList11 .gp-subLeft > ul > li .gp-toggles {
  width: 40px;
  height: 53px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 56px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}
.asideList11 .gp-subLeft > ul > li a.active + span.gp-toggles {
  color: #fff !important;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav {
  display: none;
  margin-left: 40px;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  padding: 13px 15px 13px 50px;
  color: #666;
  transition: all 0.35s ease-in-out;
  position: relative;
  background: #f0f2f7;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a:hover {
  background-color: #fff;
  color: #0a4381;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  background-color: #fff;
  color: #0a4381;
  font-weight: bold;
}
.asideList11 .gp-subLeft > ul > li .gp-second-nav dd a > span {
  position: relative;
}
@media screen and (max-width:996px) {
  .asideList11 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }
  .asideList11 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList11 .gp-subLeft > ul {
    display: none;
  }
}
.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-annex5 {
  border-top: #E6E6E6 1px solid;
  padding: 20px 0;
}
.gp-annex5 h3 {
  float: left;
  color: #333;
  font-weight: 600;
}
.gp-annex5 ul {
  margin-left: 55px;
}
.gp-annex5 ul li {
  position: relative;
  overflow: hidden;
}
.gp-annex5 ul li a {
  color: #666;
  display: block;
  box-sizing: border-box;
  line-height: 24px;
}
.gp-annex5 ul li a:hover {
  color: #0a4381;
}
.footer_block10 {
  background: #0b6ec6;
  background: -webkit-linear-gradient(left, #0b6ec6, #48adbd);
  background: -o-linear-gradient(right, #0b6ec6, #48adbd);
  background: -moz-linear-gradient(right, #0b6ec6, #48adbd);
  background: linear-gradient(to right, #0b6ec6, #48adbd);
}
.footer_block10 .footer {
  padding: 40px 0;
}
.footer_block10 .footer .footer_lf {
  width: 70%;
  float: left;
  overflow: hidden;
}
.footer_block10 .footer .footer_lf p {
  color: #fff;
  line-height: 30px;
}
.footer_block10 .footer .footer_rt {
  width: 30%;
  float: right;
  text-align: right;
}
.footer_block10 .footer .footer_rt .erweima {
  margin: 20px 0;
}
.footer_block10 .footer .footer_rt .erweima a {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.footer_block10 .footer .footer_rt .erweima a .weChat {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: 0 48px 0 0;
  transition: all 0.3s ease;
  text-align: center;
  line-height: 44px;
  border-radius: 50%;
  font-size: 26px;
}
.footer_block10 .footer .footer_rt .erweima a .weChat1 {
  background: url(../images/f-weixin.png) no-repeat center center;
}
.footer_block10 .footer .footer_rt .erweima a .weChat2 {
  background: url(../images/f-sina.png) no-repeat center center;
}
.footer_block10 .footer .footer_rt .erweima a .weChat_img {
  position: absolute;
  left: -35px;
  top: -105px;
  width: 100px;
  height: 100px;
  z-index: 1;
  display: none;
}
.footer_block10 .footer .footer_rt .erweima a:hover .weChat_img {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer_block10 {
    text-align: center;
  }
  .footer_block10 .footer {
    padding: 30px 0 20px;
  }
  .footer_block10 .footer .footer_rt {
    text-align: center;
  }
  .footer_block10 .footer .footer_rt a:nth-child(2) .weChat {
    margin-right: 0;
  }
}
