body {
  font: 14px pxPingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
  background: #fff;
}

.phone {
  display: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

.footer,
.header {
  flex: 0;
}

a:hover {
  text-decoration: none;
  color: #0231aa;
  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: rgba(81, 113, 193, 0.475); */
  background: #fff;
  /* box-shadow: 0 2px 10px 0 rgb(0 0 0 / 20%); */
}

.pc-nav .nav {
  height: 100px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pc-nav .nav .logo-box {
  position: absolute;
  left: 0;
  top: 0;
}
.pc-nav .nav .logo a{
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-nav .nav .logo img {
  max-width: 100%;
}
.pc-nav .nav .language{
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
}
.pc-nav .nav .language a{
  color: #000;
}
.pc-nav .nav .language .line{
  margin: 0 20px;
  color: #1754f0;
}
.pc-nav .nav .language a.cur{
  color: #1754f0;
}
.pc-nav .nav .search {
  position: relative;
}
.pc-nav .nav .search input[type="text"] {
  width: 182px;
  height: 40px;
  box-sizing: border-box;
  background-color: #f7f7f7;
  border-radius: 12px;
  padding: 0 50px 0 20px;
  border: unset;
}
.pc-nav .nav .search input[type="image"]{
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate(0, -50%);
}
.pc-nav .nav .login {
  margin: 0 0 0 25px;
  display: flex;
  align-items: center;
}
.pc-nav .nav .login span {
  color: #3e929e;
  margin: 0 10px;
}
.pc-nav .nav .login a {
  color: #3e929e;
}

.pc-nav .nav .menu {
  display: flex;
  height: 100px;
}

.pc-nav .nav .menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.pc-nav .nav .menu li a {
  display: block;
  padding: 0 30px;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
}

.pc-nav .nav .menu li .line {
  display: none;
  position: absolute;
  bottom: 13px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-top-color: #4a99a4;
}
.pc-nav .nav .menu li.cur .line {
  display: none;
}
.pc-nav .nav .menu .cur a {
  color: #000;
}
.pc-nav .nav .menu .menu-son {
  display: none;
  position: absolute;
  top: 100px;
  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 .nav .menu .menu-son a:hover {
  color: #3e929e;
  background: #f5f5f5;
}

.pc-nav .nav .menu li:hover .line {
  /* display: block; */
}

.pc-nav .nav .menu li:hover .menu-son {
  display: block;
}

.iFixed {
  position: fixed;
  z-index: 999;
}
.iFixed .iFixed-box {
  width: 36px;
  height: 160px;
  background-color: #2e4789;
  color: #fff;
  position: fixed;
  right: 0;
  top: 220px;
}
.iFixed span {
  display: block;
  width: 10px;
  margin: 20px auto;
  font-size: 12px;
  color: #fff;
}
.iFixed span img {
  width: 12px;
  height: 12px;
  display: block;
  margin-bottom: 20px;
}
.iFixed .qrcode {
  display: none;
  width: 150px;
  height: 150px;
  background: #f09;
  top: 0;
  position: absolute;
  right: 40px;
  opacity: 1;
  background-image: url("../images/iqrcode.jpeg");
  background-size: 100% 100%;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}
.iFixed-box:hover .qrcode {
  display: block;
}

/* 内页导航 */
.sidenav {
  background-color: #f8f8f8;
  box-shadow: 0 6px 12px 10px rgba(235, 241, 248, 0.975);
  /* border-bottom: 1px solid #e9e9e9; */
}

.sidenav .container {
  display: flex;
  flex-direction: row-reverse;
  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;
  margin: 0 30px 0 0;
  height: 80px;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
}

.sidenav .right ul li.cur a {
  color: #0231aa;
  border-bottom: 2px solid #0231aa;
  font-weight: bold;
}

/* 主体 */
.tit-box {
  display: flex;
  align-items: center;
  position: relative;
  width: inherit;
  height: 80px;
  justify-content: space-between;
}

.tit-box {
  display: flex;
  justify-content: space-between;
}
.tit {
  font-size: 30px;
  color: #000;
}
.tit-box .more {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  height: 30px;
}
.tit-box .more:hover {
  color: #3e929e;
}

.main .bgf6fbfe {
  background-color: #f2f7fb;
}

.main .content {
  padding: 20px 40px;
  background-color: #fff;
}

.main .content .info {
  border-radius: 6px;
  margin-bottom: 20px;
}

.main .content .title {
  text-align: center;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
}

.main .content .date {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 140%;
}
.main .content .date p {
  margin: 0 10px;
}

.orientation {
  margin-top: 30px;
  line-height: 30px;
}

/* 首页banner */
.index-banner{
  margin: 100px 0 0;
}
.index-banner a {
  position: relative;
}
.index-banner a .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.index-banner a .title p {
  font-size: 66px;
  color: #fff;
}

/* 内页banner */
.inside-banner {
  margin: 100px 0 0;
}
.inside-banner .swiper-slide {
  position: relative;
}
.inside-banner .swiper-slide .banner-title {
  position: absolute;
  top: 50%;
  text-align: center;
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  width: 100%;
  font-size: 30px;
  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: 42px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.iNumber .numCount {
  padding: 62px 96px 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.iNumber .numCount .numU {
  font-size: 58px;
  color: #fff;
}
.iNumber .numCount .numU{
  font-size: 16px;
  color: #fff;
}
.iNumber .numCount .numCX {
  font-size: 58px;
  color: #fff;
}
.iNumber .numCount .indc {
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.iGywm-box .container {
  position: relative;
}
.iGywm-box .bg1 {
  position: absolute;
  top: 140px;
  left: -88px;
  z-index: 1;
}
.iGywm-box .bg2 {
  position: absolute;
  top: 284px;
  right: -144px;
  z-index: 1;
}
.iGywm {
  margin-top: -36px;
  padding: 75px 40px 65px 40px;
  border-radius: 20px;
  /* background-color: rgba(255, 255, 255, 0.675); */
  background: url("../images/pic1.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
}
.iGywm .pic {
  margin-right: 65px;
  flex: 0 0 510px;
  overflow: hidden;
}
.iGywm .pic img{
  max-width: 100%;
}
.iGywm .pic:hover img {
  transform: scale(1.1, 1.1);
}
.iGywm .title {
  font-size: 36px;
  font-weight: bold;
}
.iGywm .editor {
  margin-top: 30px;
}
.iGywm .more {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  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: 44px;
  display: flex;
  align-items: center;
  height: 350px;
  position: relative;
  z-index: 1;
}
.iItems .pic {
  flex: 0 0 43.41%;
  margin-right: 20px;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}
.iItems .pic img{
  max-width: 100%;
}
.iItems .pic:hover img {
  transform: scale(1.1, 1.1);
}
.iItems .info {
  flex: 1;
  height: 100%;
  background-color: #fff;
  padding: 28px 40px 0;
  box-sizing: border-box;
}
.iItems .info .tit {
  font-size: 36px;
  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: 40px;
  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: row-reverse;
}
.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 .pic:hover img {
  transform: scale(1.1, 1.1);
}
.iNews .bg1 {
  position: absolute;
  left: -84px;
  top: 270px;
  z-index: 1;
}
.iRc .info {
  background: url("../images/pic6.png") no-repeat center;
  background-size: cover;
}
.iRc {
  position: relative;
  padding-bottom: 100px;
}
.iRc .bg1 {
  position: absolute;
  right: -120px;
  top: 274px;
  z-index: 1;
}

.inset {
  background-color: #fdfdfd;
}
.p-30 {
  padding: 30px 0;
}
.bg-fdfdfd {
  background-color: #fdfdfd;
}
.inset-cate {
  font-size: 30px;
  color: #191919;
  font-weight: bold;
  margin: 0 0 44px;
}

.product {
  padding: 60px 0;
}
.product .cp {
  display: flex;
  align-items: center;
  margin: 0 0 40px 0;
}
.product .cp .left {
  padding: 0 88px 0 40px;
}
.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-show {
  padding: 40px 0;
}
.product-show .images {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-show .product-title {
  font-size: 44px;
  margin: 0 0 40px 0;
}
.product-show .title {
  font-size: 34px;
  margin: 0 0 36px 0;
}
.product-show .images .pic {
  flex: 0 1 32%;
  margin: 0 1% 36px 0;
}
.product-show .images .pic:nth-child(3n) {
  margin: 0 0 36px 0;
}
.product-show .images .pic img {
  max-width: 100%;
}

.dsj-box {
  background: url("../images/pic9.png") no-repeat center;
  background-size: cover;
  padding: 40px 0;
}
.dsj-box .pic {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dsj-box .steps {
  margin: 40px 0 0;
}
.dsj-box .steps-item {
  display: flex;
  align-items: center;
  position: relative;
}
.dsj-box .steps-item .left,
.dsj-box .steps-item .right {
  flex: 1;
}
.dsj-box .steps-item .line {
  width: 1px;
  height: auto;
  background-color: #0231aa;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}
.dsj-box .steps-item .left .title {
  color: #fff;
  font-size: 28px;
  padding: 22px 20px;
  width: 340px;
  background-image: linear-gradient(
    to right,
    #0231aa,
    #133eaf,
    #94a8da,
    #94a8da
  );
}
.dsj-box .steps-item .left .title:hover {
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    #1c57eb,
    #114ce0,
    #8f99b3,
    #909cb9
  );
  transition: all 0.6s ease 0s;
}
.dsj-box .steps-item .info {
  font-size: 22px;
  font-weight: bold;
  color: #393e4e;
  width: 460px;
}
.dsj-box .steps-item .left .title-box,
.dsj-box .steps-item .right .title-box {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  width: 100%;
  border-bottom: 1px solid #0231aa;
  display: flex;
}
.dsj-box .steps-item .right .title-box {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.dsj-box .steps-item .left .title-box::after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0231aa;
}
.dsj-box .steps-item .right .title-box::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: -7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0231aa;
}
.dsj-box .steps-item .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.dsj-box .steps-item .right .title {
  color: #fff;
  font-size: 28px;
  padding: 22px 20px;
  width: 340px;
  background-image: linear-gradient(
    to right,
    #94a8da,
    #94a8da,
    #133eaf,
    #0231aa
  );
}
.dsj-box .steps-item .right .title:hover {
  cursor: pointer;
  background-image: linear-gradient(
    to right,
    #909cb9,
    #8f99b3,
    #114ce0,
    #1c57eb
  );
  transition: all 0.6s ease 0s;
}
.article {
  border-radius: 6px;
  padding: 58px 24px;
}
.article .detail li {
  margin: 0 0 13px 0;
  background-color: #f6fbfe;
}
.article .detail li a {
  display: flex;
  align-items: center;
  padding: 37px;
  font-size: 16px;
  background-color: #f8f8f8;
  overflow: hidden;
}
.article .detail li a .img-full {
  flex: 0 0 220px;
  height: 145px;
  margin: 0 40px 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;
  justify-content: space-between;
}
.article .detail li a .title-box .title {
  font-size: 22px;
  font-weight: bold;
  color: #000;
  line-height: 25px;
  margin: 0 0 15px 0;
}
.article .detail li a .des {
  font-size: 16px;
  line-height: 1.8;
  margin: 0 0 10px 0;
  color: #666666;
}
.article .detail li a .title-box .date {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.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: 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;
}

.pagecol {
  background-color: #fff;
  border-radius: 6px;
  padding: 58px 24px;
}
.pagecol .menu {
  flex: 0 0 190px;
  margin: 0 55px 0 0;
  background-color: #3e929e;
  padding: 26px 17px;
  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 {
  margin: 40px 0 0;
}
.pagecol .menu ul li {
  margin: 0 0 35px 0;
  text-align: center;
}
.pagecol .menu ul li a {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.pagecol .detail {
  flex: 1;
}
.pagecol .detail .detail_cate {
  font-size: 30px;
  padding: 0 0 23px 0;
  color: #1a1a1a;
  font-weight: bold;
  border-bottom: 1px solid #dadada;
}
.pagecol .detail .content {
  padding: 40px 0;
}

.pagecol .contact_us .map{
  position: relative;
  height: 521px;
}
.pagecol .contact_us .map .contact{
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  padding: 50px 60px;
  border-radius: 20px;
  font-weight: bold;
}
.pagecol .contact_us .map .contact h1{
  color: #000;
  font-size: 26px;
  margin: 0 0 20px 0;
}
.pagecol .contact_us .map .contact p{
  color: #000;
  font-size: 18px;
}

.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 {
  padding: 40px 0;
}
.picture .picture-title {
  font-size: 44px;
  margin: 0 0 30px 0;
}
.picture .detail-title {
  font-size: 44px;
  margin: 0 0 50px 0;
}
.picture .detail {
  display: flex;
  flex-wrap: wrap;
}
.picture .detail li {
  flex: 0 1 calc(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 30px;
}
.picture .detail li:nth-child(4n) {
  margin-right: 0;
}
.picture .detail li .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  border: 6px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
}
.picture .detail li .pic img {
  max-width: 100%;
  max-height: 100%;
}
.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(96% / 5);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 20px;
}
.xhhk .detail li .img-full {
  border-radius: 12px;
  height: 400px;
  overflow: hidden;
}
.xhhk .detail li .title {
  margin: 10px 0;
  text-align: center;
}
.xhhk .detail li:nth-child(5n) {
  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(96% / 4);
  border-radius: 3px;
  overflow: hidden;
  margin-right: 1%;
  margin-bottom: 20px;
}
.video ul li .img-full {
  border-radius: 12px;
  height: 190px;
  overflow: hidden;
}
.video ul li .title {
  margin: 10px 0;
  text-align: center;
}
.video ul li:nth-child(4n) {
  margin-right: 0;
}
.video ul li:hover img {
  transform: scale(1.1, 1.1);
}

/* 证书查询 */
.certificate-box {
  background-color: #fff;
  padding: 40px 0;
}
.certificate-box h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #191919;
}
.certificate-box .form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.certificate-box .cate-type {
  margin: 40px 0;
  padding: 0 160px;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.certificate-box .cate-type .cate-item {
  margin: 0 40px 0 0;
}
.certificate-box .cate-type .cate-item a {
  font-size: 18px;
  color: #191919;
}
.certificate-box .cate-type .cate-item.cur a {
  display: block;
  padding: 15px 20px;
  color: #fff;
  background-color: #3e929e;
  border-radius: 45px;
}
.certificate-box .keywords {
  position: relative;
  width: 700px;
}
.certificate-box .keywords input {
  height: 70px;
  width: 100%;
  border-radius: 70px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  padding: 0 160px 0 40px;
  color: #000000;
  font-size: 16px;
}
.certificate-box .keywords button {
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  height: 100%;
  color: #fff;
  border-radius: 70px;
  background-color: #3e929e;
  border: 0;
  font-size: 16px;
}
.certificate-box .result {
  margin: 60px 40px 0;
}
.certificate-box .result .mt {
  display: flex;
  justify-content: space-around;
  background-color: #f5f5f5;
  padding: 35px 0;
  margin: 0 0 15px 0;
}
.certificate-box .result .mt .item {
  flex: 1;
  text-align: center;
  font-size: 16px;
  color: #191919;
  font-weight: bold;
  line-height: 1.4;
}
.certificate-box .result .mc {
  display: flex;
  justify-content: space-around;
  padding: 15px 0;
}
.certificate-box .result .mc .item {
  flex: 1;
  text-align: center;
  font-size: 14px;
  color: #191919;
}

.register {
  width: 100%;
  min-height: 100vh;
  background: url(../images/register-bg.png) center;
  background-size: cover;
}
.register .logo {
  display: flex;
  justify-content: center;
  padding: 46px 0 42px;
}
.register .layui-form .info {
  display: flex;
}
.register .layui-input,
.register .layui-select,
.register .layui-textarea {
  height: 50px;
}
.register .layui-form .layui-form-item {
  margin: 0 0 20px 0;
}
.register .layui-form .info .left {
  flex: 1;
}
.register .layui-form .info .right {
  flex: 1;
}
.register .layui-form-label {
  color: #fff;
}
.register .layui-form-item {
  display: flex;
}
.register .layui-form-item .layui-form-label {
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: 160px;
}
.register .layui-form-item .layui-form-label.width-auto {
  white-space: nowrap;
  flex: 0 1 auto;
  min-width: auto;
}
.register .layui-form-item .layui-input-block {
  white-space: nowrap;
  flex: 1 1 auto;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
}
.register .layui-form-item .layui-input-block .layui-form-select {
  width: 100%;
}
.register .layui-form-item .layui-input-block .layui-input-wrap {
  width: 100%;
}
.register .layui-input-block .layui-input-inline {
  width: 32% !important;
  margin-right: 0 !important;
}
.register .layui-form-label span {
  color: #d72424;
  margin: 0 8px 0 0;
}
.register .row {
  display: flex;
}
.register .row .col-7 {
  flex: 0 1 70%;
}
.register .row .col-6 {
  flex: 0 1 60%;
}
.register .row .col-5 {
  flex: 0 1 50%;
}
.register .row .col-4 {
  flex: 0 1 40%;
}
.register .row .col-3 {
  flex: 0 1 30%;
}
.register .row .col-2 {
  flex: 0 1 20%;
}
.register .row .col-1 {
  flex: 0 1 10%;
}
.register .tip {
  display: flex;
  align-items: center;
  width: 620px;
  margin: 30px auto 0;
}
.register .tip p {
  margin: 0 0 0 20px;
  color: #fff;
}
.register .group-btn {
  padding: 20px 66px;
  display: flex;
  justify-content: center;
}
.register .group-btn .layui-btn {
  width: 120px;
}
.register .group-btn .layui-btn:first-child {
  background-color: #f25252;
}
.register .captcha-img img {
  height: 50px;
  width: 100%;
}

.login-login {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.login-nav {
  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: 100px 0 0;
}
.login-login .login-bg label {
  font-size: 16px;
  color: #fff;
}
.login-login .login-bg .title {
  text-align: center;
  margin: 70px 0 38px;
  font-size: 38px;
  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 .layui-row {
  justify-content: space-between;
}
.login-login .captcha-img {
  text-align: right;
}
.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 img {
  width: 250px;
}
.uHeader .user-top .user-news {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin: 0 0 0 80px;
}
.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 {
  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: 25px;
  color: #333;
}
.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;
}
.mobileFixed {
  display: none;
}

.lxwm {
  height: 855px;
  background: url("../images/pic8.png") no-repeat center;
  background-size: cover;
}
.lxwm .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.lxwm .detail {
  background-color: #fff;
  padding: 56px 226px 56px 70px;
  font-size: 18px;
  line-height: 36px;
  color: #000;
  font-weight: bold;
}

.qywh {
  padding: 40px 0;
}
.qywh .title {
  display: inline-block;
  font-size: 44px;
  color: #000;
  font-weight: bold;
  padding: 0 0 40px 0;
}
.qywh .item {
  display: flex;
  justify-content: space-between;
  padding: 118px 140px;
}
.qywh .item .item-title {
  font-size: 34px;
  color: #000;
  font-weight: bold;
}
.qywh .item .item-line {
  margin: 25px 0 0;
  font-size: 34px;
  background-color: #002fa8;
  font-weight: bold;
  width: 40px;
  height: 6px;
  border-radius: 6px;
}
.qywh .item .info {
  margin: 44px 0 0;
  font-size: 18px;
  line-height: 220%;
}
.qywh .glfz {
  background-color: #f5f5f5;
  border-radius: 20px;
}
.qywh .glfz .info span {
  color: #000;
  font-weight: bold;
}
.qywh .jyln {
  background: url("../images/pic20.png") no-repeat center;
  background-size: cover;
  border-radius: 20px;
}
.qywh .wmdyj {
  background: url("../images/pic12.png") no-repeat center;
  background-size: cover;
  border-radius: 20px;
}
.qywh .wmdyj .info {
  color: #002fa8;
}

/* 投资者关系 */
.bgf4f4f4 {
  background-color: #f4f4f4;
}
.xxpl {
  padding: 46px 0;
  display: flex;
}
.xxpl .xxpl-menu {
  flex: 0 0 240px;
  margin: 0 18px 0 0;
  background-color: #fff;
}
.xxpl .xxpl-menu ul {
  padding: 25px 0 0 30px;
}
.xxpl .xxpl-menu a {
  display: flex;
  margin: 0 0 10px 0;
}
.xxpl .xxpl-menu a p {
  font-size: 16px;
}
.xxpl .xxpl-menu ul li:first-child p {
  font-weight: bold;
}
.xxpl .xxpl-menu a .pic {
  min-width: 40px;
}
.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: 26px 36px;
  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: 16px;
}
.xxpl-list .mc .p1 {
  flex: 0 1 100px;
}
.xxpl-list .mc .p2 {
  flex: 0 1 150px;
}
.xxpl-list .mc .p3 {
  flex: 1 1 auto;
  text-align: left;
}
.xxpl-list .mc .p4 {
  flex: 0 1 100px;
}

.gg {
  padding: 46px 0;
  display: flex;
}
.gg .gg-menu {
  flex: 0 0 240px;
  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%;
}
.footer-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 0 70px;
}
.footer-top .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-top .info-box .info {
  font-size: 30px;
}
.footer-top .other{
  font-size: 24px;
  font-weight: bold;
  line-height: 44px;
}

.footer-top .footer-menu{
  padding: 60px 0;
}

.footer-top .footer-menu ul{
  display: flex;
  justify-content: space-between;
}
.footer-top .footer-menu li{
  display: flex;
}
.footer-top .footer-menu li .pic{
  margin: 0 25px 0 0;
}
.footer-top .footer-menu li p{
  font-size: 18px;
  font-weight: bold;
}
.footer-top .footer-menu li p:last-child{
  font-size: 24px;
  margin: 10px 0 0;
}
/*
.footer-top .footer-menu .menu {
  display: flex;
}
.footer-top .footer-menu ul {
  margin-right: 100px;
}
.footer-top .footer-menu ul li {
  margin: 0 0 10px;
  max-width: 100px;
}
.footer-top .footer-menu ul li a {
  color: #adadad;
}
.footer-top .footer-menu ul li:first-child {
  margin: 0 0 20px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.footer-top .footer-menu .other p {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  text-align: right;
  line-height: 26px;
} */

.footer-bottom {
  background-color: #f2f2f2;
  padding: 35px 0;
}

.footer-bottom .copyright {
  display: flex;
  justify-content: center;
  color: #000;
}
.mypage {
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.mypage .pagination {
  display: flex;
  justify-content: center;
}
.mypage li {
  display: inline-block;
  color: #333333;
  background: #eff1f4;
  border-radius: 5px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  padding: 0px 15px;
}
.mypage li.active {
  background: #3e929e;
  color: #ffffff;
}
.mypage .rows {
  border: none;
}
