



    @font-face {
        font-family: "Alibaba-PuHuiTi-Regular";
        src: url("../font/Alibaba-PuHuiTi-Regular.ttf");
    }
    body {
        font-family:'Alibaba-PuHuiTi-Regular'!important;
        letter-spacing: 1px;
    }

.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}





.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.container_ab,.container, .wrap, .index-container, .foot-container, .drop-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}


@media (min-width: 768px) {
  .container_ab,.container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 0px;
    padding-left: 0px;
  }
.container_ab,.wrap, .container, .foot-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
.container_ab,.index-container,.wrap, .container, .foot-container {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .container_ab,.index-container,.wrap, .container, .foot-container {
    width: 1150px;
  }
}

@media (min-width: 1460px) {
  .wrap{
    width: 1400px;
  }
  .container, .index-container,.foot-container{
    width: 1400px;
  }
  .container_ab{
    width: 1200px;
  }
}

@media (min-width: 1680px) {
  /* 底部*/
  .foot-container {
    width: 1400px;
  }
  /*  首页内容区 */
  .container {
    width: 1400px;
  }
  /* 头部 */
  .index-container {
    width: 1400px;
  }
 
}


/* pc导航 */
.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  /* background: #fff; */
  transition: all .5s;
}
.header2{
  top: -208px;
}

.header_bot,
.header_top{
  width: 100%;
}
.header_top{
  line-height: 50px;
  background:#f1f1f1;
}
.header_top .lef{
  float: left;
}
.header_top .lef p{
  font-size: 14px;
  color: #181818;
}
.header_top .rig{
  float: right;
}
.header_top .rig a{
  display: inline-block;
  font-size: 14px;
  color: #181818;
  padding-left: 20px;
  position: relative;
  background-image: url(../image/img1.png);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
  margin: 0 15px;
  transition: all .5s;
}
.header_top .rig a:nth-child(2){
  background-image: url(../image/img2.png);
}
.header_top .rig a:nth-child(3){
  background-image: url(../image/img3.png);
}
.header_top .rig a:hover{
  opacity: 1;
}
.header_top .rig a:last-child{
  margin-right: 0;
}
.header_top .rig a:last-child::before{
  content: none;
}
.header_top .rig a::before{
  content: '';
  width: 1px;
  height: 14px;
  background: white;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
}

.header_con{
  width: 100%;
  height: 94px;
  position: relative;
  background: #fff;
}
.header_con::before{
  content: '';
  width: 87%;
  height: 1px;
  background: rgb(232,232,232);
  position: absolute;
  bottom: 0;
  left: 0;
}
.header_con::after{
  content: '';
  width: 5px;
  height: 5px;
  background: rgb(232,232,232);
  position: absolute;
  bottom: -2px;
  left: 87%;
  border-radius: 50%;
  z-index: 10;
}
.header_con .lef{
  float: left;
}
.header_con .lef div{
  float: left;
}
.header_con .logo{
  padding: 16.5px 0;
}
.header_con .logo2{
  padding: 16.5px 0;
  padding-left: 50px;
  position: relative;
}
.header_con .logo2 div{
  position: relative;
}
.header_con .logo2 div::after{
  width: 100%;
  height: 100%;
  content: '';
  /* background: #000; */
  opacity: .1;
  position: absolute;
  top: 0;
  right: 0;
}

