@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;
}
.menu-top .login {
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-top .login a {
  color: #3e929e;
  font-size: 14px;
}
.menu-top .login span {
  color: #3e929e;
  margin: 0 10px;
}
.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;
  line-height: 1.4;
}
.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;
  justify-content: space-between;
  padding-bottom: 15px;
}
.tit {
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.tit-box .more {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.tit-box .more:hover {
  color: #3e929e;
}

.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;
}
.index-banner .iNumber {
  display: none;
}
/* 内页banner */
.inside-banner {
  margin-top: 50px;
}
.inside-banner .swiper-slide {
  position: relative;
}
.inside-banner .swiper-slide .banner-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.iGywm {
  margin-top: 20px;
}
.iItems {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
  flex-direction: column;
}
.iItems .pic {
  border-radius: 20px;
  overflow: hidden;
}
.iItems .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.iItems .pic:hover img {
  transform: scale(1.1, 1.1);
}
.iItems .info {
  flex: 1;
  background-color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
}
.iItems .info .tit {
  font-size: 20px;
  font-weight: bold;
}
.iItems .info .tit-line {
  margin-top: 30px;
  width: 34px;
  height: 6px;
  border-radius: 2px;
  background-color: #002fa8;
}
.iItems .info .editor {
  margin-top: 20px;
}
.iItems .info .more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  width: 130px;
  height: 40px;
  border-radius: 40px;
  background-color: #002fa8;
  padding: 0 20px;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
}
.iItems .info .more img {
  width: 16px;
  height: 16px;
}
.iItems.change {
  /* flex-direction: row-reverse; */
}
.iItems.change .pic {
  margin-right: 0;
  margin-left: 0px;
}
.iNews .editor a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.iNews .editor a .title {
  font-size: 18px;
  margin-right: 20px;
}
.iNews .editor a .date {
  flex: 0 0 auto;
  font-size: 18px;
  color: #999999;
}

.inset {
  padding-top: 20px;
}
.inset-cate {
  font-size: 16px;
  color: #191919;
  font-weight: bold;
  margin: 0 0 24px;
}
.product-box {
  background: url("../images/pic9.png") no-repeat center;
}
.product {
  padding: 20px 0;
}
.product .cp {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px 0;
}
.product .cp .pic img {
  max-width: 100%;
}
.product .cp .left {
  padding: 0 18px 0 20px;
}
.product .cp .title {
  padding: 0 0 38px 0;
  font-size: 42px;
  font-weight: bold;
  color: #333333;
}
.product .cp .line {
  width: 39px;
  height: 7px;
  border-radius: 4px;
  background: #002fa8;
}
.product .cp p {
  margin: 25px 0 0;
  font-size: 19px;
  line-height: 30px;
}
.product .cptd .title {
  font-size: 38px;
  margin: 50px 0 70px 0;
}
.product .cptd .item {
  display: flex;
  margin: 0 0 10px 0;
}
.product .cptd .item .m-l-10 {
  margin-left: 10px;
}
.product .cptd .item .m-r-10 {
  margin-right: 10px;
}
.product .cptd .item .item-title {
  font-size: 36px;
  color: #333333;
  margin: 0 0 30px 0;
}
.product .cptd .item .pic {
  background-color: #f8f8f8;
}
.product .cptd .item .left {
  padding: 66px 60px;
  background-color: #f8f8f8;
}
.product .cptd .item .title {
  padding: 0 0 38px 0;
  font-size: 42px;
  font-weight: bold;
  color: #333333;
}
.product .cptd .item .line {
  width: 39px;
  height: 7px;
  border-radius: 4px;
  background: #002fa8;
}
.product .cptd .item p {
  margin: 25px 0 0;
  font-size: 19px;
  line-height: 30px;
}

.product .list {
  display: flex;
  margin: 0 0 20px 0;
}
.product .list .right {
  flex: 0 0 430px;
  height: 580px;
  padding: 70px 60px 100px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  margin-left: 18px;
  display: flex;
  flex-direction: column;
}
.product .list .right .title {
  font-size: 36px;
}
.product .list .right .line {
  width: 34px;
  height: 6px;
  background-color: #123dae;
  margin: 30px 0 38px;
  border-radius: 2px;
}
.product .list .right .des {
  font-size: 16px;
  line-height: 30px;
  flex: 1;
}
.product .list .right .more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 55px;
  background-color: #123dae;
  color: #fff;
}

