
.gp-header7 {
  width: 100%;
  background: #154889;
}
.gp-header7 ul,
.gp-header7 ol,
.gp-header7 li {
  list-style: none outside none;
}
.gp-header7 .wrap_top {
  background: #154889;
  height: 6px;
  width: 100%;
}
.gp-header7 .headerWrap {
  width: 100%;
}
.gp-header7 .headerWrap .header {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
  clear: both;
  position: relative;
}
.gp-header7 .headerWrap .header .logo {
  display: flex;
  display: -webkit-flex;
  margin-right: 46px;
  align-items: center;
  height: auto;
  padding: 28px 0;
  float: left;
}
.gp-header7 .headerWrap .header .logo img {
  max-height: 70px;
}
.gp-header7 .headerWrap .header .top_nav {
  position: relative;
  float: right;
  margin-top: 25px;
}
.gp-header7 .headerWrap .header .top_nav .top li {
  float: left;
}
.gp-header7 .headerWrap .header .top_nav .top li a {
  color: #fff;
  display: block;
  padding: 0 15px;
  position: relative;
  font-size: 14px;
}
.gp-header7 .headerWrap .header .top_nav .top li a:after {
  content: "";
  clear: both;
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 15px;
  background: #fff;
}
.gp-header7 .headerWrap .header .top_nav .top li:last-child a {
  padding-right: 0;
}
.gp-header7 .headerWrap .header .top_nav .top li:first-child a:after {
  display: none;
}
.gp-header7 .headerWrap .header .top_nav .top a:hover {
  color: #333333;
}
.gp-header7 .headerWrap .header .top_nav .ser {
  height: 30px;
  right: 0;
  top: 30px;
  line-height: 30px;
  background: #eaeaea;
  border-radius: 20px;
  position: absolute;
}
.gp-header7 .headerWrap .header .top_nav .ser .search {
  width: 200px;
  height: 30px;
  position: relative;
  overflow: hidden;
}
.gp-header7 .headerWrap .header .top_nav .ser .search input {
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  border: none;
  background: none;
  vertical-align: middle;
}
.gp-header7 .headerWrap .header .top_nav .ser .search input.notxt {
  padding-left: 20px;
  width: 150px;
  outline: none;
}
.gp-header7 .headerWrap .header .top_nav .ser .search .notxt1 {
  position: absolute;
  width: 15%;
  height: 100%;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  right: 0;
  cursor: pointer;
  border: none;
}
.gp-header7 .headerWrap .nav {
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 1;
}
.gp-header7 .headerWrap .nav ul {
  height: 50px;
  margin: 0px auto;
  width: 100%;
  max-width: 1200px;
  text-align: justify;
  overflow: visible !important;
  height: 24px;
  box-sizing: border-box;
}
.gp-header7 .headerWrap .nav ul li {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.gp-header7 .headerWrap .nav ul li .subNav {
  position: absolute;
  background: #154889;
  width: 120px;
  top: 50px;
  display: none;
  left: -30px;
  overflow: hidden;
  z-index: 99;
}
.gp-header7 .headerWrap .nav ul li a {
  position: relative;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease;
}
.gp-header7 .headerWrap .nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #154889;
  margin-left: -15px;
  clear: both;
  transition: all 0.3s ease;
}
.gp-header7 .headerWrap .nav ul li .fadeInUpSmall {
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
}
@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.gp-header7 .headerWrap .nav ul li .fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
.gp-header7 .headerWrap .nav ul li .animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.gp-header7 .headerWrap .nav ul li.on {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.gp-header7 .headerWrap .nav ul li.on .subNav {
  display: block;
}
.gp-header7 .headerWrap .nav ul li.on .subNav dl {
  overflow: hidden;
  margin: 10px 0;
}
.gp-header7 .headerWrap .nav ul li.on .subNav dl dd {
  height: auto;
  line-height: 18px;
  text-align: center;
}
.gp-header7 .headerWrap .nav ul li.on .subNav dl dd a {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 5px;
  color: #fff;
  text-align: center;
  font-weight: normal;
}
.gp-header7 .headerWrap .nav ul li.on .subNav dl dd:hover a {
  background: rgba(0, 0, 0, 0.15);
}
.gp-header7 .headerWrap .nav ul li.on > a:after {
  width: 30px;
}
.gp-header7 .headerWrap .nav ul:after {
  content: '';
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
}
.gp-header7 .headerWrap .header:after {
  content: "";
  clear: both;
  display: block;
}
.gp-header7 .mobile {
  width: 100%;
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  z-index: 999999;
}
.gp-header7 .mobile .mobile-inner-header {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999999;
  width: 40px;
}
.gp-header7 .mobile .mobile-inner-header .mobile-inner-header-icon {
  color: #fff;
  height: 30px;
  text-align: left;
  float: right;
  width: 30px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  text-align: right;
  margin-top: 40%;
  transition: background 0.5s;
  font-size: 25px;
}
.gp-header7 .mobile .mobile-inner-header .mobile-inner-header-icon span {
  position: absolute;
  right: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);
  width: 25px;
  height: 2px;
  background-color: #fff;
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
}
.gp-header7 .mobile .mobile-inner-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
  transform: translateY(4px) rotate(0deg);
}
.gp-header7 .mobile .mobile-inner-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
  transform: translateY(-4px) rotate(0deg);
  width: 14px;
  margin-left: 6px;
}
.gp-header7 .mobile .mobile-inner-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
  transform: translateY(-4px) rotate(0deg);
}
@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-header7 .mobile .mobile-inner-header .mobile-inner-header-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}
.gp-header7 .mobile .mobile-inner-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header7 .mobile .mobile-inner-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.gp-header7 .mobile .mobile-inner-header .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-header7 .mobile .mobile-inner-nav {
  background: #154889;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#f08753, endColorstr=#dd5917)";
  /*IE8+*/
  background-size: contain;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0px;
  padding-top: 10px;
  padding-bottom: 25px;
  padding-bottom: 3000px;
  margin-bottom: -3000px;
  transition: all 0.5s ease;
  padding-top: 85px;
  display: none;
  z-index: 99;
}
.gp-header7 .mobile .mobile-inner-nav .mobile_search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
  float: none;
  background: none;
  border-radius: 0;
}
.gp-header7 .mobile .mobile-inner-nav .mobile_search .search {
  width: 88%;
}
.gp-header7 .mobile .mobile-inner-nav .mobile_search .search input {
  position: absolute;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  border: none;
  background: none;
}
.gp-header7 .mobile .mobile-inner-nav .mobile_search .search input.notxt {
  width: 76%;
  color: #fff;
  margin-left: 35px;
  border: none;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
.gp-header7 .mobile .mobile-inner-nav .mobile_search .search .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  border: none;
}
.gp-header7 .mobile .mobile-inner-nav ul {
  width: 70%;
  overflow: hidden;
  margin: 0 auto;
}
.gp-header7 .mobile .mobile-inner-nav ul li {
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
}
.gp-header7 .mobile .mobile-inner-nav ul li a {
  -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;
  padding: 10px 60px;
  display: block;
  line-height: 2;
  padding: 10px 0;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  padding: 10px 60px;
}
.gp-header7 .mobile .mobile-inner-nav ul li .mobile_subNav {
  display: none;
  padding: 0 0 10px;
}
.gp-header7 .mobile .mobile-inner-nav ul li .mobile_subNav a {
  line-height: 1.2;
  border-bottom: none;
  font-weight: normal;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 90px;
}
.gp-header7 .mobile .mobile-inner-nav ul li strong {
  color: #fff;
  position: absolute;
  right: 45px;
  top: 0;
  font-size: 16px;
  cursor: pointer;
  width: 53px;
  height: 53px;
  text-align: center;
  line-height: 53px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: normal;
}
@-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;
  }
}
.gp-header7 .mobile .mobile-inner-nav .mobile-links {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 8px 0;
}
.gp-header7 .mobile .mobile-inner-nav .mobile-links a {
  display: inline-block;
  font-size: 16px;
  padding: 0 12px;
  color: #fff;
}
.gp-header7 .mobile .mobile-inner-nav.active {
  display: block;
}
@media screen and (max-width: 1200px) {
  .logo {
    padding: 28px 20px !important;
  }
  .ser {
    right: 0px;
    top: 39px;
  }
  .topNav {
    right: 20px;
  }
  .top_nav {
    margin-right: 20px;
  }
}
@media screen and (max-width: 996px) {
  .logo {
    /*! margin: 0 auto; */
    padding: 15px !important;
  }
  .ser {
    top: 23px !important;
  }
  .mobile {
    display: block !important;
    position: static !important;
  }
  .headerWrap {
    border-top: none !important;
  }
  .nav {
    display: none !important;
  }
  .top_nav,
  .ser {
    display: none !important;
  }
  .gp-menu.open .gp-menu-nav {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .mobile_search {
    display: block !important;
    top: -5px !important;
    right: -4px !important;
  }
  .top_nav {
    display: none !important;
  }
}
.mobile .mobile-inner-nav ul li.on .mobile_subNav {
  display: block;
}
.gp-menu-nav > ul > li.on strong {
  transform: rotate(90deg);
}
@media screen and (max-width: 380px) {
  .linksList li {
    width: 33.33% !important;
  }
}
.gp-header7 {
  transition: all 0.5s ease-out 0s;
  z-index: 10;
}
.gp-header7.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.gp-header7 .headerWrap .header {
  transition: all 0.2s ease-in-out;
}
.gp-header7.currents .headerWrap .header {
  height: 0;
  display: none;
}
.single_img1 .gp-img-responsive {
  padding-bottom: 26.04%;
  display: block;
}
.block-list56 {
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #c09f80;
  padding-bottom: 15px;
}
.block-list56 h2 {
  font-weight: normal;
}
.block-list56 .bread {
  float: right;
  margin-top: 10px;
}
.block-list56 .bread span {
  color: #666;
}
.block-list56 .bread span a {
  color: #666;
  margin: 0 3px;
}
.block-list56 .bread span a:last-child {
  color: #666666;
}
.block-list56 .bread span a:hover {
  color: #154889;
}
.page-list19 .block-list54 li a {
  display: flex;
  align-items: center;
  background: #f8f5f2;
  overflow: hidden;
  padding: 20px 25px;
}
.page-list19 .block-list54 li a span {
  margin-left: 10px;
  color: #999999;
}
.page-list19 .block-list54 li a p {
  flex: 1;
  color: #333333;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 1.4em;
  line-height: 1.4;
}
.footer_block6 {
  background-color: #154889;
}
.footer_block6 .footer {
  overflow: hidden;
}
.footer_block6 .footer .lf {
  float: left;
  width: 37.75%;
  overflow: hidden;
  margin: 30px 0;
}
.footer_block6 .footer .md {
  float: left;
  width: 34.16%;
  overflow: hidden;
  margin: 30px 0;
}
.footer_block6 .footer .rt {
  float: right;
  width: 27.5%;
  overflow: hidden;
  margin: 30px 0;
}
.footer_block6 .footer .footerList {
  overflow: hidden;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 8%;
}
.footer_block6 .footer .footerList ul {
  overflow: hidden;
}
.footer_block6 .footer .footerList ul li {
  float: left;
  width: 50%;
  margin-top: 10px;
}
.footer_block6 .footer .footerList ul li a {
  color: rgba(255, 255, 255, 0.75);
  display: block;
  height: 20px;
  overflow: hidden;
  margin-right: 10px;
}
.footer_block6 .footer .footerList ul li a i {
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  margin-right: 5px;
}
.footer_block6 .footer .footerList ul li a:hover {
  color: #fff;
}
.footer_block6 .footer .footerList1 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 8%;
}
.footer_block6 .footer .footerList1 .footerContact p {
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 6px;
}
.footer_block6 .footer .footerList2 {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 8%;
}
.footer_block6 .footer .footerList2 .code2D {
  text-align: center;
}
.footer_block6 .footer .footerList2 .code2D img {
  padding-bottom: 10px;
}
.footer_block6 .footer .footerList2 .code2D p {
  color: #fff;
}
.footer_block6 .footer .footerTitle {
  margin-bottom: 10px;
}
.footer_block6 .footer .footerTitle h3 {
  color: #fff;
  font-weight: normal;
}
.footer_block6 .copyRight {
  padding: 10px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width:1000px) {
  .footer_block6 .footer .rt {
    width: 18.5%;
  }
  .footer_block6 .footer .md {
    width: 43.16%;
  }
  .footer_block6 .footer .footerList {
    padding: 0 5%;
  }
}
@media screen and (max-width:800px) {
  .footer_block6 .footer {
    background: none;
  }
  .footer_block6 .footer .lf {
    width: 60%;
  }
  .footer_block6 .footer .md {
    width: 40%;
  }
  .footer_block6 .footer .rt {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .footer_block6 .footer .lf {
    width: 100%;
    float: none;
  }
  .footer_block6 .footer .md {
    width: 100%;
    float: none;
  }
  .footer_block6 .footer .footerList {
    border: none;
  }
}
@media screen and (max-width:400px) {
  .footer_block6 .footerList ul li {
    float: none;
    width: 100%;
  }
}
