.public-hd-block {
  position: relative;
  width: 100%;
  padding: 0.36rem 0.4rem;
  background-color: white;
  border-bottom: solid 1px #d6d4d4;
}
html,
body {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: none;
}
/* 页眉 */
.header-box {
  position: relative;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  overflow: hidden;
}
.header-box .header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
.header-box .header .content {
  display: flex;
  align-items: center;
  width: 1300px;
  height: 100px;
  margin: 0 auto;
}
.header-box .header .navs {
  margin-left: auto;
}
.header-box .header .navs .item {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
}
.header-box .header .search-box {
  position: relative;
  padding-left: 20px;
  padding-top: 1px;
}
.header-box .header .search-box::before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 14px;
  border-left: 1px solid #ffffff60;
}
.header-box .header .search-box .icon-search {
  width: 13px;
  height: 13px;
}
.header-box .banner {
  position: relative;
  width: 100%;
  padding-top: 0;
  overflow: hidden;
}
.header-box .banner .swiper-slide .title {
  position: absolute;
  top: 45%;
  width: 100%;
  font-size: 54px;
  line-height: 1.5;
  padding: 0 100px;
  color: #fff;
  text-align: center;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.header-box .banner .swiper-slide .intro {
  width: 760px;
  font-size: 18px;
  color: #fff;
  line-height: 2;
}
.header-box .banner .swiper-slide .imgs {
  position: relative;
  width: 100%;
}
.header-box .banner .swiper-slide .imgs img {
  display: block;
  width: 100%;
}
.header-box .banner .swiper-slide .imgs::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}
.header-box .banner .banner-prev {
  width: 42px;
  height: 42px;
  left: auto;
  right: calc((100% - 1300px) / 2 + 70px);
  top: auto;
  bottom: 60px;
  background: url(../../img/image/banner-prev.png) no-repeat center center;
  z-index: 99;
}
.header-box .banner .banner-prev::after {
  display: none;
}
.header-box .banner .banner-next {
  width: 42px;
  height: 42px;
  left: auto;
  right: calc((100% - 1300px) / 2);
  top: auto;
  bottom: 60px;
  background: url(../../img/image/banner-next.png) no-repeat center center;
  z-index: 99;
}
.header-box .banner .banner-next::after {
  display: none;
}
.header-box .banner .swiper-pagination {
  color: #fff;
  font-size: 20px;
  left: 0;
  bottom: 80px;
  width: 100%;
}
.header-box .banner .swiper-pagination span {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 0 15px;
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.7;
}
.header-box .banner .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
}
.header-box-2 {
  width: 100%;
  background-color: #fff;
  padding-top: 100px;
}
.header-box-2 .head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  border-bottom: solid 1px rgba(176, 159, 159, 0.2);
  background-color: #fff;
  z-index: 9;
}
.header-box-2 .head .content {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 60px;
}
.header-box-2 .head .content .logo {
  width: 320px;
}
.header-box-2 .head .content .logo img {
  display: block;
  width: 100%;
}
.header-box-2 .head .content .navs {
  margin-left: auto;
}
.header-box-2 .head .content .navs .item {
  line-height: 100px;
  display: inline-block;
  margin-right: 28px;
  font-weight: 800;
  font-size: 20px;
  color: #333333;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-box-2 .head .content .navs .item:not(:last-child) {
  margin-right: 41px;
}
.header-box-2 .head .content .navs .item:hover {
  color: #003f89;
}
.header-box-2 .head .content .navs .item.selected {
  color: #003f89;
  border-bottom: 3px solid #003f89;
}
.header-box-2 .head .content .en {
  position: relative;
  margin-left: 78px;
}
.header-box-2 .head .content .en a {
  display: block;
  width: 30px;
  height: 30px;
  background: #003f89;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-weight: 800;
  font-size: 12px;
  color: #ffffff;
}
.header-box-2 .head .content .en::before {
  position: absolute;
  top: 6px;
  left: -38px;
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  border-left: 1px solid #ccc;
}
.header-box-2 .head .content .search-box {
  margin-left: 26px;
  width: 19px;
  height: 20px;
}
.header-box-2 .head .content .search-box a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-box-2 .head .content .search-box a .icon-search {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*一级菜单*/
.navbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.navbox .nav-ul {
  display: flex;
  justify-content: space-between;
}
.navbox .nav-ul li.items {
  position: relative;
  width: calc((100% - 260px) / 8);
}
.navbox .nav-ul li.items a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbox .nav-ul li.items a.first-menu {
  display: block;
  width: 100%;
  height: 100vh;
  padding: 55px calc((100% - 45px) / 2);
  background: transparent;
  text-align: center;
  background-image: url(../../img/image/loong.png);
  background-position: center 87%;
  background-repeat: no-repeat;
  background-size: 0;
}
.navbox .nav-ul li.items a.first-menu .icon {
  width: 45px;
  height: 32px;
  margin-bottom: 30px;
  background: url(../../img/icon/nav-icon.png) no-repeat center;
  background-size: contain;
}
.navbox .nav-ul li.items a.first-menu .cn {
  font-size: 28px;
  color: #333;
  font-weight: 600;
  writing-mode: vertical-lr;
  margin: 0;
  padding: 0 8.5px;
  margin-bottom: 10px;
}
.navbox .nav-ul li.items a.first-menu .en {
  font-size: 18px;
  color: #990000;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  padding: 0 13.5px;
}
.navbox .nav-ul li.items a.cur {
  background-image: url(../../img/image/loong.png);
  background-size: 115%;
}
.navbox .nav-ul li.items a.cur .cn {
  color: #990000;
}
.navbox .nav-ul li.items:nth-child(odd) {
  background-color: #faf8eb;
}
.navbox .nav-ul li.items:nth-child(even) {
  background-color: #e7d7c8;
}
.navbox .nav-ul li.items:nth-child(4) {
  margin-right: 130px;
}
.navbox .nav-ul li.items:nth-child(5) {
  margin-left: 130px;
}
.navbox .nav-ul li.items:hover a {
  background-image: url(../../img/image/loong.png);
  background-size: 115%;
}
.navbox .nav-ul li.items:hover a .cn {
  color: #990000;
}
/* 页脚 */
.footer {
  width: 100%;
  padding: 27px 0;
  background: #003e88;
}
.footer .content {
  display: flex;
  width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  font-family: "RobotoRegular";
}
.footer .content .right {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .content .right .qrcode {
  width: 140px;
  height: 140px;
  background: #ffffff;
}
.footer .content .right .qrcode img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer .content .right .weixin {
  margin-top: 10px;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
}
.footer .content .left .footLogo {
  margin-bottom: 28px;
}
.footer .content .left .footLogo img {
  display: block;
  height: 62px;
}
.footer .content .left ul.relate-style li.items {
  line-height: 33px;
  font-size: 14px;
  color: #ffffff;
}
/*分页*/
.page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page ul li {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 36px;
  margin: 0 14px;
  font-weight: 800;
  font-size: 18px;
  color: #999999;
  cursor: pointer;
  border: 1px solid #fff;
}
.page ul li:hover {
  color: #003e88;
  border-color: #003e88;
}
.page ul li.cur {
  color: #003e88;
  border-color: #003e88;
}
.page ul li.prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page ul li.prev img {
  display: block;
  width: 6px;
}
.page ul li.next {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
.page ul li.next img {
  display: block;
  width: 6px;
}
/* 置顶 */
.sidebar {
  display: none;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 8%;
  right: 15px;
  z-index: 9;
}
.sidebar .side {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../../img/icon/back.png) center center no-repeat;
  background-color: #626262;
  background-size: 25px 25px;
}
a:link {
  text-decoration: none;
}
.showdiv {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  -khtml-opacity: 1 !important;
}
/* 分辨率 */
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
  .header-box .banner .swiper-slide .title {
    font-size: 48px;
  }
}