.product .list:nth-child(2n) {
  flex-direction: row-reverse;
}
.product .list:nth-child(2n) .right {
  margin-left: 0;
  margin-right: 18px;
}

.productBox {
  background: #f2f7fb;
}
.product-show {
  padding: 20px 0;
}
.product-show .images-show {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-show .images-show-detail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.product-show .images-show-detail img {
  max-width: 600px;
}
.product-show .imagesBox {
  /* background: #fff; */
}
.product-show .images {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px;
  background: #fff;
}
.product-show .product-title {
  font-size: 44px;
  margin: 0 0 40px 0;
}
.product-show .title {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 0 0 20px 0;
  white-space: nowrap;
  text-align: center;
  color: #062bb4;
}
.product-show .sub .title {
  font-size: 14px;
  color: #000;
  position: relative;
  /* padding-bottom: 30px; */
  padding: 20px 0;
}
.product-show .sub .title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 6px;
  border-radius: 6px;
  background: #062bb4;
}
.product-show .images .item {
  flex: 0 1 calc(95% / 4);
  margin-bottom: 30px;
  overflow: hidden;
}
.product-show .images .item:not(:nth-child(4n)) {
  margin-right: calc(5% / 3);
}
.product-show .images .pic {
  overflow: hidden;
  padding-top: 20px;
}
.product-show .images .pic img {
  max-width: 100%;
}
.product-show .images p {
  text-align: center;
  margin: 5px 0;
}
.product-show .images .pic:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.6s ease 0s;
}
.product-show .images .item:hover p {
  text-decoration-line: underline;
}
.product-show .imagesBox .more {
  display: block;
  cursor: pointer;
  width: 175px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #002fa8;
  color: #fff;
  font-size: 16px;
  border-radius: 60px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.article {
  border-radius: 6px;
  padding: 18px 5px;
}
.article .detail li {
  margin: 0 0 13px 0;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  font-size: 16px;
  overflow: hidden;
}
.article .detail li a span {
  flex: 0 0 13px;
  margin: 0 10px 0 0;
  width: 13px;
  height: 13px;
  background-color: #c8def1;
  border-radius: 50%;
}
.article .detail li a .title {
}
.article .detail li a .date {
}
.article .detail li a:hover span {
  background-color: #3e929e;
}
.article .detail li a:hover {
  color: #3e929e;
}

.xhdt {
  padding: 20px 0 0;
  border-radius: 6px;
}
.xhdt .detail li {
  margin: 0 0 20px 0;
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
}
.xhdt .detail li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  overflow: hidden;
}
.xhdt .detail li a .img-full {
  height: 200px;
  overflow: hidden;
}
.xhdt .detail li a .img-full img {
  object-fit: cover;
}
.xhdt .detail li a .title-box {
  flex: 1 1 auto;
  padding: 10px 20px;
}
.xhdt .detail li a .title-box .title {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 8px 0;
}
.xhdt .detail li a .title-box .des {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 10px 0;
  color: #999;
}
.xhdt .detail li a .title-box .date {
  margin: 0 0 2px 0;
}
.xhdt .detail li a .title-box span {
  display: inline-flex;
  width: 32px;
  height: 6px;
  border-radius: 3px;
  background-color: #3e929e;
}
.xhdt .detail li a .right {
  display: none;
}
.xhdt .detail li a:hover img {
  transform: scale(1.1, 1.1);
}
.xhdt .detail li a:hover {
  color: #3e929e;
}

