body {
  font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  background: #fff;
}
.phone {
  display: none;
}
.container {
  max-width: 1500px;
  margin: 0 auto;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main {
  flex: 1;
}
.footer,
.header {
  flex: 0;
}
a:hover {
  text-decoration: none;
  color: #0453b3;
  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: 105px;
  display: flex;
  align-items: center;
}
.pc-nav .nav .logo {
  flex: 1;
  display: flex;
  align-items: center;
}
.pc-nav .nav .logo .company {
  margin: 0 0 0 20px;
}
.pc-nav .nav .logo .company p:first-child {
  font-size: 28px;
  color: #000;
}
.pc-nav .nav .logo .company p:last-child {
  font-size: 16px;
  color: #0453b3;
  text-align: center;
}
.pc-nav .nav .logo img {
  max-width: 100%;
}
.pc-nav .nav .menu {
  display: flex;
  align-items: center;
}
.pc-nav .nav .menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  height: 105px;
}
.pc-nav .nav .menu li a {
  display: block;
  padding: 0 30px;
  font-size: 18px;
  white-space: nowrap;
}
.pc-nav .nav .menu li .line {
  display: none;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #0453b3;
}
.pc-nav .nav .menu li.cur .line {
  display: block;
}
.pc-nav .nav .menu .cur a {
  color: #000000;
}
.pc-nav .nav .menu .menu-son {
  display: none;
  position: absolute;
  top: 105px;
  left: 50%;
  transform: translate(-50%, 0%);
  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;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
  line-height: 23px;
  text-align: center;
}
.pc-nav.active {
  position: absolute;
  background: unset;
  box-shadow: unset;
}
.pc-nav .nav .menu .menu-son a {
  color: #000;
}
.pc-nav.active .nav .menu.cur a {
  color: #fff;
}
.pc-nav .language a {
  margin: 0 5px;
  padding: 0 5px !important;
}
.pc-nav.active .nav .menu a {
  color: #fff;
}
.pc-nav.active .nav .menu .menu-son a {
  color: #000;
}
.pc-nav .nav .menu a:hover {
  color: #0453b3;
}
.pc-nav.active .nav .menu a:hover {
  color: #fff;
}
.pc-nav.active .nav .menu .menu-son a:hover {
  color: #0453b3;
}
.pc-nav .nav .menu li:hover .line {
  display: block;
}
.pc-nav .nav .menu li:hover .menu-son {
  display: block;
}

/* 内页导航 */
.sidenav {
  background-color: #f6fafc;
  box-shadow: 0 6px 12px 10px rgba(235, 241, 248, 0.975);
  /* 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: #666666;
  padding: 6px 15px;
}
.sidenav .right ul li.cur a {
  color: #191919;
  font-weight: bold;
}

/* 主体 */
.tit-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: inherit;
  position: relative;
  z-index: 10;
}
.tit-box .tit {
  font-size: 50px;
  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: 24px 0 0;
  font-size: 30px;
  color: #1e1e1e;
}

/* 首页banner */
.index-banner {
}
/* 内页banner */
.inside-banner {
}

