* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

input {
  border: none;
  background: none;
}

input:focus {
  outline: none;
}

div {
  box-sizing: border-box;
}

.pc-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  min-width: 1320px;
  padding: 25px 0;
  height: 422px;
  background: url("/cms_files/webzhoushanshitongjiju/pubtplobject/newweb/sMsyd7AYOa9QtVnMkPtFq/images/pc-banner.png") no-repeat;
  background-size: 100% 100%;
}

.pc-header-fun {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 1300px;
  margin-bottom: 10px;
}
.pc-header-fun-item {
  padding: 0 20px;
  font-size: 20px;
  color: #0252a3;
  font-weight: bold;
}
.pc-header-fun-item:nth-child(2) {
  border-left: 1px solid #0252a3;
  border-right: 1px solid #0252a3;
}
#login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 20px;
  background-color: #0252a3;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.logo-box {
  width: 1300px;
  margin-bottom: 33px;
}
.logo-box img {
  width: 532px;
  height: 100px;
}

.search-box {
  display: flex;
  width: 1300px;
  height: 45px;
}
.search {
  display: flex;
  width: 998px;
  height: 100%;
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.36);
  border-radius: 10px;
  border: solid 1px #0252a3;
}
.search-form {
  display: flex;
  align-items: center;
}
.search_text {
  height: 100%;
  width: 919px;
  margin-right: 20px;
  border-right: 3px solid #0252a3;
  font-size: 20px;
}
.search_text::placeholder {
  font-size: 20px;
  color: #6d6d6d !important;
}

.nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  /* padding-left: 300px; */
  background-color: #1493ff;
}
.nav-box-content {
  display: flex;
  align-items: center;
  width: 1300px;
  height: 100%;
}
.nav-box-content-item {
  position: relative;
  height: 100%;
  width: 10.5%;
}
.nav-box-content-item-a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #ffffff;
}

.child-ul {
  width: 124%;
  display: none;
  position: absolute;
  z-index: 2;
  left: -13%;
  box-shadow: 1px 0px 20px 1px rgba(33, 62, 142, 0.37);
}
.child-ul-a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
  font-size: 18px;
  color: #213e8e;
  background-color: #fff;
}
.child-ul-a:hover {
  color: #fff;
  background-color: #1493ff;
}
.nav-box-content-item:hover .child-ul {
  display: block !important;
}

.nav-box-right {
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 30%;
  height: 108px;
}
.nav-box-content-item-line {
  display: none;
  position: absolute;
  bottom: 5px;
  left: 10%;
  width: 80%;
  height: 7px;
  background: url("/cms_files/webzhoushanshitongjiju/pubtplobject/newweb/sMsyd7AYOa9QtVnMkPtFq/images/nav-active.png") no-repeat;
  background-size: 100% 100%;
}
.nav-box-content-item:hover .nav-box-content-item-line {
  display: block;
}

.mobile-header {
  display: none;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1320px;
  padding: 54px 0;
  margin-top: 60px;
  background-color: #658dd9;
}

/* ÓÑÇéÁ´½Ó */
.link-box {
  display: block;
  width: 1300px;
}

.select-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 20px;
}

.link-box-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 24%;
  height: 43px;
  padding: 0 20px;
  border: 1px solid #fff;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}
.link-box-item img {
  width: 20px;
  height: auto;
}
.select-content {
  width: 100%;
  margin-top: 20px;
}

.item-link-content {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.item-link-content-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 200px;
  font-size: 20px;
  color: #fff;
}
.link-show {
  display: flex;
}

.contact-box {
  width: 1300px;
}
.pc-contact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mobile-contact-box {
  display: none;
}
.pc-contact-box p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #ffffff;
}
.a-link-text {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 1px;
  color: #ffffff;
}
#_span_jiucuo {
  margin: 0 20px;
}

.breadcrumb-box {
  width: 1300px;
  margin-bottom: 36px;
}

.breadcrumb-tr {
  display: flex;
  align-items: center;
}
.breadcrumb-tr a {
  font-size: 20px;
  color: #000000;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .pc-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }
  .mobile-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 5rem;
    padding: 0 2rem;
    background-color: #1493ff;
  }
  .mobile-top-left {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: #fff;
  }
  .mobile-top-left img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.2rem;
    margin-top: 0.4rem;
  }
  .mobile-top-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9.375rem;
    height: 3rem;
    font-size: 1.5rem;
    border-radius: 0.5rem;
    color: #fff;
    background-color: #64b8ff;
  }
  .mobile-top-right img {
    width: 1.5rem;
    height: 2rem;
    margin-right: 1rem;
  }

  .mobile-main {
    width: 100%;
    height: 19.5rem;
    padding: 2.5rem 2rem 4.25rem 2rem;
    background: url("/cms_files/webzhoushanshitongjiju/pubtplobject/newweb/sMsyd7AYOa9QtVnMkPtFq/images/mobile-banner.png") no-repeat;
    background-size: 100% 100%;
  }
  .mobile-logo {
    width: 31.875rem;
    height: 6.25rem;
    margin-bottom: 2.75rem;
  }
  .m-search-box {
    width: 100%;
    height: 3.75rem;
    padding: 0 1.75rem;
    background-color: rgba(255, 255, 255, 0.36);
    border-radius: 0.5rem;
    border: solid 1px #0252a3;
  }
  .m-search {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .m-search-form {
    display: flex;
    align-items: center;
  }
  .m-search_text {
    height: 100%;
    width: 36.8rem;
    margin-right: 1.125rem;
    border-right: 2px solid #0252a3;
    font-size: 1.75rem;
  }
  .m-search-btn {
    width: 1.875rem;
    height: 1.875rem;
  }
  .m-nav-box {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 8rem;
    padding: 0 0 0 2rem;
    background-color: #1493ff;
  }
  .m-nav-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 31.125rem;
    height: 100%;
    gap: 0 2.5rem;
  }
  .m-nav-item {
    text-align: center;
    width: 27.3%;
    font-size: 1.75rem;
    color: #fff;
  }
  .m-nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.7rem;
    height: 8.875rem;
    padding-left: 6rem;
    background: url("/cms_files/webzhoushanshitongjiju/pubtplobject/newweb/sMsyd7AYOa9QtVnMkPtFq/images/m-nav-bg.png") no-repeat;
    background-size: 100% 100%;
  }
  .m-nav-item-other {
    font-size: 1.75rem;
    letter-spacing: 2rem;
    font-weight: bold;
    color: #1493ff;
  }

  footer {
    width: 100%;
    margin-top: 1rem;
    padding: 3.5rem 0;
    min-width: unset;
  }

  .link-box {
    display: none;
  }

  .contact-box {
    width: 100%;
  }

  .pc-contact-box {
    display: none;
  }

  .mobile-contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .mobile-contact-box p {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    line-height: 3.125rem;
    letter-spacing: 1px;
    color: #ffffff;
  }
  .a-link-text {
    font-size: 1.5rem;
    line-height: 3.125rem;
    letter-spacing: 1px;
    color: #ffffff;
  }
  #imgConac {
    width: 5.875rem;
    height: 5.875rem;
  }
  #_span_jiucuo {
    margin: 0 1.625rem;
  }
  #_span_jiucuo img {
    width: 8.125rem;
    height: 4.125rem;
  }
  .slh-img {
    width: 9rem;
    height: 4.375rem;
  }

  .breadcrumb-box {
    width: 100%;
    margin-bottom: 2rem;
  }

  .breadcrumb-tr a {
    font-size: 1.75rem;
  }
}
