@charset "UTF-8";

@font-face{
  font-family: "bold";
  src: url(../font/DIN-Bold.otf);
}

@font-face{
  font-family: "akz2";
  src: url(../font/AkzidenzGrotesk-Medium.otf);
}
@font-face{
  font-family: "din";
  src: url(../font/DINMittelschriftStd.ttf);
}
@font-face{
  font-family: "akz";
  src: url(../fonts/AKZIDENZGROTESK-LIGHT.OTF);
}

.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.container, .wrap, .index-container, .foot-container, .drop-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.navbarr .bar1 li a.on{
  background-color: #3160be;
  color: #fff !important;
}
.navbarr .bar1 li a.on::after{
  content: none !important;
}
.header_bot .navbarr .bar2 li a.on{
  background-color: #3160be;
  color: #fff !important;
}
@media (min-width: 768px) {
  .container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 0px;
    padding-left: 0px;
  }
.wrap, .container, .foot-container {
    width: 750px;
  }

}

@media (min-width: 992px) {
.index-container,.wrap, .container, .foot-container {
    width: 970px;
  }

}

@media (min-width: 1260px) {
  .index-container,.wrap, .container, .foot-container {
    width: 1150px;
  }
}

@media (min-width: 1460px) {
  .wrap{
    width: 1400px;
  }
  .container, .index-container,.foot-container{
    width: 1400px;
  }
}

@media (min-width: 1680px) {
  /* 底部*/
  .foot-container {
    width: 1600px;
  }
  /*  首页内容区 */
  .container {
    width: 1600px;
  }
  /* 头部 */
  .index-container {
    width: 1600px;
  }
 
}



/*app-头部*/

.ss2{
  float: right;
  width: 420px;
  height: 48px;
  border: 2px solid rgb(190, 188, 186);
  border-radius: 48px;
  margin-top: 47px;
  padding: 0 25px;
  position: absolute;
  right: 22%;
  top: -25px;
  display: none;

}

.ss3{
  width: 90%;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
}
.ss2:hover{
  border: 2px solid #3160be;
}
.ss2 input{
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
  font-family: "regular";
}
.ss2 button{
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  /* background-image: url(../images/img2.png); */
  background-repeat: no-repeat;
  background-position: center;
}
.ss2 button img{
  width: 18px;
  height: 18px;
}



.header-app {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 500;
  -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1);
  height: 60px;
}

.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 10px 10px;
}
.header-app .logop{
  padding-top: 12px;
  float: left;
  width: 44%;
  font-size: 13px;
}
.header-app .logop span{
  color: #3160be;
  font-weight: bolder;
}
.header-app .logo img {
  height: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-list li {
  border-bottom: 1px solid #424242;
  opacity: 0;
  pointer-events: none;
}

.nav-list li.open {
  /* border-bottom: none; */
}

.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
  position: relative;
}

.cate-item a {
  font-family: "regular";
  font-size: 16px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #333;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color:#3160be;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #3160be;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.category-tig::before, .category-tig::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}

.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}

.nav-list li.open .category-tig::after {
  opacity: 0;
}

.nav-list li.open .category-tig::before {
  background: #3160be;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #424242;
  border-bottom: solid 1px #424242;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  font-family: "regular";
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #424242;
  display: block;
  color: #333;
}

.category-pad a.on {
  color: #e51c24;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
}

.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.lan-box-app a:hover, .lan-box-app a.on {
  color: #3160be;
}

.lan-box-app a:last-child:after {
  display: none;
}