.iYs {
  margin-top: -78px;
  position: relative;
  z-index: 1;
}
.iYs .list {
  display: flex;
  flex-wrap: wrap;
}
.iYs .list .item {
  flex: 0 1 calc(100% / 3);
  height: 330px;
  position: relative;
  overflow: hidden;
  padding: 56px 55px 53px;
  box-sizing: border-box;
}
.iYs .list .item .img-full {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.iYs .list .item .title {
  font-size: 38px;
  color: #fff;
}
.iYs .list .item .des {
  margin: 50px 0 0;
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #fff;
}
.iYs .list .item .more {
  margin: 40px 0 0;
  width: 150px;
  height: 46px;
  border-radius: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1a62b9;
  color: #fff;
}
.iYs .list .item .more:hover {
  background: #fff;
  border: 1px solid #1a62b9;
  color: #1a62b9;
}
.iYs .list .item:hover img {
  transform: scale(1.1, 1.1);
}

.iAbout-box {
  padding: 130px 0 140px;
  background: url("../images/about_bg.png") no-repeat center;
}
.iAbout .contact {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 30px;
}
.iAbout {
  display: flex;
}
.iAbout .left {
  flex: 0 0 50%;
  overflow: hidden;
}
.iAbout .list {
  margin: 50px 0 0;
  display: flex;
  align-items: center;
}
.iAbout .list .item {
  display: flex;
  flex-direction: column;
  margin-right: 88px;
}
.iAbout .list .item .item-title {
  display: flex;
  align-items: end;
}
.iAbout .list .item .item-title span {
  font-size: 60px;
  color: #0453b3;
}
.iAbout .list .item .item-title p {
  font-size: 18px;
  color: #0453b3;
}
.iAbout .list .item .tem-des {
  font-size: 20px;
  margin: 14px 0 0;
}
.iAbout .more {
  margin: 60px 0 0;
  background: #0453b3;
  display: inline-flex;
  width: 240px;
  height: 70px;
  border-radius: 70px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.iAbout .more:hover {
  background: #fff;
  border: 1px solid #1a62b9;
  color: #1a62b9;
}
.iAbout .more i {
  margin: 0 0 0 45px;
}

.iNews-box {
  padding: 0 0 70px;
  background: linear-gradient(to bottom, #ffff, #f1f1f1);
}
.iNews .list {
  margin: 70px 0 0;
  display: flex;
}
.iNews .list .item {
  flex: 0 1 calc(96% / 3);
  border-radius: 3px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.iNews .list .item:not(:nth-child(3n)) {
  margin-right: calc(4% / 2);
}
.iNews .list .item .img-full {
  position: relative;
  height: 300px;
}
.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: 50px;
  color: #fff;
}
.iNews .list .item .date .year {
  font-size: 12px;
  color: #fff;
}
.iNews .list .item i {
  font-size: 24px;
  color: #0453b3;
}
.iNews .list .item .info {
  background: #fff;
  padding: 38px 30px;
  border-radius: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.iNews .list .item .info .title {
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #1c75e1;
}
.iNews .list .item .info .des {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  margin: 18px 0 30px;
}
.iNews .list .item:hover img {
  transform: scale(1.1, 1.1);
}
.iNews .more-box {
  display: flex;
  justify-content: center;
}
.iNews .more {
  margin: 60px 0 0;
  background: #0453b3;
  display: inline-flex;
  width: 240px;
  height: 70px;
  border-radius: 70px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.iNews .more:hover {
  background: #fff;
  border: 1px solid #1a62b9;
  color: #1a62b9;
}
.iNews .more i {
  margin: 0 0 0 45px;
}

.iHy-box {
  background: url("../images/hy.png") center / cover fixed no-repeat;
  padding: 260px 0 160px;
}
.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: #f9bd0a;
}
.iHy .more {
  margin: 60px 0 0;
  border: 1px solid #fff;
  display: inline-flex;
  width: 240px;
  height: 70px;
  border-radius: 70px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.iHy .more i {
  margin: 0 0 0 45px;
}
.iHy .more:hover {
  background: #0453b3;
  border: 1px solid #0453b3;
}
.iHyzs-box {
  padding: 85px 0 70px;
}
.iHyzs .tit-box {
  align-items: center;
}
.marqueeleft {
  overflow: hidden;
}
.marqueeleft ul {
  float: left;
}
.iHyzs .nav {
  margin: 35px 0 0;
  display: flex;
  justify-content: center;
}
.iHyzs .nav a {
  margin: 0 10px;
  font-size: 26px;
  color: #000;
}
.iHyzs .list {
  margin: 56px 0 0;
}
.iHyzs ul {
  float: left;
  margin-top: 20px;
}
.iHyzs ul li {
  float: left;
  margin-right: 26px;
  overflow: hidden;
}
.iHyzs ul li .pic {
  width: 230px;
  height: 98px;
  display: block;
  border-radius: 16px;
  border: 1px solid #e6e6e6;
}
.iHyzs ul li p {
  margin: 10px 0 0;
  color: #000;
  text-align: center;
}
.iHyzs ul li img {
  max-width: 100%;
}
.iHyzs ul li .tt {
  line-height: 70px;
  text-align: center;
  color: #333333;
}

.inset {
  padding: 30px 40px;
}

.article .detail li {
  margin: 0 0 13px 0;
  background-color: #f6fbfe;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 25px 40px;
  font-size: 16px;
  overflow: hidden;
}
.article .detail li a span {
  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 .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 {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.article-show .info .date p:last-child {
  margin: 0 0 0 20px;
}
.article-show .editor {
  margin: 20px 0 0;
  font-size: 16px;
}
.orientation {
  margin: 20px 0 0;
}
.orientation .previous{
  margin: 0 0 10px 0;
}

.article-img {
  background: linear-gradient(to bottom, #ffff, #f1f1f1);
}
.article-img .list {
  margin: 20px 0 0;
  display: flex;
}
.article-img .list .item {
  flex: 0 1 calc(96% / 3);
  border-radius: 3px;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.article-img .list .item:not(:nth-child(3n)) {
  margin-right: calc(4% / 2);
}
.article-img .list .item .img-full {
  position: relative;
  height: 300px;
}
.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: 50px;
  color: #fff;
}
.article-img .list .item .date .year {
  font-size: 12px;
  color: #fff;
}
.article-img .list .item i {
  font-size: 24px;
  color: #0453b3;
}
.article-img .list .item .info {
  background: #fff;
  padding: 38px 30px;
  border-radius: 30px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
.article-img .list .item .info .title {
  font-size: 30px;
  line-height: 35px;
  height: 70px;
  padding-bottom: 18px;
  border-bottom: 1px dashed #1c75e1;
}
.article-img .list .item .info .des {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  margin: 18px 0 30px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
}
.picture .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.picture .detail li:not(:nth-child(4n)) {
  margin-right: calc(4% / 3);
}
.picture .detail li .pic {
  border-radius: 12px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  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: 42px;
  text-align: center;
  margin: 0 0 50px 0;
}
.profile-page .qywh .con {
  margin: 40px 0 0;
  background: #f8f8f8;
  padding: 50px 220px;
}
.profile-page .qywh .con p {
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}
.profile-page .qywh .con p:first-child {
  font-size: 30px;
  margin: 0 0 20px 0;
}
.profile-page .fz {
  padding: 0 0 260px;
  background: url("../images/fz-bg.png") no-repeat bottom;
}
.profile-page .fz .title {
  font-size: 42px;
  text-align: center;
  margin: 80px 0 50px 0;
}
.profile-page .fz .list {
  margin: 64px 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;
  margin: 0 0 20px 0;
}
.profile-page .hzhb .list ul {
  float: left;
}
.profile-page .hzhb .list ul li {
  float: left;
  width: 240px;
  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: 42px;
  text-align: center;
  margin: 80px 0 50px 0;
}

.page .editor {
  font-size: 16px;
}

.job {
  padding: 30px 0;
}
.job .job-title {
  font-size: 44px;
  margin: 0 0 40px 0;
}
.job .detail a {
  padding: 38px 48px;
  background-color: #f8f8f8;
  display: block;
  margin: 0 0 20px 0;
}
.job .detail .title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  padding: 0 0 22px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.job .detail .des {
  margin: 26px 0 0;
  font-size: 18px;
}
.job .detail .ask {
  margin: 14px 0 0;
  font-size: 18px;
}
.job .detail .des span,
.job .detail .ask span {
  font-weight: bold;
}

/* 底部波纹 */
.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%);
  }
}
.iFixed {
  display: none;
  position: fixed;
  z-index: 999;
}
.iFixed .iFixed-box {
  position: fixed;
  right: 20px;
  bottom: 100px;
  width: 50px;
  height: 52px;
  background-color: #d2ebd8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #000;
}
/* 底部 */
.footer {
  background: #0453b3;
}
.footer-logo {
  display: flex;
  justify-content: center;
  padding: 80px 0 70px;
}
.footer-menu {
  border-bottom: 1px solid #1161c4;
  padding: 0 0 50px 0;
}
.footer-menu .menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-menu .menu a {
  margin: 0 35px;
  font-size: 18px;
  color: #fff;
}
.footer-top {
  border-bottom: 1px solid #1161c4;
  padding: 60px 0 84px;
}
.footer-top .container {
  display: flex;
  justify-content: space-around;
}
.footer-top ul {
  flex: 0 1 220px;
}
.footer-top ul li {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.footer-top ul li span {
  color: #a1b3da;
  font-size: 16px;
}

.footer-bottom {
  padding: 35px 0;
}
.footer-bottom .copyright {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  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;
  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: 5px;
}
.mypage li.active {
  background: #0654b3;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
