@media (min-width: 320px) {
  html {
    font-size: 266.667% !important;
  }
}
@media (min-width: 360px) {
  html {
    font-size: 300% !important;
  }
}
@media (min-width: 375px) {
  html {
    font-size: 312.5% !important;
  }
}
@media (min-width: 384px) {
  html {
    font-size: 320% !important;
  }
}
@media (min-width: 414px) {
  html {
    font-size: 345% !important;
  }
}
@media (min-width: 448px) {
  html {
    font-size: 373.333% !important;
  }
}
@media (min-width: 480px) {
  html {
    font-size: 400% !important;
  }
}
@media (min-width: 512px) {
  html {
    font-size: 426.667% !important;
  }
}
@media (min-width: 544px) {
  html {
    font-size: 453.333% !important;
  }
}
@media (min-width: 576px) {
  html {
    font-size: 480% !important;
  }
}
@media (min-width: 608px) {
  html {
    font-size: 506.667% !important;
  }
}
@media (min-width: 640px) {
  html {
    font-size: 533.333% !important;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 625% !important;
  }
}

body {
  width: 100%;
  font-size: 0.28rem;
}
.pc {
  display: none !important;
}
.container {
  margin: 0 15px;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.main {
  flex: 1;
}
i.fa {
  font-size: 0.48rem;
}

/* 导航 */
.phone-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
}
.phone-nav .logo img {
  height: 40px;
}
.header-gap {
  height: 50px;
}

.main_menu {
  position: fixed;
  top: 50px;
  left: 0px;
  width: 100%;
  z-index: 500;
  background: #ffffff;
  height: 0px;
  overflow: auto;
  transition: all 350ms ease;
}
.show-main {
  height: calc(100% - 50px);
  transition: all 350ms ease;
}
.menu-top li {
  list-style: none;
  background: #f7f8f9;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #000000;
}
.menu-top li:first-child {
  margin-top: 10px;
  color: #000000;
}
.page-content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  transition: all 350ms ease;
}
.menu-top {
  background-color: rgba(255, 255, 255, 1);
  height: 0px;
  width: 92%;
  margin: auto;
  overflow: hidden;
  transition: all 350ms ease;
  color: #000000;
}
.show-menus {
  height: 100%;
  transition: all 350ms ease;
  overflow-y: scroll;
}
.menu-top .icon3 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 18px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top .icon4 {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  right: 24px;
  top: 23px;
  font-size: 18px;
  transition: all 350ms ease;
}
.menu-top a {
  text-indent: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  padding: 10px 0px;
  display: block;
  position: relative;
  overflow: hidden;
  color: #000000;
}
.submenu {
  max-height: 0px;
  overflow: hidden;
  transition: all 350ms ease;
}
.submenu a {
  text-indent: 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  transition: all 350ms ease;
  color: #000000;
}
.show-submenu {
  max-height: 5000px !important;
  transition: all 350ms ease;
}
.show-navigation .layui-icon-close,
.menu-top .layui-icon-subtraction {
  display: none;
}
.show-navigation .layui-icon {
  font-size: 24px;
}
.menu-top .layui-icon {
  float: right;
  margin-right: 24px;
}

/* 内页导航 */
.sidenav {
}

.sidenav .container {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.sidenav .left {
  padding: 20px 0;
  border-bottom: 1px solid #e9e9e9;
}
.sidenav .left .crumb a {
  font-size: 14px !important;
}
.sidenav .right {
  width: calc(100vw - 30px);
  position: relative;
  z-index: 100;
  display: flex;
  height: 50px;
  overflow-x: scroll;
  margin: -25px 0 0;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.2);
}
.sidenav .right ul {
  display: flex;
  width: 100%;
  background-color: #fff;
  overflow-x: scroll;
}
.sidenav .right ul li {
  flex: 0 0 calc((100vw - 30px) / 3);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
}

.sidenav .right ul li a {
  color: #666666;
  padding: 6px 15px;
  white-space: nowrap;
}

.sidenav .right ul li.cur {
  background: #218a4b;
  background-image: linear-gradient(45deg, #8ccbc5, #50b3b5);
  color: #fff;
}
.sidenav .right ul li.cur a {
  color: #fff;
}

/* 主体 */
.tit-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: inherit;
  position: relative;
  z-index: 10;
}
.tit-box .tit {
  font-size: 24px;
  color: #000000;
}
.tit-box .tit-en {
  font-size: 109px;
  color: #1e1e1e;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: -1;
  text-transform: uppercase;
}
.tit-box .tit-des {
  margin: 14px 0 0;
  font-size: 18px;
  color: #1e1e1e;
}

/* 首页banner */
.index-banner {
  margin: 50px 0 0;
}
/* 内页banner */
.inside-banner {
  margin: 50px 0 0;
}