.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  background: #fff;
  transition: all .5s;
}
.header2 {
  top: -208px !important;
}
.header_bot,
.header_top{
  width: 100%;
}
.header_top{  
  padding: 1% 0;
  line-height: 50px;
}
.header_top .lef{
  float: left;
}
.header_top .lef p{
  letter-spacing: 2px;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
}
.header_top .lef p span{
  color: #3160be;
  font-weight: bolder;
}
.header_top .rig{
  float: right;
}
.header_top .rig p{
  letter-spacing: 1px;
  font-size: 36px;
  font-family:'din';
  line-height: 30px;
  color: #3160be;
}
.header_top .rig p:nth-child(1){
  margin-bottom: 2%;
  color: #333333;
  font-size: 16px;
}
.header_top .rig p:nth-child(1)::before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/h1.png)no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 2%;
}
.header_bot .navbarr{
  width: 100%;  
  border-top: 1px solid #e1e1e1;
}
.header_bot .navbarr .bar1{
  width: 50%;
  float: left;
  line-height: 70px;
  text-align: center;
}
.header_bot .navbarr .bar1 li{
  width: 20%;
  float: left;
}
.header_bot .navbarr .bar1 li a::after{
  content: '';
  transform: translateX(50px);
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #414141;
  vertical-align: middle;
}
.header_bot .navbarr .bar1 li .a1::after{
    content: none;
}
.header_bot .navbarr .bar1 li a{
  display: block;
    width: 100%;
    height: 100%;
    font-size:16px;
  color: #333333;
}
.header_bot .navbarr .bar2{
  width: 43%;
  float: right;
  line-height: 70px;
  text-align: center;
}
.header_bot .navbarr .bar2 li{
  width: 20%;
  display: inline-block;
  margin-left: 4%;
}
.header_bot .navbarr .bar2 li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size:16px;
color: #333333;
}
.header_bot .navbarr .bar2 li:last-child a::after{
  content: none;
}
.header_bot .navbarr .bar2 li a::after{
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #414141;
  vertical-align: middle;
  transform: translateX(40px);
}

