.Header-searclick {
  display: flex;
  justify-content: center;
  align-items: center;
}
.Header-searclick.ontrue span {
  display: none;
}
.ship .img {
  width:100%;
  height:238px;
  overflow:hidden;
  position:relative;
  cursor:pointer;
}
.ship .img img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:all .4s;
}
.ship .img:hover img {
  transform:scale(1.06);
  filter: brightness(0.8);
  transition: all 0.3s
}
.ship.video p {
  background-color: #065dac;
  color: #fff;
}
.ship:hover p {
  background-color: #065dac;
  color: #fff;
}
.Footer-wexin .box {
  text-align: center;
}
.Header-logoh {
  display: none;
}
.Header-search.type1 {
  width: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: unset;
}
.Header-search.type1 form {
  display: flex;
  justify-content: flex-end;
}
.Header-search.type1 form input {
  width: 70%;
  padding: 2px 5px;
  border: 1px solid #bfbfbf;
}
.Header-search.type1 form button {
  width: 15%;
  cursor: pointer;
}
.relmap {
  width: 100% !important;
  height: 500px
}
@media screen and (min-width: 768px) {
  .qikan .qikanimg {
    max-width: 230px
  }
  .Footer-textimg {
    float: unset;
    /*text-align: center;*/
  }
}
@media screen and (min-width: 1000px) {
  .Header-search.type2 {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .qikan .qikanimg {
    max-width: 212px
  }
}
@media screen and (min-width: 1200px) {
  .ind-qikan {
    margin-top: 35px
  }
  .qikan .qikanimg {
    max-width: 152px
  }
  .qikan .qikanimg img {
    height: 210px;
    width: auto;
  }
  .Footer-textimg {
    float: right;
  }
  .Footer-textimg p {
    color: #666464
  }
}
@media screen and (min-width: 1280px) {
  .Footer-wrapper {
    /*background-size: contain;*/
    /*background-position: -12rem*/
  }
}
@media screen and (min-width: 1360px) {
  .Footer-wrapper {
    /*background-size: contain;*/
    /*background-position: -10rem*/
  }
}
@media screen and (max-width: 1024px) {
  .Footer-textimg {
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: center;
    /*justify-content: center;*/
  }
  .Footer-logo, .Footer-wexin {
    flex: 1 0 0%;
  }
  .Footer-wexin .box {
    width: fit-content;
    float: right;
  }
  .Header-logoh img {
    width: 160px !important
  }
}
@media screen and (max-width: 1000px) {
  .Header-logoh {
    display: block;
  }
  .Header-search.type1 {
    display: none;
  }
  .relmap {
    height: 400px
  }
}
.Footer-container {
  padding: 20px 0;
  background-image: url(../images/bg.png);
  background-size: cover;background-repeat: no-repeat;
  background-position: -12rem
}
.leftbg {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
  left: 0;
  background-color: #065dac
}
.rightbg {
  position: absolute;
  z-index: -1;
  width: 50%;
  height: 100%;
  right: 0;
  background-color: #d5d5d5
}
@media screen and (max-width: 1280px) {
  .rightbg {
    background-color: #065dac
  }
  .Footer-wrapper {
    padding: 0
  }
  .Footer-container {
    background-image: none;
    background-color: #065dac
  }
}
@media screen and (max-width: 768px) {
  .Header-searclick span {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .Footer-wexin .box {
    width: 100%;
    float: none;
  }
}
.thirdNav-click {
  margin-left: 5px;
}
.rotate180 {
  transform: rotate(180deg);
  /*transition: all 0.3s*/
}
.thirdNav-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thirdNav {
  min-width: auto;
  margin: 0 10px;
}
.thirdNav p::after {
  background-color: rgb(0,168,235,0.6);
}
@media screen and (max-width: 1000px) {
  .thirdNav-click {
    font-size: 24px !important;
  }
  .thirdNav-a {
    display: flex !important;
    justify-content: space-between;
  }
  .thirdNav-box {
    justify-content: space-between;
  }
}
.news-right1 ul li {
  padding-bottom: 0 !important;
}
.flex-x {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .zcai-text h5 {
    margin-right: 6.3rem !important;
  }
  .zcai-text h6 {
    margin-right: 5rem !important;
  }
}

/* 背景图屏 */
.sectionpage .section {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 50px 0;
  z-index: 1;
  display: block;
}
.sectionpage .section.bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
.sectionpage .section .title {
  text-align: center;
  margin-bottom: 50px;
}
.sectionpage .section .title.fixed {
  position: fixed;
  top: 10rem;
  left: 10rem;
}
.sectionpage .section .title h2 {
  font-size: 2rem;
  color: #00A7EB;
  line-height: 3rem;
}
.sectionpage .section .title h3 {
  font-size: 1.5rem;
  color: #fff;
}
.sectionpage .section .title.title2 h3 {
  color: #7e7e7e;
}
.sectionpage .section .content {
  color: #fff;
  background-color: rgb(0,167,235,0.5);
  padding: 2rem;
  font-size: 1.2rem;
}
.sectionpage .section .content img {
  max-width: 100%;
  width: 100% !important;
  height: auto !important;
}
.sectionpage .section .tag-box {
  /* padding: 2rem 1rem; */
  height: 165px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.sectionpage .section .tag {
  font-weight: bold;
}
.sectionpage .section .tag span {
  font-size: 60px;
  color: #00a7eb;
  font-weight: 400;
}
.sectionpage .section .group-box {
  text-align: center;
  box-sizing: border-box;
  padding: 2rem;
  box-shadow: 2px 5px 15px rgb(211 211 211 / 50%);
  transition: all 0.5s;
  background-color: #fff;
}
.sectionpage .section .group-box:hover {
  background: #00A7EB;
  color: white !important;
}
.sectionpage .section .group-box img {
  width: 80px;
  transition: all 0.5s;
}
.sectionpage .section .group-box:hover img {
  filter: grayscale(100%) brightness(200%);
}
.sectionpage .section .group-box p {
  font-size: 1.2rem;
  font-weight: bolder;
  margin-top: 1rem;
}
@media screen and (max-width: 768px) {
  .sectionpage .section .tag-box {
    height: 80px;
  }
  .sectionpage .section .tag span {
    font-size: 2rem;
  }
}
.sectionpage .section .whiteContent>* {
  color: #fff;
}
.sectionpage .section .zcai-text {
  border: 0 !important;
}
.tab a {
  margin: 0 10px;
  display: inline-block;
  line-height: 40px;
  position: relative;
  padding: 0 20px;
  font-size: 16px;
  transition: all .4s ease;
}
.tab a.active, .tab a:hover {
  background-color: #00A7EB;
  color: #fff;
}

.sectionpage.concept .section.bg:after {
  background: rgba(0, 0, 0, 0.3);
}
.concept .box {
  /* background: rgba(255,255,255,0.5); */
}
.concept .title {
  text-align: left !important;
  margin-bottom: 1rem !important;
}
.concept .title i {
  display: block;
  width: 20px;
  height: 2px;
  background: #00A7EB;
  margin: 10px 0 0;
}
.concept .text {
  font-size: 1.2rem;
  line-height: 2rem;
  color: #fff;
}