.header_con .logo2::before{
  content: '';
  width: 1px;
  height: 28px;
  background: rgb(234,234,235);
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translateY(-50%);
}
.header_con .rig{
  float: right;
}
.header_con .rig div{
  float: left;
}
.header_con .rig .rq{
  width: 280px;
  height: 40px;
  display: flex;
  margin: 27px 0;
}
.header_con .rig .rq input{
  width: 80%;
  height: 100%;
  background: rgb(245,245,245);
  padding-left: 15px;
}
.header_con .rig .rq button{
  width: 20%;
  height: 100%;
  background: #9e0203;
  position: relative;
}
.header_con .rig .rq button img{
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.header_con .rig .rq2{
  margin-left: 45px;
  padding: 18px 0;
}
.header_con .rig .rq2 .p1{
  font-size: 14px;
  color: #999999;
}
.header_con .rig .rq2 .p1 img{
  margin-bottom: -2px;
  margin-right: 8px;
}
.header_con .rig .rq2 .p2{
  font-size: 24px;
  color: #9e0203;
  font-weight: bold;
}

.header_bot{
  background: url(../image/img6.png);
  background-size: cover;
  height: 63px;
  position: relative;
}
.header_bot .navbar{
  width: 100%;
}
.header_bot .navbar li{
  float: left;
  transition: all .5s;
}
.header_bot .navbar li.on,
.header_bot .navbar li:hover{
  background: #9e0203;
}
.header_bot .navbar li .category-a{
  display: block;
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 63px;
  padding: 0 66px;
  position: relative;
}
.header_bot .navbar li .category-a::before{
  content: '';
  width: 1px;
  height: 14px;
  background: rgb(234,234,235);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header_bot .navbar li:hover .category-a::before,
.header_bot .navbar li:last-child .category-a::before,
.header_bot .navbar li.on .category-a::before{
  content: none;
}
.header_bot .navbar li:hover .category-a,
.header_bot .navbar li.on .category-a{
  color: #fff;
}


/*===============下拉==============*/
.header_bot .navbar li{
  position: relative;
}
.header_bot .navbar li.zty{
  position: static;
}
.navbar .category-item .two{
  width: 100%;
  opacity: 1;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 34px;
  left: 0;
  background: #fff;
  overflow: hidden;
  border-top: 1px solid rgb(233,233,233);
  z-index: -1;
}
.navbar .category-item:hover>.two{
  opacity: 1;
  max-height: 1000px;
}
/* 下拉一 */
.navbar .two .rq{
  padding-top: 34px;
}
.navbar .two .rq1{
  float: left;
  width: 33.33333%;
  height: 260px;
  border-bottom: 1px solid rgb(232,232,232);
  display: flex;
  padding: 45px 0;
}
.navbar .two .rq1 .lef{
  width: 40%;
  position: relative;
}
.navbar .two .rq1 .lef img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 90%;
  max-height: 90%;
  transition: all .5s;
}
.navbar .two .rq1:hover .lef img{
  transform: translate(-50%,-50%) scale(1.1);
}
.navbar .two .rq1 .rig{
  width: 60%;
  padding-right: 7px;
  border-right: 1px solid rgb(232,232,232);
}__PUBLIC__/static
.navbar .two .rq1:last-child .rig,
.navbar .two .rq1:nth-child(3n) .rig{
  border-right:none;
} 
.navbar .two .rq1 .rig .p1{
  font-size: 18px;
  color: #2f3336;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
  transition: all .5s;
}
.navbar .two .rq1:hover .rig .p1{
  color: #9e0203;
}
.navbar .two .rq1 .rig .p1::before{
  width: 0%;
  height: 1px;
  content: '';
  background: #9e0203;
  position: absolute;
  bottom: 5px;
  left: 0;
  transition: all .5s;
}
.navbar .two .rq1:hover .rig .p1::before{
  width: 100%;
}
.navbar .two .rq1 .rig .p2{
  font-size: 16px;
  color: #999999;
  margin-bottom: 18px;
}
.navbar .two .rq1 .rig .p3{
  font-size: 14px;
  color: #777777;
  line-height: 22px;
}
.navbar .two .rq1 .rig .p3 span{
  font-weight: bold;
  font-size: 14px;
  color: #777777;
  line-height: 22px;
}

/* 下拉二 */
.navbar .category-item .two.two2{
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.navbar .two .div{
  padding-top: 28px;
}
.navbar .two .div a{
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 45px;
  text-align: center;
  display: block;
  border-bottom: 1px solid rgb(232,232,232);
}
.navbar .two .div a:hover{
  color: #9e0203;
  border-bottom: 1px solid #9e0203;
}

/*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 #e6212a;
}
.ss2 input{
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #999;
  font-family: "regular";
}
.ss2 button{
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  /* background-image: url(../image/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: 80px;
  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: 80px;
  text-align: center;
}

.header-app .logo {
  float: left;
  height: 80px;
  vertical-align: middle;
  padding: 24px 15px;
}

.header-app .logo img {
  height: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 32px 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: 80px;
  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:#9e0203;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #9e0203;
}

.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: #9e0203;
}

.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: #9e0203;
}

.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: #9e0203;
}

.lan-box-app a:last-child:after {
  display: none;
}

/*底部*/
.foot{
  width: 100%;
  background: #9e0203;
  position: relative;
}
.foot::before{

  width: 131px;
  height: 37px;
  background-image: url(../image/img7.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: -37px;
  z-index: 100;
}
.foot::after{

  width: 131px;
  height: 37px;
  background-image: url(../image/img8.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -37px;
  z-index: 100;
}
.foot .foot_top{
  width: 100%;
  height: 120px;
  position: relative;
}
.foot .foot_top::before{
  content: '';
  width: 87%;
  height: 1px;
  background: #9e0203;
  position: absolute;
  bottom: 0;
  left: 0;
}
.foot .foot_top::after{
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #9e0203;
  position: absolute;
  bottom: -2px;
  left: 87%;
  z-index: 10;
}
.foot .foot_top .lef{
  float: left;
}
.foot .foot_top .lef img{
  width: 194px;
  padding: 20px 0;
}
.foot .foot_top .rig{
  float: right;
}
.foot .foot_top .rig p{
  font-size: 24px;
  color: #ffffff;
  line-height: 120px;
}

.foot_bot{
  width: 100%;
}
.foot_bot .rq{
  padding-top: 50px;
  padding-bottom: 80px;
}
.foot_bot .rq .lef{
  float: left;
  width: 78%;
  display: flex;
}
.foot_bot .rq .lef .div{
  width: 16.6666%;
}
.foot_bot .rq .lef .div a{
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
  transition: all .5s;
}
.foot_bot .rq .lef .div a:hover{
  opacity: 1;
}
.foot_bot .rq .lef .div a:nth-child(1){
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 25px;
  opacity: 1;
}
.foot_bot .rq .lef .div .social-share a{
  float: left;
  border: none;
  background: rgb(68,72,74);
  opacity: 1;
}
.foot_bot .rq .lef .div .social-share a:hover{
  background: #9e0203;
}
.foot_bot .social-share .icon-wechat .wechat-qrcode .help p {
  font-size: 12px;
}
.foot_bot .rq .rig{
  float: right;
  width: 22%;
}
.foot_bot .rq .rig img{
  width: 130px;
  float: right;
}
.foot_bot .rq .rig p{
  font-size: 14px;
  color: #ffffff;
  float: right;
  margin-right: 10px;
  margin-top: 55px;
  opacity: 0.5;
}

.foot_bot .rq1{
  width: 100%;
  border-bottom: 1px solid #9e0203;
  padding-bottom: 15px;
}
.foot_bot .rq1 .lef{
  width: 78%;
  float: left;
}
.foot_bot .rq1 .lef span{
  font-family: "bold";
  font-size: 30px;
  color: #ffffff;
}
.foot_bot .rq1 .lef a{
  font-size: 14px;
  color: #ffffff;
  margin-left: 55px;
  line-height: 40px;
  opacity: 0.5;
  transition: all .5s;
}
.foot_bot .rq1 .lef a:hover{
  opacity: 1;
}
.foot_bot .rq1 .rig{
  width: 22%;
  float: right;
}
.foot_bot .rq1 .rig p{
  font-family: "bold";
  font-size: 30px;
  color: #ffffff;
  float: right;
}
.foot_bot .rq1 .rig p img{
  width: 25px;
  margin-right: 5px;
}

.foot_bot .rq2{
  padding: 16px 0;
}
.foot_bot .rq2 .lef{
  float: left;
}
.foot_bot .rq2 .lef p{
  font-size: 14px;
  color: #ffffff;
}
.foot_bot .rq2 .rig{
  float: right;
}
.foot_bot .rq2 .rig a{
  font-size: 14px;
  color: #ffffff;
  margin-left: 15px;
  transition: all .5s;
}
.foot_bot .rq2 .rig a:hover{
}

@media (max-width: 1680px) {

}



@media (max-width: 1459px) {
  .header_bot .navbar li .category-a {
    font-size: 14px;
    line-height: 47px;
    padding: 0 15.8px;
}
.header_bot {
  height: 47px;
}
.navbar .two .rq1 {
  height: 195px;
  padding: 22px 0;
}
.navbar .two .rq1 .rig .p1 {
  font-size: 16px;
}
.navbar .two .rq1 .rig .p2 {
  font-size: 14px;
  margin-bottom: 8px;
}
.navbar .two .rq1 .rig .p3 span,
.navbar .two .rq1 .rig .p3 {
  font-size: 12px;
  line-height: 22px;
}
.navbar .two .div {
  padding-top: 12px;
}
.foot::after,
.foot::before{
  width: 99px;
  height: 28px;
  top: -28px;
}
.foot .foot_top {
  height: 90px;
}
.foot .foot_top .lef img {
  width: 147px;
  padding: 29px 0;
}
.foot .foot_top .rig p {
  font-size: 18px;
  line-height: 90px;
}
.foot_bot .rq {
  padding-top: 26px;
  padding-bottom: 45px;
}
.foot_bot .rq .rig img {
  width: 100px;
}
.foot_bot .rq .rig p {
  font-size: 12px;
  margin-right: 10px;
  margin-top: 40px;
}
.foot_bot .rq1 .lef span {
  font-size: 22px;
}
.foot_bot .rq1 .lef a {
  font-size: 12px;
  margin-left: 30px;
  /* line-height: 36px; */
}
.foot_bot .rq1 .rig p {
  font-size: 22px;
}
.foot_bot .rq1 .rig p img {
  width: 18px;
}

}
@media (max-width: 1366px) {
  .header_bot {
    height: 44px;
}
.header_bot .navbar li .category-a {
  line-height: 44px;
}
}

@media (max-width: 1259px) {
  .header_bot .navbar li .category-a {
    font-size: 12px;
    line-height: 44px;
    padding: 0 12.8px;
}

}

@media (max-width: 991px) {
  .foot .foot_top,
  .foot_bot .rq,
  .foot_bot .rq1,
  .header{
    display: none;
  }
  .header-app{
    display: block;
  }
  .foot_bot .rq2 .rig,
  .foot_bot .rq2 .lef{
    width: 100%;
    text-align: center;
  }

}


@media (max-width: 768px){


}


@media (max-width: 414px) {
  .foot::after, .foot::before {
    width: 80px;
    height: 23px;
    top: -22px;
}
}