body {
  font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  background: #fff;
}

.phone {
  display: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
  margin-top: 100px;
  padding-bottom: 50px;
}

.footer,
.header {
  flex: 0;
}

a:hover {
  text-decoration: none;
  color: #e35f13;
  transition: color 0.4s;
  -moz-transition: color 0.4s;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
}

@-webkit-keyframes fromBottomFade {
  from {
    -webkit-transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes fromBottomFade {
  from {
    transform: translateY(20%);
    opacity: 0;
  }
}

/* 导航 */
.pc-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%);
}

.pc-nav .nav {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pc-nav .nav .logo {
  flex: 0 0 300px;
}
.pc-nav .nav .logo img {
  max-width: 100%;
}

.pc-nav .nav .menu {
  display: flex;
  height: 100px;
}

.pc-nav .nav .menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.pc-nav .nav .menu li a {
  display: block;
  padding: 0 30px;
  font-size: 16px;
}

.pc-nav .nav .menu li .line {
  width: 0px;
  height: 1px;
  position: absolute;
  top: 80px;
  left: 30px;
  background: #000000;
}
.pc-nav .nav .menu .cur a {
  color: #2e4789;
}
.pc-nav .nav .menu .menu-son {
  display: none;
  position: absolute;
  top: 100px;
  z-index: 100;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: 160px;
  font-size: 14px;
  background: #fff;
  animation: fromBottomFade 0.6s ease both;
  -webkit-animation: fromBottomFade 0.6s ease both;
}

.pc-nav .nav .menu .menu-son a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #222;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 23px;
  text-align: center;
}

.pc-nav .nav .menu .menu-son a:hover {
  color: #2e4789;
  background: #f5f5f5;
}

.pc-nav .nav .menu li:hover .line {
  width: 100%;
  width: calc(100% - 60px);
}

.pc-nav .nav .menu li:hover .menu-son {
  display: block;
}

.iFixed {
  position: fixed;
  z-index: 999;
}
.iFixed .iFixed-box {
  width: 36px;
  height: 160px;
  background-color: #2e4789;
  color: #fff;
  position: fixed;
  right: 0;
  top: 220px;
}
.iFixed span {
  display: block;
  width: 10px;
  margin: 20px auto;
  font-size: 12px;
  color: #fff;
}
.iFixed span img {
  width: 12px;
  height: 12px;
  display: block;
  margin-bottom: 20px;
}
.iFixed .qrcode {
  display: none;
  width: 150px;
  height: 150px;
  background: #f09;
  top: 0;
  position: absolute;
  right: 40px;
  opacity: 1;
  background-image: url("/static/index/images/iqrcode.jpeg");
  background-size: 100% 100%;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.iFixed-box:hover .qrcode {
  display: block;
}

/* 内页导航 */
.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;
}

.sidenav .right ul li a {
  color: #2e4789;
  padding: 6px 15px;
}

.sidenav .right ul li.cur a {
  color: #fff;
  background: #2e4789;
}

/* 主体 */
.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 {
  margin: 40px 0;
}

.main .content .info {
  margin-bottom: 20px;
}

.main .content .title {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
}

.main .content .date {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
.main .content .date p{
  margin: 0 10px;
}

.orientation {
  margin-top: 30px;
  line-height: 30px;
}

/* 首页banner */
.index-banner {
}

/* 内页banner */
.inside-banner {
}

/* 首页产品 */
.iTimeline {
  margin-top: 10px;
  position: relative;
  background: #fafafa;
  border: 1px solid #ebebeb;
  display: flex;
}
.iTimeline .iTimeline-left {
  flex: 0 1 300px;
  border-right: 1px solid #ebebeb;
  background-image: url("/static/index/images/iTimeline-bg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.iTimeline .iTimeline-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 50%;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.iTimeline .iTimeline-left p {
  margin: 5px 0;
}
.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: 30px;
  position: relative;
  margin-left: 10.5%;
  margin-right: 10.5%;
  font-weight: 600;
  color: #2e4789;
}
.iTimeline .iTimeline-title span{
  color: #19b2ca;
}
.iTimeline .iTimeline-title:before {
  content: "";
  border-top: 1px solid #2e4789;
  displayrgb(15, 16, 19);
  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-right: 40px;
  border: none !important;
  background: rgba(16, 173, 160, 0.14);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 135px;
  height: 135px;
}
.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: 40px;
  color: #084697;
  font-weight: bold;
}
.iTimeline .iTimeline-djs li div > p:nth-child(2) {
  font-size: 14px;
  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: 65px;
  height: 65px;
}
.iActivity ul li p {
  margin-top: 39px;
  font-size: 18px;
  color: #282828;
  font-weight: 600;
}