.iAbout-box {
  padding: 30px 0 40px;
  background: url("../images/about_bg.png") no-repeat center;
}
.iAbout .contact {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 220%;
}
.iAbout {
  display: flex;
  flex-direction: column;
}
.iAbout .left {
  flex: 0 0 50%;
}
.iAbout .list {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iAbout .list .item {
  display: flex;
  flex-direction: column;
  margin-right: 5px;
}
.iAbout .list .item .item-title {
  display: flex;
  align-items: end;
  margin: 0 0 10px 0;
}
.iAbout .list .item .item-title span {
  font-size: 24px;
  color: #0453b3;
}
.iAbout .list .item .item-title p {
  font-size: 12px;
  color: #0453b3;
}
.iAbout .list .item .tem-des {
  font-size: 12px;
  margin: 14px 0 0;
}
.iAbout .more {
  margin: 20px 0 0;
  background: #0453b3;
  display: inline-flex;
  width: 120px;
  height: 40px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}
.iAbout .more i {
  margin: 0 0 0 10px;
}

.iNews-box {
  padding: 0 0 40px;
  background: linear-gradient(to bottom, #ffff, #f1f1f1);
}
.iNews .list {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
}
.iNews .list .item {
  border-radius: 3px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.iNews .list .item .img-full {
  position: relative;
  height: 220px;
}
.iNews .list .item .date {
  position: absolute;
  bottom: 60px;
  left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.iNews .list .item .date .day {
  font-size: 30px;
  color: #fff;
}
.iNews .list .item .date .year {
  font-size: 12px;
  color: #fff;
}
.iNews .list .item i {
  font-size: 20px;
  color: #0453b3;
}
.iNews .list .item .info {
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.iNews .list .item .info .title {
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #1c75e1;
}
.iNews .list .item .info .des {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  margin: 18px 0 20px;
}
.iNews .list .item:hover img {
  transform: scale(1.1, 1.1);
}
.iNews .more-box {
  display: flex;
  justify-content: center;
}
.iNews .more {
  margin: 20px 0 0;
  background: #0453b3;
  display: inline-flex;
  width: 120px;
  height: 40px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}
.iNews .more i {
  margin: 0 0 0 10px;
}

.iHy-box {
  background: url("../images/hy.png") center / cover fixed no-repeat;
  padding: 80px 0 50px;
}
.iHy .tit {
  color: #fff;
}
.iHy .list {
  max-width: 500px;
  margin: 26px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.iHy .list .item {
  margin: 0 0 18px 0;
  flex: 0 1 220px;
  display: flex;
  align-items: center;
}
.iHy .list .item i {
  font-size: 16px;
  color: #fff;
}
.iHy .list .item p {
  margin: 0 0 0 8px;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.iHy .item:hover p,
.iHy .item:hover i {
  color: #0453b3;
}
.iHy .more {
  margin: 30px 0 0;
  border: 1px solid #fff;
  display: inline-flex;
  width: 120px;
  height: 40px;
  border-radius: 40px;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
}
.iHy .more i {
  margin: 0 0 0 10px;
}
.iHy .more:hover {
  background: #0453b3;
  border: 1px solid #0453b3;
}
.iHyzs-box {
  padding: 20px 0 30px;
}
.iHyzs .tit-box {
  align-items: center;
}
.iHyzs .nav {
  margin: 20px 0 0;
  display: flex;
  justify-content: center;
}
.iHyzs .nav a {
  margin: 0 10px;
  font-size: 16px;
  color: #000;
}
.marqueeleft {
  overflow: hidden;
}
.marqueeleft ul {
  float: left;
}
.iHyzs .list {
  margin: 26px 0 0;
}
.iHyzs ul {
  float: left;
  margin-top: 20px;
}
.iHyzs ul li {
  float: left;
  margin-right: 26px;
  overflow: hidden;
}
.iHyzs ul li a {
  width: 120px;
  display: block;
}
.iHyzs ul li .pic {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.iHyzs ul li p {
  margin: 10px 0 0;
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.iHyzs ul li img {
  max-width: 100%;
}
.iHyzs ul li .tt {
  line-height: 70px;
  text-align: center;
  color: #333333;
}

.inset {
}

.article .detail li {
  margin: 0 0 13px 0;
  /* background-color: #f6fbfe; */
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  font-size: 16px;
  overflow: hidden;
  border-bottom: 1px solid #eee5e6;
}
.article .detail li a span {
  display: none;
  margin: 0 25px 0 0;
  width: 13px;
  height: 13px;
  background-color: #c8def1;
  border-radius: 50%;
}
.article .detail li a .title {
  flex: 1 1 auto;
}
.article .detail li a .date {
  flex: 0 0 100px;
  text-align: right;
}
.article .detail li a:hover span {
  background-color: #0453b3;
}
.article .detail li a:hover {
  color: #0453b3;
}
.article-show {
  margin-top: 10px;
}
.article-show .info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-show .info .title {
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.article-show .info .date {
  margin: 10px 0 0 0;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.article-show .info .date p:last-child {
}
.article-show .editor {
  margin: 20px 0 0;
  font-size: 16px;
}
.orientation {
  margin: 20px 0 0;
}
.orientation .previous,
.orientation .next {
  margin: 10px 0;
}

.article-img {
  background: linear-gradient(to bottom, #ffff, #f1f1f1);
}
.article-img .list {
  margin: 30px 0 0;
  display: flex;
  flex-direction: column;
}
.article-img .list .item {
  border-radius: 3px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-img .list .item .img-full {
  position: relative;
  height: 220px;
}
.article-img .list .item .date {
  position: absolute;
  bottom: 60px;
  left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.article-img .list .item .date .day {
  font-size: 30px;
  color: #fff;
}
.article-img .list .item .date .year {
  font-size: 12px;
  color: #fff;
}
.article-img .list .item i {
  font-size: 20px;
  color: #0453b3;
}
.article-img .list .item .info {
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.article-img .list .item .info .title {
  font-size: 20px;
  line-height: 30px;
  height: 60px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #1c75e1;
}
.article-img .list .item .info .des {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  margin: 10px 0 20px;
}
.article-img .list .item:hover img {
  transform: scale(1.1, 1.1);
}

.product .detail {
  display: flex;
  flex-wrap: wrap;
}
.product .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product .detail li .img-full {
  border-radius: 12px;
  height: 240px;
  overflow: hidden;
}
.product .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product .detail li:hover img {
  transform: scale(1.1, 1.1);
}
.product-img .detail {
  display: flex;
  flex-wrap: wrap;
}
.product-img .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-img .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.product-img .detail li .img-full {
  border-radius: 12px;
  height: 400px;
  overflow: hidden;
}
.product-img .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.product-img .detail li:hover img {
  transform: scale(1.1, 1.1);
}

.picture .detail {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.picture .detail li {
  flex: 0 1 calc(96% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.picture .detail li:not(:nth-child(2n)) {
  margin-right: calc(4% / 1);
}
.picture .detail li .pic {
  border-radius: 12px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.picture .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.picture .detail li:hover img {
  transform: scale(1.1, 1.1);
}

.profile-page .qywh .title {
  font-size: 24px;
  text-align: center;
  margin: 0 0 50px 0;
}
.profile-page .qywh .img-max {
  width: 80%;
  margin: 0 auto;
}
.profile-page .qywh .con {
  margin: 20px 0 0;
  background: #f8f8f8;
  padding: 10px 20px;
}
.profile-page .qywh .con * {
  font-size: 14px !important;
}
.profile-page .qywh .con p {
  font-size: 12px;
  line-height: 35px;
  text-align: center;
}
.profile-page .qywh .con p:first-child {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.profile-page .fz {
  padding: 0 0 30px;
  /* background: url('../images/fz-bg.png') no-repeat bottom; */
}
.profile-page .fz .title {
  font-size: 24px;
  text-align: center;
  margin: 20px 0 20px 0;
}
.profile-page .fz .list {
  margin: 14px 0 0;
}
.profile-page .fz .list .item {
  width: 100%;
  position: relative;
  padding: 0 18px 0px 16px;
  box-sizing: border-box;
  border-left: 1px solid #0453b3;
}
.profile-page .fz .list .date {
  display: flex;
  align-items: baseline;
}
.profile-page .fz .list .date p {
  color: #000;
  font-size: 20px;
}
.profile-page .fz .list .date p.year {
  color: #0654b3;
  font-size: 40px;
}
.profile-page .fz .list .des {
  margin: 16px 0 0;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  font-size: 14px;
}
.profile-page .hzhb .list {
  float: left;
  width: 9999999px;
}
.profile-page .hzhb .list ul {
  float: left;
  display: flex;
}
.profile-page .hzhb .list ul li {
  float: left;
  width: 120px;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
}
.profile-page .hzhb .list ul li .pic img {
  border-radius: 15px;
  max-width: 100%;
}
.profile-page .hzhb .title {
  font-size: 24px;
  text-align: center;
  margin: 10px 0 20px 0;
}

/* 底部波纹 */
.footerWave-box {
  position: relative;
  z-index: 50;
  width: 100%;
  overflow: hidden;
  height: 80px;
}
.footerWave {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 80px;
}
.footerWave > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.footerWave .wave-g > use {
  animation: move-forever 12s linear infinite;
}
.footerWave .wave-g > use:nth-child(1) {
  animation-delay: -2s;
  opacity: 0.5;
}
.footerWave .wave-g > use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 5s;
  opacity: 0.7;
}
.footerWave .wave-g > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 3s;
}
@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
/* 底部 */
.footer {
  background: #0453b3;
}
.footer-logo {
  display: flex;
  justify-content: center;
  padding: 20px 0 30px;
}
.footer-logo img {
  max-width: 100%;
}
.footer-menu {
  border-bottom: 1px solid #1161c4;
  padding: 0 0 30px 0;
}
.footer-menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-menu .menu a {
  margin: 0 35px;
  font-size: 14px;
  color: #fff;
}
.footer-top {
  border-bottom: 1px solid #1161c4;
  padding: 10px 0 10px;
}
.footer-top .container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.footer-top ul {
  margin: 0 0 10px 0;
}
.footer-top ul li {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.footer-top ul li span {
  color: #a1b3da;
  font-size: 12px;
  line-height: 20px;
}

.footer-bottom {
  padding: 10px 0;
}
.footer-bottom .copyright {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
  color: #fff !important;
}
.footer-bottom .copyright * {
  color: #fff !important;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
}
.mypage li.active {
  background: #0654b3;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
