@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;
}
.container {
  margin: 0 0.3rem;
}
.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;
}

.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;
}
.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 .fa-times,
.menu-top .fa-minus {
  display: none;
}
.menu-top .fa {
  float: right;
  margin-right: 24px;
}

/* 内页导航 */
.sidenav {
  border-bottom: 1px solid #e9e9e9;
}

.sidenav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 80px;
}

.sidenav .right ul {
  display: flex;
  flex-wrap: wrap;
}

.sidenav .right ul li a {
  color: #5a8bae;
  padding: 6px 15px;
}

.sidenav .right ul li a.current {
  color: #fff;
  background: #5a8bae;
}

/* 主体 */
.tit-box {
  display: flex;
  align-items: center;
  position: relative;
  width: inherit;
  height: 93px;
  justify-content: space-between;
}
.tit {
  display: flex;
}
.tit img {
  width: 33px;
  height: 33px;
  margin-right: 18px;
}
.tit p {
  vertical-align: middle;
  font-weight: 600;
  font-size: 24px;
  color: #000;
}

.tit-box .more {
  display: inline-block;
  border: 1px solid #d7d7d7;
  text-align: center;
  width: 120px;
  line-height: 28px;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
}
.tit-box .more:hover {
  color: #fff;
  background-color: #264ea0;
}

.main .content {
  padding: 20px 0;
}

.main .content .title {
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 20px;
}

.main .content .date {
  text-align: center;
  font-size: 12px;
  line-height: 140%;
}

.orientation {
  margin-top: 30px;
  line-height: 30px;
}

/* 首页banner */
.index-banner {
  margin-top: 50px;
}
/* 内页banner */
.inside-banner {
  margin-top: 50px;
}

