* {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

.header {
  height: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px rgb(8 20 49 / 10%);
  background: hsla(0, 0%, 100%, .34);
  backdrop-filter: blur(4px);
  z-index: 999999999999999;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInU;
  animation-name: slideInU;
}

.headerfixed{
  position: fixed;
  top: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.logo img {
  width: 150px;
  padding: 6px;
}

.navl {
  margin-left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

.navr {
  height: 100%;
  display: flex;
  align-items: center;
}

.navl ul {
  display: flex;
  align-items: center;
  width: 700px;
  height: 100%;
  justify-content: space-between;
}

.navr ul {
  display: flex;
  height: 100%;
  align-items: center;
}

.fg {
  height: 35%;
  width: 2px;
  background-color: #c9c9c9;
  display: block;
  margin: 0 15px 0 15px;
}

.register {
  height: 100%;
  width: 100px;
  background: linear-gradient(90deg, #1A63FF 0, #0cd1e5 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 26px;
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -60px;
}

.swiper-slide img {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.shiwaiswiper {
  position: absolute;
  bottom: 135px;
  margin-left: 200px;
  top: 50%;
  margin-top: -65px;
}

.shiwaiswiper h2 {
  margin-bottom: 15px;
  font-size: 40px;
  font-weight: 500;
}

.shiwaiswiper p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000;
}

.shiwaiswiper a {
  font-size: 16px;
  width: 120px;
  height: 38px;
  line-height: 37px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 3px;
  background: rgb(51, 125, 255);
}

.banner-container li {
  width: 270px;
  height: 100px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 1px rgb(8 20 49 / 10%);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.banner-container {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
  bottom: 50px;
  z-index: 999;
}

.bcp1 {
  font-size: 18px;
  color: #181818;
  font-weight: 500;
}

.bcp2 {
  font-size: 14px;
  color: #8d8d8d;
  font-weight: 500;
  margin-top: 10px;
}

.banner-container li span img {
  width: 60px;
}

.hidden {
  display: none;
}

.tabs {
  display: flex;
  flex-direction: column;
  height: 539px;
  justify-content: space-between;
}

.module-construction {
  background-color: #f5f5f5;
  position: relative;
  top: -104px;
  height: 900px;
}

.tab {
  border: 1px solid #F2F3F5;
  width: 200px;
  height: 70px;
  padding: 11px 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.module-construction-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  text-align: center;
  padding-bottom: 40px;
  padding-top: 70px;
}

.title h2 {
  font-size: 32px;
  color: #181818;
  font-weight: 500;
  padding-bottom: 16px;
}

.title p {
  font-size: 14px;
}

.tabtitle {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.tabsubtitle {
  font-size: 12px;
  font-weight: 400;
  color: #A7AEC1;
}

.tabs>li.active>.tabtitle,
.tabs>li.active>.tabsubtitle {
  color: #fff;
}

.tabs>li.active {
  background: url(../images/img_bubble.png) no-repeat center;
}

.g-gdnum {
  height: 200px;
  background-image: url(../images/img_data_bg1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 1200px;
  margin-top: -104px;
}

.m-content-center {
  width: 1200px;
  margin: auto;
  position: relative;
}

.scroll_num-gray {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-gdnum dl {
  width: 278px;
  border-right: 1px solid #A7AEC1;
  text-align: center;
  margin-top: 50px;
  color: #fff;
}

.g-gdnum dl dt {
  font-size: 40px;
  font-weight: bold;
  color: #25345C;
  letter-spacing: 2px;
  font-style: normal;
}

.g-gdnum dl dd {
  margin-left: 5px;
  font-size: 24px;
  margin-top: 10px;
  font-weight: 400;
  color: #25345C;
  letter-spacing: 1px;
}

.g-gdnum dl:last-child {
  border-right: 0 none;
}

.g-gdfw {
  margin-bottom: 65px;
}

.g-gdfw-flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  color: #25345C;
}

.g-gdfw-flexItem {
  width: 180px;
  height: 160px;
  background: #FFFFFF;
  box-shadow: 0px 6px 8px 2px rgb(201 206 215 / 16%);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  border: 1px solid #F2F3F5;
  text-align: center;
  margin-bottom: 16px;
}

.g-gdfw-flexItem>img {
  width: 44px;
  padding: 38px 0 27px;
}

.g-gdnum1 {
  height: 240px;
  background-color: #0B4FFC;
  background-image: url(../images/img_index_data.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-width: 1200px;
}

.scroll_num1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g-gdnum1 dl {
  width: 182px;
  margin-top: 50px;
  color: #fff;
}

.g-gdnum1 dl dt {
  font-size: 40px;
  color: #fff;
  font-style: italic;
}

.u-underLine {
  height: 4px;
  width: 48px;
  background: #fff;
}

.g-gdnum1 dl dd {
  margin-left: 5px;
  font-size: 24px;
  margin-top: 10px;
}

.ptys {
  height: 500px;
  background: url(../images/Lbj9.png);
  background-size: cover;
}

.ptys-num {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-evenly;
  margin-top: 78px;
}

.ptys-num li {
  display: flex;
}

.ptys-num li img {
  width: 65px;
  transform: translateY(0px);
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.ptys-num li:hover img {
  transform: translateY(-20px);
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.ptys-r>p:nth-of-type(1) {
  font-size: 32px;
}

.ptys-r>p:nth-of-type(2) {
  font-size: 12px;
  color: #121933;
  margin-top: 5px
}

.ptys-r {
  margin-left: 12px;
}

.lbw1 {
  height: 500px;
  background: url(../images/banner1.jpg) no-repeat center;
  background-size: cover;
}

.lbw2 {
  height: 500px;
  background: url(../images/banner2.jpg) no-repeat center;
  background-size: cover;
}

.lbw3 {
  height: 500px;
  background: url(../images/banner3.jpg) no-repeat center;
  background-size: cover;
}

.mobilelbw1 {
  height: 500px;
  background: url(../images/mobilebanner1.jpg) no-repeat center;
  background-size: cover;
  min-width: -100px;
}

.mobilelbw2 {
  height: 500px;
  background: url(../images/mobilebanner1.jpg) no-repeat center;
  background-size: cover;
  min-width: -100px;
}

.mobilelbw3 {
  height: 500px;
  background: url(../images/mobilebanner1.jpg) no-repeat center;
  background-size: cover;
  min-width: -100px;
}

.footer {
  background-color: #002140;
  height: 70px;
  color: #A8A7A7;
}

.footer a {
  color: #A8A7A7;
  transition: all .35s ease;
}

.footer a:hover {
  color: #fff;
  transition: all .35s ease;
}

.wfooter {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.ftt {
  display: flex;
  justify-content: space-between;
  padding-top: 66px;
  padding-bottom: 35px;
  border-bottom: 1px solid #475C71;
}

.ftbox dl dt {
  color: #fff;
  font-size: 16px;

}

.ftbox dl dd {
  font-size: 14px;
  margin-top: 15px;
}

.ftbox dl img {
  width: 100px;
  position: relative;
  top: 18px;
}

.ftb {
  padding-top: 25px;
}

.ftb p {
  text-align: center;
}

.index-news {
  background: url(../images/indexnewsbg.jpg) no-repeat center center;
  background-size: 100% 100%;
  width: 100%;
  height: 605px;
}

.news-container {
  display: flex;
  width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.news-container img {
  width: 660px;
  border-radius: 38px;
}

.newsbox {
  width: 399px;
  background: #ffffff50;
  backdrop-filter: blur(6px);
  box-shadow: 0px 3px 6px 1px rgb(0 0 0 / 8%), inset 0px 3px 6px 1px rgb(0 0 0 / 1%);
  border-radius: 15px;
  border: 1px solid #fff;
  height: 190px;
  padding: 20px;
}

.newbt {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.newbt a {
  color: #181C29;
  font-size: 18px;
  font-weight: 600;
}

.newbt span {
  float: right;
  color: #4b72fd;
  font-size: 14px;
  font-weight: 500;
}

.newbb {
  margin-top: 13px;
}

.newbb p {
  padding: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newbb a {
  color: #333;
  transition: all .2s ease;
}

.newbb a:hover {
  color: #0038ff;
  ;
  transition: all .2s ease;
}

.newbb a::before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #666;
  display: inline-block;
  vertical-align: 3px;
  margin-left: 2px;
  margin-right: 8px;
}

.yzhz-box {
  width: 1200px;
  height: 660px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  font-size: 0;
}

.yzhz-box .mask {
  position: absolute;
  z-index: 10;
}

.yzhz-box .left_mask {
  left: 0;
}

.yzhz-box .right_mask {
  right: -1px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);

}

.line_odd {
  width: 3976px;
  -webkit-animation: scrollToRight-data-v-6a32e916 36s linear infinite;
  animation: scrollToRight-data-v-6a32e916 36s linear infinite;
}

.line_even {
  width: 3976px;
  -webkit-animation: scrollToRight-data-v-6a32e916 30s linear infinite;
  animation: scrollToRight-data-v-6a32e916 30s linear infinite;
}

.line_four {
  width: 3569px;
}

.line_odd img {
  width: 50%;
  display: inline-block;
}

.line_even img {
  width: 50%;
  display: inline-block;
}

@-webkit-keyframes scrollToRight-data-v-6a32e916 {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}

@keyframes scrollToRight-data-v-6a32e916 {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}

@keyframes scrollToRight-data-v-6a32e916 {
  from {
    -webkit-transform: translate3d(-50%, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0%, 0, 0);
  }
}

.footer-banner {
  width: 100%;
  min-width: -100px;
  height: 160px;
  background: url(../images/reg-bg.jpg) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.ftbanp {
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 139px;
  justify-content: space-evenly;
}

.ftbanp span {
  font-size: 24px;
  font-weight: 400;
}

.ftbanp a {
  width: 120px;
  height: 36px;
  background-color: #337dff;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

/* tab栏选中 */
.hover {
  color: #0B4FFC;
  border-bottom: 2px solid #0B4FFC;
  line-height: 62px!important;
}

.mes-banner-container {
  padding: 250px 200px;
  width: 1200px;
  margin: 0 auto;
}

.banner-text {
  font-size: 16px;
}

.banner-text-title {
  font-size: 60px;
}

.navListOption{
  display: none;
  width: 100%;
  height: 650px;
  position: absolute;
  z-index: 999999999;
  background: #fff;
  box-shadow: 0 2px 8px rgb(8 20 49 / 10%);
}

.navListOption-container{
  display: flex;
  width: 1458px;
  margin: 0 auto;
  justify-content: space-around;
}
.navListOption-title{
  margin: 60px 0;
}
.navl ul li{
  height: 100%;
  line-height: 60px;
}
.navListOption-title{
  position: relative;
  font-size: 1em;
}
.navListOption-title::after{
  content: '';
  width: 150px;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 50px;
}
.navListOption-container-box ul li{
  margin: 30px 0;
  font-size: .9em;
}
.navListOption-container-box ul li a{
  color: #000;
}
.navListOptionText{
  color: #ccc;
}

@media (max-width: 768px) {

  .lbw1,
  .lbw2,
  .lbw3,
  .shiwaiswiper,
  .header,.module-construction,.g-gdnum,.g-gdfw,.g-gdnum1,.ptys,.index-news,.yzhzhb,.footer {
    display: none
  }
  .mobswiper {
    display: block;
    position: absolute;
    bottom: 135px;
    top: 50%;
    margin-top: -87px;
    width: 100%;
  }
  
.mobswiper h2 {
  margin-bottom: 15px;
  font-size: 33px;
  font-weight: 600;
  text-align: center;
}
.mobswiper p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}
.mobswiper a {
  font-size: 16px;
  width: 120px;
  height: 38px;
  line-height: 37px;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 3px;
  background: rgb(51, 125, 255);
  margin: 0 auto;
}
  
  .mob-header {
    width: 100%;
    height: 70px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgb(8 20 49 / 10%);
    z-index: 9999999999999;
    position: relative;
    min-width: -100px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInU;
    animation-name: slideInU;
  }
  .mobheadfixed {
    position: fixed;
    top: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
  }
  .mob-header-right {
    display: flex;
    width: 100px;
    justify-content: space-evenly;
  }

  .mob-user img {
    width: 28px;
  }

  .mob-mean img {
    width: 30px;
  }
  .logo img {
    width: 130px;
  }
  .swiper-container {
    margin-top: 0px;
  }


  .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-left: -50px!important;
    top: 50%!important;
    margin-top: 212px!important;
    left: 50%!important;
}

.ftbanp {
     width: 87%; 
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 139px;
    justify-content: space-evenly;
}
.ftbanp span {
    font-size: 22px;
    font-weight: 400;
}
.ftb p {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
}
.banner-container {
  display: flex;
  width: 90%;
  margin: 0 auto;
  position: relative;
  bottom: -1rem;
  z-index: 999;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-around;
  height: 13rem;
  /*min-width: 458px;*/
  margin-bottom: 32px;
}



.banner-container li {
  width: 8.8rem;
  height: 5rem;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 10px 1px rgb(8 20 49 / 10%);
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 0.5rem;
}



.bcp1 {
  font-size: .8rem;
  color: #181818;
  font-weight: 500;
}

.bcp2 {
  font-size: .5rem;
  color: #8d8d8d;
  font-weight: 500;
  margin-top: 10px;
}

.banner-container li span img {
  width: 3rem;
}

  .mob-module-construction{
    width: 100%;
    min-width: -100px;
    background: #f5f5f5;
  }

  .mob-title{
    text-align: center;
    padding: 20px;
  }

  .mob-module-construction-container{
    display: flex;
  }

  .mob-module-construction-container-left{
    width: 30%;
  }

  .mob-module-construction-container-left ul{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .mob-module-construction-container-left ul li{
    width: 100px;
    height: 33px;
    background: #fff;
    color: #000;
    line-height: 33px;
    border-bottom: 1px solid #ccc;
    padding: 0 15px;
    border-radius: 20px;
    font-size: 13px;
  }

  .mob-module-construction-hover{
    background: linear-gradient(to right,#1E5DFD,#009DFF)!important;
    color: #fff!important;
  }

  .mob-module-construction-container-right{
    width: 70%;
    display: flex;
    align-items: center;
  }

  .mob-module-construction-container-right img{
    width: 100%;
  }

  .mob-g-gdnum{
    width: 100%;
    min-width: -100px;
    background: #e3e6e8;
  }
.titlep {
  padding: 10px 0;
    line-height: 25px;
    font-size: 14px;
    /*width: 399px;*/
    margin: 0 auto;
}
  .mob-g-gdnum-container{
    display: flex;
    padding: 50px 10px;
    justify-content: space-around;
    color: #4f4646;
  }

  .mob-g-gdnum-container dl dt{
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 9px;
  }

  .mob-g-gdnum-container dl dd{
    font-size: 14px;
  }

  .mob-g-gdfw{
    width: 100%;
    min-width: -100px;
  }

  .mob-g-gdfw-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 30px;
  }

  .mob-g-gdfw-container-item{
    display: flex;
    width: 130px;
    border-radius: 5px;
    margin: 10px 0;
    height: 130px;
    box-shadow: 0 0 5px 1px #ccc;
    flex-direction: column;
    align-items: center;
  }

  .mob-g-gdfw-container-item img{
    width: 55px;
    margin: 20px 0;
  }

  .mob-g-gdfw-container-item p{
    font-size: 14px;
  }

  .mob-g-gdnum1{
    width: 100%;
    min-width: -100px;
    background: url(../images/img_index_data1.png) no-repeat center;
    background-size: cover;
  }
.dddt {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 9px;
}
  .mob-g-gdnum1-container{
    display: flex;
    justify-content: space-around;
    padding: 50px 10px;
    color: #fff;
  }

  .mob-ptys{
    width: 100%;
    min-width: -100px;
    background: url(../images/Lbj9.png) no-repeat;
    background-size: cover;
  }

  .mob-ptys-container{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px;
  }
  
  .mob-ptys-item{
    display: flex;
    width: 9rem;
  }

  .mob-ptys-item img{
    height: 3rem;
  }

  .mob-ptys-item-r{
    padding: 10px 0;
  }

  .mob-ptys-item-r p{
    font-size: 20px;
  }

  .mob-ptys-item-r p span{
    font-size: 35px;
  }

  .mob-ptys-item-r p:nth-child(2){
    font-size: 16px;
    margin: 5px 0;
  }


  .mob-index-news{
    width: 100%;
    min-width: -100px;
    background: url(../images/indexnewsbg.jpg) no-repeat;
    height: 650px;
  }

  .mob-index-news-container{
    padding: 0 20px;
  }

  .mob-index-news-container img{
    width: 100%;
    border-radius: 15px;
  }

  .mob-newsbox{
    width: 90%;
    margin: 35px auto;
  }

  .mob-yzhzhb{
    width: 100%;
    min-width: -100px;
  }

  .mob-footer{
    width: 100%;
    min-width: -100px;
    background: #002140;
    color: #fff;
  }

  .mob-wfooter{
    padding: 20px;
  }

  .mob-ftt{
    display: flex;
    flex-wrap: wrap;
  }

  .mob-ftbox{
    width: 100%;
    display: flex;
    border-bottom: 1px solid #475c71;
  }

  .mob-ftbox dl div{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    flex-direction: column;
    font-size: 14px;
    height: 122px;
    margin-left: 10px;
  }
  .mob-ftbox a{
    color: #A8A7A7;
    transition: all .35s ease;
  }
  

  
  .mob-ftbox dl dt{
    padding: 10px;
    color: #fff;
    font-size: 16px;
  }

  .mob-banner{
    width: 100%;
    min-width: -100px;
    background: url(../images/Message/1620805841312019333.png) no-repeat center;
    background-size: cover;
  }

  .mob-mes-banner-container{
    padding: 50px;
  }

  .mob-tabList{
    display: none;
    width: 100%;
    min-width: -100px;
    background: #fff;
    position: absolute;
    z-index: 99999999999999;
    box-shadow: 0px 9px 5px 3px rgb(8 20 49 / 10%)
  }



  .mob-tabList-container ul li{
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  .mob-tabList-container ul li::after{
    content: '';
    position: absolute;
    right: 30px;
    width: 8px;
    height: 8px;
    border-bottom: solid 1px #575D6C;
    border-right: solid 1px #575D6C;
    transform: rotate( 315deg);
    top: 20px;
  }

  .mob-tabList-container ul li a{
    color: #000;
    font-size: 14px;
  }

  .mask{
    display: none;
    width: 100%;
    min-width: -100px;
    height: 100%;
    background: #000;
    opacity: 30%;
    z-index: 9999999;
    position: fixed;
    bottom: 0;
  }

  .mob-tabList1{
    display: none;
    width: 100%;
    min-width: -100px;
    background: #fff;
    position: absolute;
    z-index: 99999999999999;
    box-shadow: 0px 9px 5px 3px rgb(8 20 49 / 10%)
  }

  .mob-tabList1-container{
    padding: 20px;
  }

  .mob-tabList1-container ul li a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 10px 0;
    background: #1A63FF;
    color: #fff;
  }

  #LogIn{
    background: #fff;
    color: #1A63FF;
    border: 1px solid #1A63FF;
  }

  .mob-tabList1-container p{
    font-size: 14px;
    color: #555;
  }
  .mob-tabList1-container p a{
    color: #1A63FF;
  }



}

@media (min-width: 768px) {

  .mobilelbw1,
  .mobilelbw2,
  .mobilelbw3,.mob-header,
  .mob-module-construction,
  .mob-g-gdnum,
  .mob-g-gdfw,
  .mob-g-gdnum1,
  .mob-ptys,
  .mob-index-news,
  .mob-yzhzhb,
  .mob-footer,
  .mob-tabList,
  .mob-tabList1,
  .mobswiper {
    display: none
  }


































}