.iNotice .mc {
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}
.iNotice .swiper-container {
  display: flex;
  margin-left: unset;
  margin-right: unset;
  flex: 1;
}
.iNotice .swiper-container a {
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  margin-right: 30px;
  padding: 26px 16px 16px;
  border-radius: 3px;
  font-size: 18px;
}
.iNotice .swiper-container a:hover {
  border: 1px solid #2e4789;
}
.iNotice .swiper-container a .title {
  font-weight: 600;
  line-height: 34px;
}
.iNotice .swiper-container a .date {
  font-size: 14px;
  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% / 3);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
  height: 240px;
}
.iPic ul li:nth-child(3n) {
  margin-right: 0;
}
.iPic ul li:hover img {
  transform: scale(1.1, 1.1);
}

.iLink .mc-box{
  background-color: #f2f2f2;
  padding: 10px 0;
}
.iLink .mc .list {
  margin-bottom: 20px;
}
.iLink .mc .list .title {
  position: relative;
  text-align: center;
  margin: 20px auto;
  width: 395px;
  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: 260px;
  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 24.25%;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
}
.xwzx ul li:nth-child(4n) {
  margin-right: 0;
}
.xwzx .news-pic {
  position: relative;
  height: 230px;
  border-radius: 3px;
  overflow: hidden;
}
.xwzx .news-pic img {
  width: 100%;
  height: 100%;
}
.xwzx .news-pic:hover img {
  transform: scale(1.1, 1.1);
}
.xwzx .news-pic .icon {
  background-size: 100% 100%;
  width: 51px !important;
  height: 77px;
  position: absolute;
  top: 20px;
  left: 20px;
  fill: #2e4789;
}
.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: 16px;
  font-weight: 800;
  height: 46px;
}
.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: 30px 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;
  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{
  margin-top: 10px;
}
.tzgg ul li .tt .tt-tag p{
  font-size: 12px;
  color: #a7a7a7;
  padding: 0 5px;
  margin: 10px 5px 0;
  background: rgba(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: 0 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:last-child {
  border-bottom: unset;
}
.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:last-child {
  border-bottom: unset;
}
.filter .list a {
  color: #333;
  font-weight: lighter;
  margin-right: 20px;
  margin-bottom: 20px;
}
.filter .list a.cur,
.filter .list a:hover {
  color: #2e4789;
}

.picture ul {
  display: flex;
  flex-wrap: wrap;
}
.picture ul li {
  flex: 0 1 calc(98% / 3);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
  height: 240px;
}
.picture ul li:nth-child(3n) {
  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: #2e4789;
  background-size: 100% 100%;
  background-position: 50%;
  padding: 44px 0;
  border-bottom: 1px solid #eee;
}
.footer-top .text-icon {
  display: flex;
  color: #fff;
}
.footer-top .text-icon .text {
  flex: 1;
  margin-right: 20px;
  color: #fff;
  line-height: 1.6;
}
.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: #2e4789;
  padding: 10px 0;
}

.footer-bottom .copyright {
  display: flex;
  justify-content: center;
  color: #fff;
}
.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;
  margin: 0 3px;
}
.mypage li.active {
  background: #1d3e2d;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