.header_bot .navbarr .bar1 li a:hover{
  color: #fff;
background-color: #3160be;
}
.header_bot .navbarr .bar2 li a:hover{
  color: #fff;
  background-color: #3160be;
}
.header_bot .navbarr .bar1 li a:hover::after{
 display: none;
}
.header_bot .navbarr .bar2 li a:hover::after{
  display: none;
}
.header img{
  position: fixed;
  top: 0;
  left:50%;
  margin-left: -100px;
  transition: all .5s;
}
.headerimg{
 transform: scale(.8);
 top: -19px !important;
}
/* footer */
.footer-zong{
  width: 100%;
   position: relative;
}
.footer-zong a:hover{
  color: #fff;
}
.footer-zong::before{
  content: '';
  width: 60%;
  z-index: -1;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0;
  background: url(../images/foot-lef.jpg) no-repeat;
  background-size: cover;
} 
.footer-zong::after{
  content: '';
  width: 40%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0px;
  z-index: -1;
  right: 0;
  background: url(../images/foot-rig.jpg) no-repeat;
  background-size: cover;
} 
.foot-tiao{
  width: 60%;
  height: 12px;
  background: url(../images/fjx.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: -12px;
  left: 0;
}

.foot-lef{
  width: 66%;
}
.foot-rig{
  width: 34%;
}
.foot-lef-top{
  width: 100%;
   height: 341px;/*删除 */
   position: relative;
}
.foot-lef-top div{
  float: left;
  width: 21%;
  height: 341px;/*删除 */
  border-left: 1px solid #343434;
  padding-top: 4%;
  padding-left: 3%;
}
.foot-li-hea{
  margin-bottom: 6%;


}
.foot-li-hea a{
  font-size: 18px;
  color: #fff;
}
.foot-li-bd{
  margin-top: 5%;
}
.foot-a-bd{
  color: #828282;
  font-size: 14px;
}
.foot-li-hea::before{
  content: '';
  display: inline-block;
  width: 36px;
  height:36px;
  background: url('../images/chanp.png')no-repeat;
  background-size: contain;
  position: absolute;
  left: -1.5%;
  top: 11%;
}
.foot-li-hea2::before{
  content: '';
  display: inline-block;
  width: 36px;
  height:36px;
  background: url('../images/chanp.png')no-repeat;
  background-size: contain;
  position: absolute;
  left: 19.5%;
  top: 11%;
}
.foot-li-hea3::before{
  content: '';
  display: inline-block;
  width: 36px;
  height:36px;
  background: url('../images/chanp.png')no-repeat;
  background-size: contain;
  position: absolute;
  left: 40.5%;
  top: 11%;
}
.foot-li-hea4::before{
  content: '';
  display: inline-block;
  width: 36px;
  height:36px;
  background: url('../images/chanp.png')no-repeat;
  background-size: contain;
  position: absolute;
  left: 61.5%;
  top: 11%;
}
.foot-lef-bottom p{
  height: 99px;
  text-align: left;
  color: #939393;
  font-size:16px;
  line-height: 88px;
}
.foot-in{
  width: 100%;
  padding: 7% 0 0 0%;
  position: relative;

}
.foot-in-let{
  margin-bottom: 4%;
}
.foot-in-let p{
  color: #818181;
  font-size:14px;
  line-height: 34px;
}
.foot-tu-zong{
  width: 45%;
  position: absolute;
  top: 42px;
  right: 0;
  display: flex;
  justify-content: space-between;
}
.foot-tu1{
  width: 100%;
}
.foot-tu2{
  width: 100%;
}
.foot-link span{
  color:#999999 ;
  font-size:14px ;
}
.foot-link a{
  margin-left: 25px;
  color:#999999 ;
  font-size:13px ;
}
.foot-map{
  margin-top: 4%;
  color: #676767;
  font-size:16px
}
/*底部*/


@media (max-width: 1680px) {
  .foot-link a {
    margin-left: 15px;
}
.foot-map {
  margin-top: 2.5%;
}
.foot-tu1 {
  margin-right: 5px;
}
}



@media (max-width: 1459px) {
  .header_bot .navbarr .bar2,  .header_bot .navbarr .bar1{
    line-height: 53px;
}
  .foot-map {
    margin-top: 4.2%;
}
  .foot-link a {
    margin-left: 3px;
  }
  .foot-li-hea a{
    font-size: 16px;
  }
  .header img {
    margin-left: -79px;
    width: 10%;
}
  .header_top .lef p {
    font-size: 18px;
}
  .header_top .rig p:nth-child(1){
    font-size: 14px;
  }
  .header_top .rig p{
    font-size: 26px;
  }
  .header_bot .navbarr .bar2 li a, .foot-lef-bottom p,.foot-map,.header_bot .navbarr .bar1 li a{
    font-size: 14px;
  }
  .foot-li-hea::before {
    position: absolute;
    left: 19.5%;
    top: 10%;
    }
    .foot-li-hea2::before {
      position: absolute;
      left: -1.5%;
      top: 10%;
      }
      .foot-li-hea3::before {
        position: absolute;
        left: 40.5%;
        top: 10%;
        }
        .foot-li-hea4::before {
          position: absolute;
          left: 61.5%;
          top: 10%;
          }
          .foot-lef-top {
            width: 100%;
            height: 310px;
            position: relative;
        }
        .foot-lef-top div {
          height: 267px;
      }
          .foot-lef-bottom p {
             height: auto;
            line-height: 66px;
          }
    .foot-tu1 {
      margin-right: 5%;
    }

.header_bot .navbarr .bar2 li a::after {
  transform: translateX(26px);
}
.header_bot .navbarr .bar1 li a::after {
  transform: translateX(30px);
}
.foot-a-bd {
  font-size: 13px;
}
.foot-li-hea1::before {
  width: 26px;
  height: 26px;
}
.foot-li-hea2::before {
  width: 26px;
  height: 26px;
}
.foot-li-hea3::before {
  width: 26px;
  height: 26px;
}
.foot-li-hea::before {
  width: 26px;
  height: 26px;
}
.foot-li-hea4::before {
  width: 26px;
  height: 26px;
}
.foot-in-let p,.foot-in-let p
{
  line-height: 31px;
  font-size: 12px;
}
.foot-lef-top {
  height: 282px;
}
.foot-map {
  float: left;
  margin-top: 1.2%;
  font-size: 14px;
}
.foot-tu-zong {
  right: 26px !important;
}
.foot-lef {
  width: 60%;
}
.foot-rig {
  width: 36%;
}
.foot-in {
  padding: 4% 0 0 0%;
}
}


@media (max-width: 1259px) {
  .foot-tu-zong {
  display: none;
}
  .header img {
    margin-left: -64px;
    width: 11%;
}
  .foot-a-bd{
    font-size: 12px;
  }
  .ba-let{
    display: none;
  }
  .header_bot .navbarr .bar1 li a::after {
    display: none;
}
  .header_bot .navbarr .bar2 li a::after {
    display: none;
}
  .foot-li-hea::before {
display: none;
}
.foot-tu1 {
  margin-right: 5%;
}
}

@media (max-width: 991px) {
  .foot-tiao{
    display: none;
  }
  .footer-zong{
    background-color: #000;
  }
  .footer-zong::before{
    display: none;
  }
  .foot-lef-bottom p {
    text-align: center;
    padding: 3% 0;
    line-height: 26px;
}
  .header{
    display: none !important;
  }
  .header-app{
    display: block;
  }
  .foot-lef{
    width: 100%;
  }

}


@media (max-width: 768px){


}


@media (max-width: 414px) {
 
}