@charset "utf-8";

.floatRight {
  position: absolute;
  top: 0px;
  right: 50px;
  width: 120px;
  background-size: cover;
  /*  padding-top: 20px; */
  overflow-x: clip;
  background-color: #f8fbfc;
  box-shadow: 8px 10px 20px rgba(0, 0, 0, 0.15);
}

.floatRight::before {
  content: '';
  display: block;
  width: 160px;
  height: 314px;
  background-color: #f8fbfc;
  border-radius: 80px 80px 0 0;
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.floatRight ul {
  position: relative;
  z-index: 10;
  padding: 0 15px;
}

.floatRight li a {
  display: block;
  width: 120px;
  text-align: center;
  line-height: 16px;
  margin: 15px 0 20px -15px;
  position: relative;
}

.floatRight li a::after {
  content: '';
  display: block;
  width: 90px;
  height: 1px;
  background-color: #18526a;
  position: absolute;
  left: 15px;
  bottom: 0px
}

.icon {
  position: relative;
}

.icon::before {
  content: '';
  display: block;
  width: 100%;
}

.icon1::before {
  height: 26px;
  background: url(../2022images/icon01.png) no-repeat center;
}

.floatRight li:nth-of-type(1) a {
  padding-bottom: 15px;
}

.floatRight li:nth-of-type(1) a::after {
  bottom: -5px;
}

.icon2::before {
  height: 30px;
  background: url(../2022images/icon02.png) no-repeat center;
}

.floatRight li:nth-of-type(2) a {
  padding-bottom: 20px;
}

.floatRight li:nth-of-type(2) a::after {
  bottom: 0px;
}

.icon3::before {
  height: 32px;
  background: url(../2022images/icon03.png) no-repeat center;
}

.icon4::before {
  height: 32px;
  background: url(../2022images/close.png) no-repeat center;
}

.floatRight li:nth-of-type(3) a {
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.floatRight li:nth-of-type(3) a::after {
  bottom: 0;
}

.floatRight li:nth-of-type(4) a {
  padding-bottom: 20px
}

.active .floatRight {
  position: fixed;
  top: 27px
}

header {
  background: url(../2022images/header_bg.png) no-repeat center;
  background-size: cover;
}

.header {
  font-size: 0;
}

.logo {
  padding: 28px 0 26px;
  float: left;
}

.topRight {
  float: right;
  text-align: right;
}

.logo a {
  display: inline-block;
  vertical-align: top;
}

.topRight .img {
  display: inline-block;
  margin-top: 34px;
  vertical-align: top;
}

.link, .search {
  display: inline-block;
  position: relative;
  line-height: 14px;
  width: 121px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  color: #fff;
  border: 1px solid #467588;
  outline: none;
}

.link {
  margin-left: 64px;
  padding: 9px 15px;
  margin-top: 37px;
}

.link::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../2022images/home_icon.png) no-repeat;
  position: absolute;
  top: 9px;
  left: 16px;
}

.link::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.33);
  position: absolute;
  top: 9px;
  left: 39px;
}

.search {
  display: inline-block;
  margin-left: 30px;
  font-size: 1.4rem;
  box-sizing: border-box;
  margin-top: 37px;
  vertical-align: top;
}

.search .notxt {
  color: #fff;
  border: none;
  outline: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 14px;
  padding: 7px 10px 9px 61px;
  box-sizing: border-box;
  background-color: transparent;
}

.search .notxt1 {
  position: absolute;
  top: 11px;
  left: 20px;
  width: 10px;
  height: 11px;
  background: url(../2022images/search_icon.png) no-repeat;
  border: none;
}

.search .notxt1::after {
  content: '';
  display: block;
  width: 1px;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.33);
  position: absolute;
  top: -1px;
  right: -15px;
}

.nav {
  font-size: 0;
  text-align: justify;
  background-color: rgba(0, 0, 0, 0.2);
}

.nav ul::after {
  content: '';
  display: inline-block;
  width: 100%;
}

.nav li {
  display: inline-block;
  position: relative;
}

.nav li a {
  display: block;
  font-size: 1.8rem;
  line-height: 18px;
  padding: 20px 0;
  color: #fff;
  position: relative;
}

.nav li>a::after {
  content: '';
  display: block;
  height: 4px;
  width: 0%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: all 0.3s ease;
}

.nav li.on>a::after {
  width: 180%;
}

.subNav {
  display: none;
  width: 180%;
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav .subNav a {
  padding: 15px 0;
  text-align: center;
  font-size: 1.6rem;
}

.nav .subNav dd:hover {
  background-color: #165168;
}




footer {
  background: url(../2022images/footer_bg.png) no-repeat center;
  background-size: cover;
  padding: 50px 0 55px;
}

footer * {
  color: #fff;
}

footer *:hover {
  color: #fff;
}

.footer .lf {
  width: 25.333%;
  margin-right: 16.8%;
}

.ewm {
  width: 95px;
  height: 95px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px;
}

.ewm .gp-img-responsive {
  padding-bottom: 100%;
}

.ewm .gp-img-responsive:hover img {
  transform: scale(1);
}

.ewm .name {
  margin-top: 10px;
  text-align: center;
}

.footer {}

.footer .rt {
  width: 36.8667%;
}

.footer .rt span {
  display: inline-block;
  min-width: 32%;
  line-height: 14px;
  margin-bottom: 10px;
}

.footer span.contactUs {
  display: block;
  line-height: 16px;
  margin-bottom: 25px;
}

footer .links {
  width: 100%;
  height: 42px;
  border-radius: 21px;
  width: 100%;
  margin-top: 25px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
  line-height: 42px;
  padding-left: 30px;
}

footer .links::after {
  content: '';
  display: block;
  width: 16px;
  height: 8px;
  background: url(../2022images/down_icon.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: 50px;
  top: 17px;
  transition: all 0.4s ease;
}

footer .links::before {
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  background-color: rgba(255, 255, 255, 0.33);
  position: absolute;
  right: 116px;
  top: 10px;
}

footer dl {
  position: absolute;
  bottom: 42px;
  left: 20px;
  width: auto;
  max-width: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 30px;
  border-radius: 5px;
}

footer .links.on dl {
  display: block;
}

footer .links.on::after {
  transform: rotateZ(180deg);
}

footer dd {
  line-height: 36px;
}


/*手机端导航默认*/
.gp-menu-header {
  display: none;
}

.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-menu {
  /* width: 100%; */
  z-index: 98;
  height: 100%;
  position: relative;
}

.gp-menu-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
}

.gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}