.article {
  border-radius: 6px;
  padding: 10px 20px;
}
.article .detail li {
  margin: 0 0 13px 0;
  background-color: #f6fbfe;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 0px;
  font-size: 16px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.article .detail li a .img-full {
  flex: 0 0 120px;
  height: 90px;
  margin: 0 10px 0 0;
  overflow: hidden;
}
.article .detail li a .right {
  flex: 1 1 auto;
  margin: 0 40px 0 0;
}
.article .detail li a .title-box {
  display: flex;
  flex-direction: column;
}
.article .detail li a .title-box .title {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  line-height: 16px;
  margin: 0 0 7px 0;
}
.article .detail li a .des {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 10px 0;
  color: #666666;
}
.article .detail li a .title-box .date {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.article .detail li a:hover img {
  transform: scale(1.1, 1.1);
}
.article .detail li a:hover,
.article .detail li a:hover .title,
.article .detail li a:hover .date,
.article .detail li a:hover .des {
  color: #0231aa;
}

.job {
  padding: 30px 0;
}
.job .job-title {
  font-size: 18px;
  margin: 0 0 20px 0;
}
.job .detail a {
  padding: 10px 20px;
  background-color: #f8f8f8;
  display: block;
  margin: 0 0 10px 0;
}
.job .detail .title {
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 0 0 14px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.job .detail .des {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.job .detail .ask {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.job .detail .des span,
.job .detail .ask span {
  font-weight: bold;
}

.pagecol {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
}
.pagecol .menu {
  background-color: #3e929e;
  padding: 16px 7px;
  box-sizing: border-box;
  border-radius: 20px;
}
.pagecol .menu p {
  font-size: 30px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #42a4b2;
  text-align: center;
  color: #fff;
}
.pagecol .menu ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.pagecol .menu ul li {
  margin: 0 10px 10px 0;
  text-align: center;
}
.pagecol .menu ul li a {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.pagecol .detail {
  margin: 0px 0 0;
}
.pagecol .detail .detail_cate {
  display: none;
  font-size: 20px;
  padding: 0 0 15px 0;
  color: #1a1a1a;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
}
.pagecol .detail .content {
  padding: 20px 0;
}

/* 内页搜索 */
.filter {
  margin: 20px 0;
  border: 1px solid #e3e3e3;
  background: #f2f2f2;
  padding: 16px 26px;
}
.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 .detail {
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.picture .detail li {
  flex: 0 1 calc(99% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
}
.picture .detail li:nth-child(2n) {
  margin-right: 0;
}
.picture .detail li .img-full,
.picture .detail li .pic {
  height: 90px;
  overflow: hidden;
}
.picture .detail li .img-full img,
.picture .detail li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.picture .detail li p {
  text-align: center;
  margin: 20px 0 0;
}
.picture .detail li:hover img {
  transform: scale(1.1, 1.1);
}

.xhhk .detail {
  display: flex;
  flex-wrap: wrap;
}
.xhhk .detail li {
  flex: 0 1 calc(99% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 10px;
}
.xhhk .detail li .img-full {
  border-radius: 12px;
  height: 275px;
  overflow: hidden;
}
.xhhk .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.xhhk .detail li:nth-child(2n) {
  margin-right: 0;
}
.xhhk .detail li:hover img {
  transform: scale(1.1, 1.1);
}

.video ul {
  display: flex;
  flex-wrap: wrap;
}
.video ul li {
  flex: 0 1 calc(99% / 2);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 10px;
}
.video ul li .img-full {
  border-radius: 12px;
  height: 120px;
  overflow: hidden;
}
.video ul li .title {
  margin: 10px 0;
  text-align: center;
}
.video ul li:nth-child(2n) {
  margin-right: 0;
}
.video ul li:hover img {
  transform: scale(1.1, 1.1);
}
/* 证书查询 */
.certificate-box {
  background-color: #fff;
  padding: 0 0 20px 0;
}
.certificate-box h3 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #191919;
  margin: 0 0 20px 0;
}
.certificate-box .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.certificate-box .cate-type {
  margin: 10px 0 30px;
  padding: 0 5px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.certificate-box .cate-type .cate-item {
  margin: 0 10px 0 0;
}
.certificate-box .cate-type .cate-item a {
  font-size: 14px;
  padding: 5px 10px;
  color: #191919;
}
.certificate-box .cate-type .cate-item.cur a {
  display: block;
  color: #fff;
  background-color: #3e929e;
  border-radius: 20px;
}
.certificate-box .keywords {
  position: relative;
  width: 300px;
}
.certificate-box .keywords input {
  height: 40px;
  width: 100%;
  border-radius: 40px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  padding: 0 100px 0 20px;
  color: #000000;
  font-size: 14px;
}
.certificate-box .keywords button {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  color: #fff;
  border-radius: 40px;
  background-color: #3e929e;
  border: 0;
  font-size: 14px;
}
.certificate-box .result {
  margin: 30px 0 0;
}
.certificate-box .result .list {
  overflow-x: scroll;
}
.certificate-box .result .mt {
  display: flex;
  margin: 0 0 10px 0;
}
.certificate-box .result .mt .item {
  flex: 0 0 100px;
  padding: 15px 5px;
  background-color: #f5f5f5;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  color: #191919;
  font-weight: bold;
}
.certificate-box .result .mc {
  display: flex;
  padding: 10px 0;
}
.certificate-box .result .mc .item {
  flex: 0 0 100px;
  text-align: center;
  font-size: 14px;
  margin: 0 10px 0 0;
  color: #191919;
  line-height: 1.4;
}

.login-login {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.login-nav {
  display: none;
  background-color: #348490;
}
.login-nav ul {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100px;
}
.login-nav ul li a {
  font-size: 18px;
  color: #fff;
}
.login-login .login-bg {
  flex: 1;
  background: url("../images/login-bg.png") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-login .login-bg .logo {
  padding: 50px 0 0;
}
.login-login .login-bg .logo img {
  max-width: 100%;
}
.login-login .login-bg label {
  font-size: 16px;
  color: #fff;
}
.login-login .login-bg .title {
  text-align: center;
  margin: 70px 0 38px;
  font-size: 28px;
  color: #fff;
}
.login-login #submit {
  width: 100%;
  font-size: 18px;
  background-color: #f25252;
}
.login-login .tip {
  margin: 14px 0 0;
  display: flex;
  justify-content: space-between;
}
.login-login .tip a {
  font-size: 14px;
  color: #fff;
}
.login-login .tip a:last-child {
  display: none;
}
.login-login .layui-row {
  justify-content: space-between;
}
.login-login .captcha-img {
  text-align: right;
  margin: 0 0 0 10px;
  overflow: hidden;
}
.login-login .captcha-img img {
  height: 38px;
}

/* 会员中心 */
.uWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.uHeader {
  background-color: #fff;
}
.uHeader .user-top {
  display: flex;
  align-items: center;
  height: 65px;
}
.uHeader .user-top .logo {
  flex: 1;
}
.uHeader .user-top .logo img {
  width: 200px;
}
.uHeader .user-top .user-news {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin: 0 0 0 80px;
  display: none;
}
.uHeader .user-top .user-news p {
  color: #000;
}
.uHeader .user-top .swiper-container {
  height: 65px;
  margin: 0 0 0 10px;
}
.uHeader .user-top .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}
.uHeader .user-top .swiper-container .swiper-slide p.title {
  margin: 0 40px 0 0;
}
.uHeader .user-top .swiper-container .swiper-slide p {
  color: red;
}
.uHeader .user-top .login {
  flex: 0 0 auto;
}
.uHeader .user-top .login span {
  color: #3e929e;
  margin: 0 10px;
}
.uHeader .user-top .login .nickname {
  color: #3e929e;
}
.uMian {
  flex: 1;
  background: #eef4f4;
}
.user-main {
  display: flex;
  margin: 40px auto 60px;
  min-height: 800px;
}
.user-main .member-left {
  display: none;
  flex: 0 0 240px;
  background-color: #fff;
  box-shadow: 0 3px 10px 7px rgba(80, 80, 80, 0.1);
  border-radius: 6px;
  margin: 0 24px 0 0;
  height: 800px;
}
.user-main .member-right {
  flex: 1 0 240px;
  padding: 50px 25px;
  background: #f7fbfc;
  box-shadow: 0 3px 10px 7px rgba(80, 80, 80, 0.1);
  border-radius: 6px;
}
.member-menu .tt {
  display: flex;
  align-items: center;
  height: 48px;
  background-color: #3e929e;
  color: #fff;
}
.member-menu .tt a {
  flex: 1;
  color: #fff;
}
.member-menu .icon,
.member-menu .item .icon {
  flex: 0 0 80px;
  display: flex;
  justify-content: center;
  font-size: 30px;
}
.member-menu .list .item {
  display: flex;
  align-items: center;
  height: 48px;
  color: #a5a5a5;
  padding: 0 20px 0 0;
}
.member-menu .list .item .title {
  flex: 1;
}
.member-menu .list .item .more {
  font-size: 24px;
  color: #ccdddd;
}
.member-menu .list ul {
  /* display: none; */
}
.member-right .user-info .mt {
  display: flex;
  align-items: baseline;
  padding-bottom: 32px;
  border-bottom: 1px solid #d3e0e3;
}
.member-right .user-info .mt p {
  font-size: 20px;
  color: #333;
  white-space: nowrap;
}
.member-right .user-info .mt span {
  margin-left: 30px;
  color: #999;
}
.member-right .user-info .mt span a {
  color: #999;
}
.member-right .user-info .mc {
  margin-top: 30px;
}
.member-right .user-info label {
  color: #333;
}
.member-right .user-info label span {
  color: red;
}
.member-right .layui-form-item .layui-input-inline {
  margin: 0 0 10px 0 !important;
}

.mobileFixed {
  position: fixed;
  left: 20px;
  top: 90vh;
}
.mobileFixed a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3e929e;
  color: #fff;
  box-shadow: 0px 5px 12px 1px rgba(210, 210, 210, 0.75);
}

.lxwm {
  background: #fff;
}
.lxwm .detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0;
}
.lxwm .detail .item {
  flex: 1;
  padding: 20px 30px;
  border-radius: 10px;
  display: flex;
  background: #f8f8f8;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.lxwm .detail .pic {
  border-radius: 20px;
  flex: 0 0 52px;
}
.lxwm .detail .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.lxwm .detail .info p {
  font-size: 12px;
}
.lxwm .detail .info p:first-child {
  font-size: 14px;
}
.lxwm .detail .info p:nth-child(2) {
  margin: 16px 0 0;
  margin-bottom: 4px;
}
.lxwm .detail .info .des {
  margin: 40px 0 0;
  font-size: 14px;
  line-height: 24px;
}
.lxwm .messageBox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 20px;
}
.lxwm .messageBox .map {
  flex: 0 0 49%;
}
.lxwm .messageBox .map img {
  border-radius: 20px;
  max-width: 100%;
}

.lxwm .message-box {
  margin: 20px 0 0;
  padding: 15px 0 20px;
  background-color: #f8f8f8;
}
.lxwm .message h1 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.lxwm .message h3 {
  margin: 15px 0 0;
  font-size: 16px;
  text-align: center;
}
.lxwm .message .row {
  margin: 20px 0 0;
  display: flex;
  flex-direction: column;
}
.lxwm .message .row .item {
  position: relative;
  margin: 0 0 20px 0;
}
.lxwm .message .row .item .captcha-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 55px;
}
.lxwm .message .row .item .name {
  margin-bottom: 30px;
}
.lxwm .message .row .item input {
  width: 100%;
  height: 55px;
  background: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  border: unset;
}
.lxwm .message .row .item.auto {
  flex: 1;
}
.lxwm .message .row .item textarea {
  width: 100%;
  height: 95px;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border: unset;
}
.lxwm .message .submit {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
}
.lxwm .message button {
  width: 270px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #0231aa;
  border: unset;
}
.qywh {
  padding: 40px 0;
}
.qywh .title {
  display: inline-block;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding: 0 0 40px 0;
}
.qywh .detail {
  margin: 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.qywh .item {
  flex: 0 1 calc(98% / 1);
  padding: 24px;
  border-radius: 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  /* height: 198px; */
  background: #f8f8f8;
  margin-bottom: 20px;
}
.qywh .item .info p {
  font-size: 24px;
}
.qywh .item .info p:nth-child(2) {
  font-size: 16px;
  margin: 4px 0 0;
}
.qywh .item .des {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 24px;
}
.qywh .item .des ul li {
  position: relative;
  padding-left: 20px;
}
.qywh .item .des ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #002fa8;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.qywh .item:hover {
  background-color: #002fa8;
}
.qywh .item:hover * {
  color: #fff;
}

/* 投资者关系 */
.bgf4f4f4 {
  background-color: #f4f4f4;
}
.xxpl {
  padding: 20px 0;
  display: flex;
}
.xxpl .xxpl-menu {
  flex: 0 0 120px;
  margin: 0 18px 0 0;
  background-color: #fff;
}
.xxpl .xxpl-menu ul {
  padding: 10px 0 0 10px;
}
.xxpl .xxpl-menu a {
  display: flex;
  margin: 0 0 5px 0;
}
.xxpl .xxpl-menu a p {
  font-size: 12px;
}
.xxpl .xxpl-menu ul li:first-child p {
  font-weight: bold;
}
.xxpl .xxpl-menu a .pic {
  min-width: 30px;
}
.xxpl .menu-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  height: 76px;
  background-color: #002fa8;
}
.xxpl .detail-title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 20px;
  padding: 0 0 0 35px;
  height: 76px;
  background-color: #002fa8;
}
.xxpl .xxpl-detail {
  flex: 1 1 auto;
}

.xxpl-list {
  padding: 10px 15px;
  background-color: #ffffff;
}
.xxpl-list .mt {
  display: flex;
  align-items: center;
  height: 70px;
  background-color: #f4f4f4;
  color: #002fa8;
  text-align: center;
}
.xxpl-list .mt .p1 {
  flex: 0 1 100px;
}
.xxpl-list .mt .p2 {
  flex: 0 1 150px;
}
.xxpl-list .mt .p3 {
  flex: 1 1 auto;
}
.xxpl-list .mt .p4 {
  flex: 0 1 100px;
}

.xxpl-list .mc {
  display: flex;
  align-items: center;
  height: 70px;
  color: #333333;
  text-align: center;
}
.xxpl-list .mc p {
  font-size: 12px;
}
.xxpl-list .mc .p1 {
  flex: 0 1 100px;
}
.xxpl-list .mc .p2 {
  flex: 0 1 150px;
}
.xxpl-list .mc .p3 {
  flex: 1 1 auto;
  max-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.xxpl-list .mc .p4 {
  flex: 0 1 100px;
}

.gg {
  padding: 15px 0;
  display: flex;
}
.gg .gg-menu {
  flex: 0 0 120px;
  margin: 0 18px 0 0;
  background-color: #fff;
}
.gg .gg-menu ul {
  padding: 25px 0 0 30px;
}
.gg .gg-menu a {
  display: flex;
  margin: 0 0 10px 0;
}
.gg .gg-menu a p {
  font-size: 16px;
}
.gg .gg-menu ul li:first-child p {
  font-weight: bold;
}
.gg .gg-menu a .pic {
  min-width: 40px;
}
.gg .menu-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  height: 76px;
  background-color: #002fa8;
}
.gg .gg-center {
  margin: 0 18px 0 0;
  flex: 1 1 auto;
}
.gg .gg-center .gg-item {
  margin: 0 0 20px 0;
}
.gg .gg-center .mt {
  padding: 0 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 20px;
  height: 76px;
  background-color: #002fa8;
}
.gg .gg-center .mt .title {
  display: flex;
}
.gg .gg-center .mt .title p {
  display: flex;
  font-size: 16px;
  margin-right: 12px;
}
.gg .gg-center .mt .more {
  color: #cbd0e7;
  font-size: 16px;
}
.gg .gg-center .mc {
  padding: 34px 36px;
  background-color: #fff;
}
.gg .gg-center .mc .list a {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
}
.gg .gg-center .mc .user-list {
  margin: 0 0 30px 0;
}
.gg .gg-center .mc .user-list .name {
  font-size: 24px;
}
.gg .gg-center .mc .user-list .name span {
  font-size: 16px;
}
.gg .gg-center .mc .user-list .des {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 220%;
}
.gg .gg-right {
  flex: 0 0 380px;
}
.gg .gg-right .history {
  flex: 0 0 380px;
  height: 225px;
  background: url("../images/pic18.png") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gg .gg-right .history p {
  color: #fff;
  font-size: 24px;
}
.gg .gg-right .search-box {
  margin: 30px 0 0;
  display: flex;
}
.gg .gg-right .search-box .search {
  position: relative;
  margin-right: 20px;
}
.gg .gg-right .search-box .search input[type="text"] {
  height: 44px;
  width: 212px;
  padding: 0 0 0 22px;
  border-radius: 6px;
  border: 0;
  box-sizing: border-box;
}
.gg .gg-right .search-box input[type="submit"] {
  width: 70px;
  border-radius: 6px;
  border: 0;
}
.gg .gg-right .search-box .search input[type="image"] {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.bg-f {
  background: #fff;
}
.recruit {
  margin-top: 20px;
}
.recruit .tab {
  display: flex;
  flex-direction: column-reverse;
  background: #f5f5f5;
  overflow: hidden;
}
.recruit .tab .swiper-wrapper{
  display: flex;
  align-items: center;
}
.recruit .tab .swiper-wrapper .item {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  /* flex-direction: column; */
}
.recruit .tab .swiper-wrapper .item .pic {
  height: 100px;
  display: flex;
  justify-content: center;
}
.recruit .tab .swiper-wrapper .item img {
  max-width: 100%;
  max-height: 100%;
}
.recruit .tab .swiper-wrapper .item .pic img {
  max-width: 100%;
  max-height: 100%;
}
.recruit .tab .swiper-wrapper .item .info {
  margin-left: 10px;
  margin-top: 20px;
}
.recruit .tab .swiper-wrapper .item .cnbox {
  display: flex;
  align-items: end;
}
.recruit .tab .swiper-wrapper .item .cnbox .cn {
  font-size: 16px;
}
.recruit .tab .swiper-wrapper .item .cnbox .en {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 14px;
}
.recruit .tab .swiper-wrapper .item .des {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.6;
}
.recruit .tab .tapbar {
  display: flex;
}
.recruit .tab .tapbar .item {
  flex: 1;
  border: 1px solid #d4d4d4;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.recruit .tab .tapbar .item .de {
  font-size: 14px;
}
.recruit .tab .tapbar .item .show,
.recruit .tab .tapbar .item.on .de {
  display: none;
}
.recruit .tab .tapbar .item.on {
  align-items: unset;
  justify-content: unset;
  padding: 10px;
}
.recruit .tab .tapbar .item.on .show {
  display: block;
}
.recruit .tab .tapbar .item.on {
  background: #0231aa;
}
.recruit .tab .tapbar .item.on .cn {
  color: #fff;
  font-size: 14px;
}
.recruit .tab .tapbar .item.on .en {
  margin: 4px 0 0;
  color: #fff;
  font-size: 14px;
}
.recruit .detail {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit .detail a {
  flex: 0 0 calc(100% / 1);
  padding: 18px 28px;
  background-color: #f8f8f8;
  display: block;
  margin: 0 0 10px 0;
  border-radius: 10px;
  box-sizing: border-box;
}
.recruit .detail .title {
  position: relative;
  font-size: 18px;
  padding: 0 0 22px 0;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.recruit .detail .des {
  margin: 26px 0 0;
  font-size: 14px;
  line-height: 32px;
}
.recruit .detail .ask {
  margin: 14px 0 0;
  font-size: 14px;
  line-height: 22px;
}
.recruit .detail .des span,
.recruit .detail .ask span {
  font-weight: bold;
}
.recruit .detail .tel {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 32px;
}
.recruit .detail .tel span {
  font-weight: bold;
}

.product .list {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
}
.product .list .left img {
  max-width: 100%;
}
.product .list .right {
  flex: 0 0 100%;
  height: 120px;
  padding: 20px 10px 20px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
}
.product .list .right .title {
  font-size: 36px;
}
.product .list .right .line {
  width: 34px;
  height: 6px;
  background-color: #123dae;
  margin: 30px 0 38px;
  border-radius: 2px;
}
.product .list .right .des {
  font-size: 16px;
  line-height: 30px;
  flex: 1;
}
.product .list .right .more {
  margin: 20px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 55px;
  background-color: #123dae;
  color: #fff;
}
.dsj-box {
  background: #fff;
}
.memoir .mt {
  display: flex;
  justify-content: space-between;
}
.memoir .mt .title {
  font-size: 20px;
  font-weight: bold;
}
.memoir .mt .swiper {
  position: relative;
}
.memoir .mt .swiper-button-next {
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #002fa8;
}
.memoir .mt .swiper-button-prev {
  left: unset;
  right: 40px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: #002fa8;
}
.memoir .mt .swiper-button-next:after,
.memoir .mt .swiper-button-prev:after {
  font-size: 12px;
  color: #fff;
}
.memoir .mt .swiper-button-next.swiper-button-disabled,
.memoir .mt .swiper-button-prev.swiper-button-disabled {
  background: #f8f8f8;
}
.memoir .mt .swiper-button-next.swiper-button-disabled:after,
.memoir .mt .swiper-button-prev.swiper-button-disabled:after {
  color: #a9a9a9;
}
.memoir {
  min-height: 500px;
  margin-top: 85px;
  margin-bottom: 100px;
}
.memoir .mc {
  margin-top: 170px;
  position: relative;
  overflow: hidden;
}
.memoir .mc .list {
  position: relative;
}
.memoir .mc .list .im {
  height: 1vw;
  border-radius: 10px;
  overflow: hidden;
}
.memoir .mc .list .tt {
  margin-top: 0px;
  font-size: 40px;
  color: #26599e;
  font-family: SourceHanSansCN-Heavy;
}
.memoir .mc .list .tt span {
  font-size: 20px;
  color: #26599e;
}
.memoir .mc .list .circle {
  width: 29px;
  height: 29px;
  background: rgba(239, 239, 239, 0.8);
  border-radius: 50%;
  margin-top: 22px;
  position: relative;
  z-index: 100;
}
.memoir .mc .list .circle:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #bbb;
  left: 8px;
  top: 8px;
  border-radius: 50%;
}
.memoir .mc .list.swiper-slide-active .circle {
  background: #e9eef5;
}
.memoir .mc .list.swiper-slide-active .circle:after {
  background: #26599e;
}
.memoir .mc .list .cline {
  position: absolute;
  left: 0;
  top: calc(92px);
  width: 0;
  height: 4px;
  background: #26599e;
  transition: all 0.6s ease 0s;
  z-index: 10;
}
.memoir .mc .list.swiper-slide-active .cline {
  width: calc(100% + 50px);
}
.memoir .mc .list .con {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 26px;
}
.memoir .box {
  position: relative;
}
.memoir .box .line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #efefef;
  top: calc(110px);
}
.memoir {
  min-height: 300px;
  margin-top: 25px;
  margin-bottom: 25px;
}
.memoir .mc {
  margin-top: 15px;
  width: 82%;
}
.memoir .mc .list .im {
  height: 220px;
}
.memoir .mc .list .tt {
  margin-top: 15px;
  font-size: 20px;
}
.memoir .mc .list .tt span {
  font-size: 16px;
}
.memoir .mc .list .circle {
  width: 24px;
  height: 24px;
  margin-top: 12px;
}
.memoir .mc .list .circle:after {
  width: 10px;
  height: 10px;
  top: 7px;
  left: 7px;
}
.memoir .box .line {
  top: 90px;
  height: 3px;
}
.memoir .mc .list .cline {
  top: 56px;
  height: 3px;
}
.memoir .mc .list .con {
  font-size: 14px;
  margin-top: 10px;
}

/* 底部 */
.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 {
  display: none;
  background: #fff;
  background-size: 100% 100%;
  background-position: 50%;
  padding: 28px 0 0px;
}
.footer-top .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 10px;
  border-bottom: 1px solid #efefef;
}
.footer-top .left {
}
.footer-top .left h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin: 0 0 25px;
}
.footer-top .left .info p:first-child span {
  font-size: 25px;
  font-weight: bold;
}
.footer-top .left .info p {
  margin: 0 0 10px;
}
.footer-top .left .qrcode img {
  width: 100px;
  height: 100px;
}
.footer-top .left .qrcode img:first-child {
  margin: 0 10px 0 0;
}
.footer-top .right {
  display: flex;
  margin: 22px 0 0;
}
.footer-top .right ul {
  margin-left: 60px;
}
.footer-top .right ul li {
  margin: 0 0 10px;
  color: #333333;
}
.footer-top .right ul li:first-child {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
}

.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 {
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
  padding: 15px 0;
}

.footer-bottom .copyright {
  line-height: 1.6;
  color: #000;
}
.bg-gray {
  background: #f8f8f8;
}
.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: #3e929e;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