/* 首页产品 */
.iTimeline {
  margin-top: 10px;
  position: relative;
  background: #fafafa;
  border: 1px solid #ebebeb;
  display: flex;
  flex-direction: column-reverse;
}
.iTimeline .iTimeline-left {
  flex: 0 1 300px;
  border-right: 1px solid #ebebeb;
  background-image: url("/static/index/images/iTimeline-bg1.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.iTimeline .iTimeline-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50%;
  height: 150px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.iTimeline .iTimeline-right {
  flex: 1;
  text-align: center;
  padding: 25px 0;
  background-image: url("/static/index/images/iTimeline-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
}
.iTimeline .iTimeline-title {
  font-size: 14px;
  position: relative;
  margin-left: 5.5%;
  margin-right: 5.5%;
  font-weight: 600;
  color: #2e4789;
}
.iTimeline .iTimeline-title span {
  color: #19b2ca;
}
.iTimeline .iTimeline-title:before {
  content: "";
  border-top: 1px solid #2e4789;
  display: block;
  position: absolute;
  width: 29px;
  top: 50%;
  left: 0;
}
.iTimeline .iTimeline-title:after {
  content: "";
  border-top: 1px solid #2e4789;
  display: block;
  position: absolute;
  width: 29px;
  top: 50%;
  right: 0;
}
.iTimeline .iTimeline-djs {
  display: inline-block;
  margin-top: 28px;
}
.iTimeline .iTimeline-djs li {
  display: inline-block;
  position: relative;
  width: 101px;
  height: 101px;
  border: 2px solid #009eb8;
  border-image: linear-gradient(180deg, #009eb8, #009eb8) 30 30;
  margin: 0 10px;
  border: none !important;
  background: rgba(16, 173, 160, 0.14);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 48.5px;
  height: 48.5px;
}
.iTimeline .iTimeline-djs li div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.iTimeline .iTimeline-djs li div > p:first-child {
  font-size: 17px;
  color: #084697;
}
.iTimeline .iTimeline-djs li div > p:nth-child(2) {
  font-size: 12px;
  color: #084697;
  opacity: 0.5;
}
.iTimeline .iTimeline-desc {
  margin-top: 28px;
  font-size: 16px;
  color: #19b2ca;
}

.iActivity ul {
  display: flex;
}
.iActivity ul li {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #f0f0f0;
  font-size: 18px;
  padding: 22px 0;
}
.iActivity ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iActivity ul li:hover {
  -webkit-box-shadow: 0 6px 18px rgba(19, 21, 23, 0.1);
  box-shadow: 0 6px 18px rgba(19, 21, 23, 0.1);
  cursor: pointer;
}
.iActivity ul li img {
  width: 48px;
  height: 45px;
}
.iActivity ul li p {
  margin-top: 15px;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
}

.iNotice .mc {
  display: flex;
  box-sizing: border-box;
}
.iNotice .swiper-container {
  display: flex;
}
.iNotice .swiper-container a {
  border: 5px solid #f5f5f5;
  box-sizing: border-box;
  margin-right: 5px;
  padding: 5px 20px;
  height: 90px;
}
.iNotice .swiper-container a .title {
  font-weight: 600;
}
.iNotice .swiper-container a .date {
  font-size: 12px;
  color: #999;
  margin-top: 5px;
}
.iNotice .next,
.iNotice .prev {
  flex: 0 0 40px;
}
.iNotice .prev {
  margin-right: 30px;
}
.iNotice .next {
  margin-left: 30px;
}
.iPic ul {
  display: flex;
  flex-wrap: wrap;
}
.iPic ul li {
  flex: 0 1 calc(98% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
  height: 120px;
}
.iPic ul li:nth-child(2n) {
  margin-right: 0;
}
.iPic ul li:hover img {
  transform: scale(1.1, 1.1);
}

.iLink .mc .list {
  margin-bottom: 20px;
}
.iLink .mc .list .title {
  position: relative;
  text-align: center;
  margin: 20px auto;
  width: 345px;
  height: 33px;
  line-height: 33px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.iLink .mc .list .title p {
  margin: auto;
  background-size: 100% 100%;
  width: 210px;
  height: 33px;
  background-image: url("/static/index/images/link-bg.png");
}
.iLink .mc .list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.iLink .mc .list ul li {
  padding: 0 10px 10px;
  box-sizing: border-box;
}
.iLink .mc .list ul li:last-child{
  margin-right: auto;
}
.iLink .mc .list:nth-child(1) ul li{
  flex: 0 1 100%;
}
.iLink .mc .list:nth-child(2) ul li{
  flex: 0 1 50%;
}
.iLink .mc .list:nth-child(3) ul li{
  flex: 0 1 50%;
}
.iLink .mc .list:nth-child(4) ul li{
  flex: 0 1 calc(100%/3);
}
.iLink .mc .list:nth-child(5) ul li{
  flex: 0 1 calc(100%/5);
}

.inset {
  margin-top: 20px;
}
.xwzx ul {
  display: flex;
  flex-wrap: wrap;
}
.xwzx ul li {
  flex: 0 1 100%;
  overflow: hidden;
  margin-right: 0%;
  margin-bottom: 30px;
}
.xwzx ul li:nth-child(2n) {
  margin-right: 0;
}
.xwzx .news-pic {
  position: relative;
  height: 230px;
}
.xwzx .news-pic img {
  width: 100%;
  height: 100%;
}
.xwzx .news-pic .icon {
  background-size: 100% 100%;
  width: 51px !important;
  height: 77px;
  position: absolute;
  top: 20px;
  left: 20px;
  fill: #004098;
}
.xwzx .news-pic .date {
  position: absolute;
  left: 25px;
  top: 25px;
  text-align: center;
  color: #fff;
}
.xwzx .news-pic .date p:first-child {
  font-size: 14px;
}
.xwzx .news-pic .date p:nth-child(2) {
  font-size: 24px;
}
.xwzx .news-title {
  display: block;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 800;
}
.xwzx .news-desc {
  font-size: 12px;
  color: #9b9b9b;
}
.tzgg {
  width: 100%;
  overflow: hidden;
}
.tzgg ul {
  margin: auto;
}
.tzgg ul li {
  background: #f7f9fa;
  transition: 0.6s;
  width: 100%;
  border-radius: 10px;
  margin-bottom: 9px;
  overflow: hidden;
}
.tzgg ul li a {
  margin: auto;
  display: block;
  width: calc(100% - 60px);
  padding: 10px 0px;
  overflow: hidden;
  position: relative;
}
.tzgg ul li span {
  width: 12px;
  height: 12px;
  background: #dae2e6;
  border-radius: 6px;
  display: block;
  float: left;
  margin-right: 13px;
  margin-top: 6px;
}
.tzgg ul li .tt {
  width: calc(100% - 125px);
  float: left;
  transition: 0.6s;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.tzgg ul li .tt .tt-tag {
  display: inline-flex;
}
.tzgg ul li .tt .tt-tag p {
  font-size: 12px;
  color: #a7a7a7;
  padding: 0 5px;
  margin: 10px 5px 0;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 1px;
}
.tzgg ul li .date {
  transition: 0.6s;
  width: 100px;
  line-height: 20px;
  font-size: 16px;
  color: #999999;
  float: right;
  text-align: right;
}
.tzgg ul li:hover .tt {
  margin-left: 20px;
  color: #127532;
}
.tzgg ul li:hover .date {
  color: #127532;
}
/* 内页搜索 */
.filter {
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 16px 36px;
}
.filter .list-box {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}
.filter .list-box p {
  flex: 0 1 100px;
}
.filter .list {
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
}
.filter .list a {
  color: #333;
  font-weight: lighter;
  margin-right: 20px;
  margin-bottom: 20px;
}
.filter .list a.cur,
.filter .list a:hover {
  color: #5a8bae;
}

.picture ul {
  display: flex;
  flex-wrap: wrap;
}
.picture ul li {
  flex: 0 1 calc(99% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
  height: 240px;
}
.picture ul li:nth-child(2n) {
  margin-right: 0;
}
.picture ul li:hover img {
  transform: scale(1.1, 1.1);
}

/* 底部 */
.footer {
  background-color: #fff;
}

.footer-nav {
  display: inline-flex;
  width: 100%;
  border-bottom: 1px solid #393939;
}

.footer-nav .list {
  height: 80px;
  line-height: 80px;
  margin-right: 60px;
}
.footer-top {
  background: #004098;
  background-size: 100% 100%;
  background-position: 50%;
  padding: 44px 0;
  border-bottom: 1px solid #eee;
}
.footer-top .text-icon {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  font-size: 16px;
  color: #fff;
}
.footer-top .text-icon .text {
  flex: 0 1 60%;
  color: #fff;
  font-size: 12px;
  margin-top: 10px;
}
.footer-top .text-icon .icon {
  display: flex;
}
.footer-top .text-icon .icon .item {
  margin-right: 10px;
  text-align: center;
}
.footer-top .text-icon .icon img {
  width: 80px;
  height: 80px;
}

.footer-top .address .address-1 {
  padding-right: 60px;
}

.footer-top .address .address-2 {
  flex: 1;
}

.footer-top .address .address-2 .footer-lxfs {
  padding-left: 70px;
  line-height: 30px;
  border-left: 1px solid #444444;
}

.footer-bottom {
  background-color: #004098;
  padding: 10px 0;
}

.footer-bottom .copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #fff;
  font-size: 12px;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  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: #1d3e2d;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