.gp-menu-link a {
  color: #fff;
}

.gp-menu-header-icon {
  color: #c7000a;
  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;
  margin-right: 10px;
  cursor: pointer;
}

.gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 2px) / 3);
  width: 27px;
  height: 3px;
  background-color: #c7000a;
}

.gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}

.gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

.gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}

.gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.gp-menu-header-icon span:nth-child(3) {
  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-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px) / 2.1);
}

.gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

.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-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  padding-top: 40px;
  background: #165168;
  display: none;
}

/*导航*/
.gp-menu-nav a {}

.gp-menu-nav>ul {}

.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-menu-nav>ul>li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.gp-menu-nav>ul>li>a {
  display: inline-block;
  padding: 20px;
  font-size: 1.6rem;
}

.gp-menu-nav>ul>li>ul {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 25px
}

.gp-menu-nav>ul>li>ul a {
  display: inline-block;
  padding: 10px 0;
  padding-left: 30px;
}

.gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 2rem;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}

.gp-menu-nav>ul>li.on .gp-menu-arrow {
  transform: rotate(90deg);
}

.gp-menu-nav li ul {
  display: none;
}

/*导航内标签效果*/
.gp-menu-nav a {
  color: #fff;
}

.open .gp-menu-link {
  display: none;
}

.open .gp-menu-header {
  background: none;
  position: fixed;
  top: 30px;
  right: 30px;
}

@-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-mb-search {
  width: 100%;
  padding: 20px 10px;
  position: relative;
}

.gp-mb-search .notxt {
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  outline: none;
}

.gp-mb-search .notxt1 {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../2022images/search_icon.png) no-repeat;
  outline: none;
  border: none;
}




@keyframes scale1_1 {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(1)
  }

  100% {
    transform: translate3d(-50%, -50%, 0) scale(1.07)
  }
}

@keyframes scale1_1 {
  0% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1)
  }

  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.07)
  }
}


/* 响应式样式 */
@media screen and (max-width:1600px) {}

@media screen and (max-width:1480px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1200px) {
  .logo {
    width: 25%;
  }

  .topRight {
    width: 75%;
  }
}

@media screen and (max-width:1100px) {}

@media screen and (max-width:1080px) {
  .gp-container {
    padding: 0;
  }
}

@media screen and (max-width:1024px) {}

@media screen and (max-width:997px) {
  .topRight, .nav {
    display: none;
  }

  .gp-menu-header {
    display: block;
  }

  .gp-menu {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .gp-menu {
    z-index: 0;
  }

  .open .gp-menu {
    z-index: 99;
  }

  .logo {
    width: 80%;
  }

  .gp-menu-header {
    width: 10%;
    background-color: rgba(0, 0, 0, 0);
  }

  .footer .lf {
    width: 80%;
    margin: 0 auto;
    float: none;
  }

  .footer .rt {
    width: 75%;
    float: right;
    margin-top: 50px;
    text-align: left;
  }

  .ewm {
    width: 20%;
    float: left;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
  }

  .footer .lf {
    text-align: center;
  }

  .footerLogo {
    margin: 0 auto;
  }

  footer .links {
    width: 381px;
    margin: 0 auto;
    margin-top: 20px;
  }

  footer .links::before {
    right: 30%;
  }

  footer .links {
    text-align: left;
  }

  .footer .lf {
    text-align: justify;
    margin-top: 20px;
  }

  .footer span.contactUs {
    margin-bottom: 20px;
  }

  footer {
    padding: 30px 0;
  }

  .footerLogo {
    text-align: center;
  }

  .footer .lf {
    clear: both;
  }

  .footer .rt span {
    text-align: left;
  }
}

@media screen and (max-width:840px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:680px) {
  .footer .rt {
    width: 65%;
    margin-top: 30px;
  }

  .ewm {
    width: 25%;
  }
}

@media screen and (max-width:540px) {
  .footer .rt span {
    display: block;
  }

  .footer .rt {
    width: 60%;
  }

  .ewm {
    width: 35%;
  }

  .footer .lf {
    margin-top: 0;
  }

  footer .links {
    width: 100%;
  }

  .footer .rt {
    margin-top: 20px;
  }
}

@media screen and (max-width:450px) {
  .footer .rt {
    width: 55%;
  }

  .ewm {
    width: 40%;
  }
}

@media screen and (max-width:414px) {
  .ewm {
    width: 60%;
    float: none;
  }

  .footer .rt {
    width: 100%;
    text-align: center;
  }

  .footer .rt span {
    text-align: center;
  }

  .footer span {
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width:380px) {
  .gp-menu {
    right: 15px;
    top: 25px;
  }
}

@media screen and (max-width:320px) {}