@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;
}
.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 {
}
/* 内页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;
}

.iNumber {
  padding: 68px 0 0;
  background: url("../images/i-bg.png") no-repeat center;
  background-size: cover;
}
.iNumber h3 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.iNumber .numCount {
  margin: 10px 0 0;
  padding: 10px 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.iNumber .numCount li{
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 20px 0;
}
.iNumber .numCount .numU {
  font-size: 14px;
  color: #fff;
}
.iNumber .numCount .numCX {
  font-size: 16px;
  color: #fff;
}
.iNumber .numCount .year {
  font-size: 14px;
  color: #fff;
}
.iNumber .numCount .indc {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 15px 0 0;
}

.iGywm-box .container {
  position: relative;
}
.iGywm-box .bg1 {
  display: none;
  position: absolute;
  top: 166px;
  left: -88px;
  z-index: 1;
}
.iGywm-box .bg2 {
  display: none;
  position: absolute;
  top: 350px;
  right: -144px;
  z-index: 1;
}
.iGywm {
  padding: 10px 20px;
  border-radius: 20px;
  /* background-color: rgba(255, 255, 255, 0.675); */
  background: url("../images/pic1.png") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
.iGywm .pic {
  margin-right: 20px;
}
.iGywm .pic img{
  max-width: 100%;
}
.iGywm .title {
  margin: 20px 0 0;
  font-size: 26px;
  font-weight: bold;
}
.iGywm .editor {
  margin-top: 40px;
}
.iGywm .more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  width: 200px;
  height: 64px;
  background-color: #e9eff4;
  padding: 0 30px;
  box-sizing: border-box;
  color: #88959f;
  font-size: 16px;
}
.iGywm .more img {
  width: 26px;
  height: 26px;
}

.iItems {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.iItems .pic {
  margin-right: 20px;
}
.iItems .pic img{
  max-width: 100%;
}
.iItems.iCp .pic{
  width: 100%;
  margin-right: 0 !important;
}
.iItems.iCp .pic a{
  display: block !important;
}
.iItems .info {
  flex: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 20px 30px;
  box-sizing: border-box;
}
.iItems .info .tit {
  font-size: 26px;
  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: 40px;
}
.iItems .info .more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  width: 200px;
  height: 64px;
  background-color: #e9eff4;
  padding: 0 30px;
  box-sizing: border-box;
  color: #88959f;
  font-size: 16px;
}
.iItems .info .more img {
  width: 26px;
  height: 26px;
}
.iItems.change {
  flex-direction: column;
}
.iItems.change .pic {
  margin-right: 0;
  margin-left: 20px;
}
.iNews .info {
  background: url("../images/pic4.png") no-repeat center;
  background-size: cover;
}
.iNews {
  position: relative;
}
.iNews .bg1 {
  display: none;
  position: absolute;
  left: -84px;
  top: 378px;
  z-index: 1;
}
.iRc .info {
  background: url("../images/pic6.png") no-repeat center;
  background-size: cover;
}
.iRc {
  position: relative;
  padding-bottom: 40px;
}
.iRc .bg1 {
  display: none;
  position: absolute;
  right: -120px;
  top: 388px;
  z-index: 1;
}

.inset {
  padding-top: 20px;
}
.inset-cate {
  font-size: 16px;
  color: #191919;
  font-weight: bold;
  margin: 0 0 24px;
}
.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;
}

.pagecol .fault{
  margin: 26px 0 0;
  border-radius: 20px;
}
.fault-warp .pic img{
  max-width: 100%;
}
.fault-warp .box{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fault-warp .box .item{
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.fault-warp .box .name{
  font-size: 18px;
  color: #333333;
  width: 90px;
}
.fault-warp .box input{
  width: 320px;
  height: 70px;
  background: #f2f2f2;
  padding: 0 0 0 26px;
  border: 0;
  border-radius: 8px;
  box-sizing: border-box;
}
.fault-warp .box input::placeholder{
  color: #999999;
  font-size: 18px;
}
.fault-warp .box textarea{
  font-size: 18px;
  width: 320px;
  height: 180px;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 23px 30px;
  box-sizing: border-box;
  border: unset;
}
.fault-warp .submit{
  display: flex;
  justify-content: center;
  padding: 0 0 70px;
}
.fault-warp .submit button{
  border: unset;
  width: 330px;
  height: 70px;
  background: #0051d8;
  color: #fff;
  font-size: 18px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.picture .detail {
  margin: 20px 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 {
  height: 90px;
}
.picture .detail li p {
  text-align: center;
  margin: 20px 0 0;
}
.picture .detail li img {
  width: 100%;
  height: 100%;
  height: 120px;
  object-fit: cover;
}
.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);
}

/* 投资者关系 */
.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;
}
.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%);
}

/* 底部 */
.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: #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 .qrcode img {
  max-width: 100%;
}
.footer-top .other{
  margin: 20px 0 0;
  line-height: 1.4;
}
.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;
}
