@charset "UTF-8";
@font-face {
  font-family: "din_rig";
  src: url(../fonts/DIN-Regular.otf);
}
@font-face {
  font-family: "din";
  src: url(../fonts/DINMittelschriftStd.otf);
}
@font-face {
  font-family: "din_bold";
  src: url(../fonts/DIN-Bold.otf);
}


.fd::after {
  content: " ";
  display: block;
  clear: both;
}
.fd {
  zoom: 1;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.wrap2, .container, .wrap, .index-container, .foot-container, .drop-container {
  margin: 0 auto;
  padding: 0;
}
/* 底部*/
.foot-container {
  width: 1520px !important;
}
/*  首页内容区 */
.container{
  width: 1520px !important;
}
/* 头部 */
.index-container {
  width: 1800px !important;
}

/* 内页 */
.wrap{
  width: 1400px !important;
}
.wrap2 {
  width: 1400px !important;
}

@media (max-width: 1800px){
  .index-container{
    padding-right: 60px !important;
    padding-left: 60px !important;
    width: 100% !important;
  }
}
@media (max-width: 1640px){
  .foot-container,.container{
    padding-right: 60px !important;
    padding-left: 60px !important;
    width: 100% !important;
  }
}
@media (max-width: 1520px){
  .wrap{
    padding-right: 60px !important;
    padding-left: 60px !important;
    width: 100% !important;
  }
}
@media (max-width: 1024px){
  .wrap2, .wrap, .container, .foot-container,.index-container{
    padding-right: 30px !important;
    padding-left: 30px !important;
    width: 100% !important;
  }
}

@media (max-width: 991px){
  .wrap2, .container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 100% !important;
  }
}

.content{
  min-height: 500px;
  /* overflow: hidden; */
  margin-top: 0px;
}
/* pc导航 */
.header {
  z-index: 1000;

  position: fixed;
  top: 0px;
  width: 100%;
  transition: all .5s;
  /* background: rgba(0, 0, 0, .8); */
  background: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.15);
}


.header2{
  top: -100px;
}
.header .logo{
  float: left;
  width: 244px;
  padding: 31px 0;
}
.header .logo img{
  width: 100%;
  vertical-align: middle;
}
.header .rig{
  height: 100px;
  float: right;
}
.header .navbar{
  float: left;
}
.header .navbar li{
  float: left;
  transition: all .5s;
}
.header .navbar li .category-a{
  display: block;
  font-size: 18px;
  color: #f8f8f8;
  line-height: 100px;
  padding: 0 30px;
  position: relative;
}
.header .navbar li .category-a i{
  display: inline-block;
  width: 10px;
  height: 4px;
  background-image: url(../images/img5.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 3px;
  margin-left: 5px;
}
.header .navbar li:hover .category-a,
.header .navbar li.active .category-a{
  background: rgba(255,255,255,.05);
}

.wb .sousuo img.on,
.wb .dyy img.on,
.header .logo img.on{display: none;}
.header.on{
  background: #fff;
  box-shadow: 0 2px 18px rgba(0,0,0,0.2);
}
.header.on .navbar li .category-a{
  color: #333;
}
.header.on .navbar li .category-a i{
  background-image: url(../images/img5_1.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.header.on .wb .sousuo img,
.header.on .wb .dyy img,
.header.on .logo img{
  display: none;
}
.header.on .wb .sousuo img.on,
.header.on .wb .dyy img.on,
.header.on .logo img.on{
  display: block;
}
.header.on .navbar li:hover .category-a, .header.on .navbar li.active .category-a{
  /* background: rgba(0, 0, 0, .05); */
  color: #a32821;
}
.header.on .navbar li:hover .category-a i, .header.on .navbar li.active .category-a i{
  background-image: url(../images/img5_2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.wb{
  float: left;
  padding-left: 50px;
}
.wb .sousuo{
  width: 23px;
  height: 100%;
  padding: 35px 0;
  cursor: pointer;
  float: left;
}
.wb .sousuo img{
  width: 100%;
}

.wb .dyy{
  float: left;
  height: 100%;
  padding: 36px 0;
  margin-left: 40px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
.wb .dyy a{
  font-size: 16px;
  color: #fff;
  margin-left: 5px;
}
.header.on .wb .dyy a{
  color: #333;
}

.wb .dyy img{
  width: 20px;
  height: 20px;   
}
.wb .dyy .div{
  position: absolute;
  top: 0%;
  left: 0;
  opacity: 0;
  transition: all .5s;
  width: 100%;
  text-align: center;
}
.wb .dyy:hover .div{
  top: 70%;
  opacity: 1;
}
.wb .dyy .div a{
  font-size: 16px;
  color: #fff;
  display: block;
  margin: 5px 0;
}

.header.on .wb .dyy .div a{
  color: #333;
}

/* 搜索 */
.lbotal {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 900px;
  border: 1px solid #ddd;
  border-radius: 25px;
  background: #fff;
  display: none;
}
.lbotal .c2 {
  float: left;
  width: 60px;
  height: 48px;
  border: none;
  cursor: pointer;
  background: url(../images/img3.png) no-repeat center center;
  background-size:20px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
}
.lbotal.on .c2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.lbotal .c1 {
  float: left;
  width: 780px;
  border: none;
  height: 48px;
  padding: 0 10px;
  font-size: 16px;
  opacity: 0;
  transform: translateX(80%);
  transition: all 0.5s ease;
}
.lbotal.on .c1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s ease;
}
.lbotal > .bgcl {
  float: left;
  height: 48px;
  width: 58px;
  position: relative;
  z-index: 2;
  background: url(../images/img2.png) no-repeat center center;
  background-size: 18px;
}






/*===============下拉==============*/


.navbar .category-item .two{
  width: 100%;
  opacity: 10;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 101px;
  left: 0;
  background: rgba(255, 255, 255, 1);
  overflow: hidden;
  z-index: -1;
}
.navbar .category-item .two:before{
  content: '';
  width: 100%;
  height: 2px;
  top: -1px;
  left: 0;
  position: absolute;
  box-shadow: 0 2px 18px rgba(0,0,0,0.2);
}

.navbar .category-item:hover>.two{
  opacity: 1;
  max-height: 1000px;
  z-index: 1;
}
.navbar .two .rq{
  padding: 50px 0;
}
.navbar .two .div{
  width: 17.5%;
  margin-right: 3.125%;
  float: left;
  margin-bottom: 46px;
}
.navbar .two .div:nth-child(5n){
  margin-right: 0;
}
.navbar .two .div .a{
  font-size: 20px;
  color: #333;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,.4);
  padding-bottom: 18px;
}
.navbar .two .div .div1{
  width: 100%;
  height: 186px;
  margin-top: 14px;
  overflow-y: auto;
  overflow-x: hidden;
}
.navbar .two .div .div1::-webkit-scrollbar {
  width: 2px;
  background-color: #999;
  border-radius:50px;
}
.navbar .two .div .div1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background-color: rgba(255,255,255,.8);
}
.navbar .two .div .div1 a{
  font-size: 16px;
  color: #989898;
  line-height: 30px;
  display: block;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.navbar .two .div .div1 a:hover{
  color: #666;
}

/*app-头部*/
.app_ss {
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 2px solid #999;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
}

.app_ss:hover {
  border: 2px solid #999;
}

.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}
.app_ss input:-moz-placeholder{  
     color: #333;   
}  
.app_ss input:-ms-input-placeholder{ 
    color: #333;   
} 
.app_ss input::-webkit-input-placeholder{ 
    color: #333;   
}

.app_ss button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}

.app_ss button img {
  width: 18px;
  height: 18px;
}

.header-app {
  background: rgba(0, 0, 0, .8);
  border-bottom: 1px solid rgba(255,255,255,0.15);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  -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;
  text-align: center;
  background: rgba(0, 0, 0, .8);
}
.header-app.open-menu .navbar-app{
  background: rgba(0, 0, 0);
}

.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 18px 15px;
}
.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: #fff;
  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 0px;
  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;
}
.nav-menu::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0);
}

.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 #333; */
  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;
  margin: 0 20px;
}

.cate-item a {
  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: #004f9e;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #004f9e;
}

.category-tig {
  font-size: 14px;
  color: #004f9e;
  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: #333;
  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: #004f9e;
}

.category-cont {
  display: none;
  background: rgb(246,248,253);
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px rgba(0, 0, 0, .1);
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.category-pad {
  padding: 0 35px;
}

.category-cont a {
  font-size: 14px;
  line-height: 40px;
  /* border-bottom: 1px solid #333; */
  display: block;
  color: #333;
}

.category-pad a.on {
  color: #004f9e;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
}

.lan-box-app a {
  font-size: 14px;
  color: #3333;
  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: #004f9e;
}

.lan-box-app a:last-child:after {
  display: none;
}



/* 三级 */
.category-pad .rq1{
  position: relative;
}
.category-pad .rq1 .zt{
  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-pad .rq1 .zt::before,
.category-pad .rq1 .zt::after {
  content: '';
  background: #888;
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.category-pad .rq1 .zt::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-pad .rq1 .zt::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}
.category-pad .rq.on2 .rq1 .zt::after{
  opacity: 0;
}
.category-pad .rq2{
  display: none;
  padding: 0 15px;
}
.category-pad .rq2 a{
  font-size: 13px;
}
.category-cont .category-pad .rq:last-child .rq1 a{
  border: none;
}
.category-cont .category-pad .rq.on2 .rq1 a{
  /* border-bottom: 1px solid #424242; */
}
.category-cont .rq.on2 .rq1 a{
  color:#004f9e;
}
.category-cont .rq.on2 .rq2{
  display: block;
}
.category-cont .rq.on2 .rq2 a.on3{
  color: #004f9e;
}
.category-cont .rq.on2 .rq1 .zt::before{
  background: #004f9e;
}








/*底部*/
.foot{
  width: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 0 2px 18px rgb(0 0 0 / 20%);
}
.foot::before{
  content: '';
  width: 38.9%;
  height: 100%;
  /* background: #25272c; */
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.foot::after{
  content: '';
  width: 61.1%;
  height: 100%;
  background: rgba(255, 255, 255, 9);
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #d5d5d5;
}
.foot_top{
  width: 100%;
  height: 130px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  z-index: 2;
}
.foot_top .lef{
  width: 36%;
  float: left;
  padding-top: 28px;
}
.foot_top .lef img{
  width: 408px;
}
.foot_top .rig{
  width: 64%;
  float: left;
  padding-left: 95px;
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
}
.foot_top .rig a{
  font-size: 20px;
  color: #000;
}

.foot_bot{
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.foot_bot::before{
  content: '';
  width: 484px;
  height: 260px;
  background-image: url(../images/img9.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -30px;
}
.foot_bot .lef{
  width: 36%;
  float: left;
}
.foot_bot .lef .ewm_div{
  width: 408px;
  display: flex;
  justify-content: center;
  align-items: flex-start;

}

.foot_bot .lef .div{
  float: left;
  margin: 0 19px;
  /* margin-right: 38px; */
}
.foot_bot .lef .div div{
  width: 154px;
  height: 154px;
  border: 1px solid #3a3b40;
  position: relative;
}
.foot_bot .lef .div div img{
  max-width: 80%;
  max-height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.foot_bot .lef .div p{
  font-size: 18px;
  color: #000;
  opacity: 0.5;
  text-align: center;
  padding-top: 12px;
}
.foot_bot .rig{
  width: 64%;
  float: left;
  padding-left: 95px;
  position: relative;
}
.foot_bot .rig .p1{
  font-size: 40px;
  color: #000;
  font-weight: bold;
}
.foot_bot .rig .p1 i{
  display: inline-block;
  width: 30px;height: 30px;
  background-image: url(../images/img8.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
  margin-bottom: 0px;
}
.foot_bot .rig .div{
  width: 100%;
  padding-top: 22px;
}
.foot_bot .rig .div .p2{
  font-size: 18px;
  color: #000;
  line-height: 24px;
  opacity: 0.6;
  padding-left: 54px;
  position: relative;
}
.foot_bot .rig .div .p2 span{
  /* font-weight: bold; */
  position: absolute;
  left: 0;
  top: 0;
}
.foot_bot .rig .div .div1{
  width: 100%;
  padding-top: 8px;
}
.foot_bot .rig .div .div1 .p2{
  float: left;
  margin-right: 16px;
}
.foot_bot .rig .div2{
  width: 100%;
  margin-top: 46px;
}
.foot_bot .rig .div2 .div2_1{
  float: left;
}

.foot_bot .rig .div2 p span,
.foot_bot .rig .div2 p a{
  font-size: 16px;
  color: #000;
  opacity: 0.3;
}
.foot_bot .rig .div2 p a{
  margin-left: 10px;
}
.foot_bot .rig .div2 p a:hover{
  opacity: 1;
}

.foot_bot .rig .div2 .div2_2{
  float: right;
}
.foot_bot .rig .div2 .div2_2 p a{
  font-size: 16px;
  color: #000;
  opacity: 0.3;
}
.foot_bot .rig .div2 .div2_2 p a:hover{
  opacity: 1;
}


@media (max-width: 1800px){
  .header .navbar li .category-a {
    padding: 0 18px;
}

}
@media (max-width: 1459px){
  .header .logo {
    width: 185px;
    padding: 24px 0;
}
.header .rig {
  height: 76px;
}
.header .navbar li .category-a {
  font-size: 16px;
  line-height: 76px;
  padding: 0 15px;
}

.wb {
  padding-left: 22px;
}
.wb .sousuo {
  width: 18px;
  padding: 26px 0;
}
.wb .dyy {
  /* width: 18px; */
  padding: 27px 0;
  margin-left: 25px;
}
.header2 {
  top: -80px;
}
.lbotal {
  height: 40px;
  width: 684px;
}
.lbotal .c2 {
  width: 50px;
  height: 38px;
  background-size: 18px;
}
.lbotal > .bgcl {
  height: 38px;
  width: 45px;
  background-size: 16px;
}
.lbotal .c1 {
  width: 587px;
  height: 38px;
  font-size: 14px;
}
.navbar .category-item .two {
  top: 78px;
}
.navbar .two .rq {
  padding: 36px 0;
}
.navbar .two .div .a {
  font-size: 16px;
  padding-bottom: 14px;
}
.navbar .two .div {
  margin-bottom: 34px;
}
.navbar .two .div .div1 {
  height: 128px;
  margin-top: 8px;
}
.navbar .two .div .div1 a {
  font-size: 14px;
  line-height: 26px;
}

.wb .dyy img{
  width: 18px;
  height: 18px;
}
.wb .dyy span{
  font-size: 14px;
}


.foot_top {
  height: 100px;
}
.foot_top .lef img {
  width: 310px;
}
.foot_bot .lef .ewm_div{
  width: 310px;
}
.foot_top .lef {
  padding-top: 22px;
}
.foot_top .rig a {
  font-size: 17px;
}
.foot_top .rig {
  padding-left: 70px;
  padding-top: 34px;
}
.foot::before {
  width: 37%;
}
.foot::after {
  width: 63%;
}
.foot_bot {
  padding-top: 20px;
  padding-bottom: 20px;
}
.foot_bot .lef .div div {
  width: 117px;
  height: 117px;
}
.foot_bot .lef .div p {
  font-size: 14px;
  padding-top: 10px;
}
.foot_bot .rig {
  padding-left: 70px;
}
.foot_bot .rig .p1 {
  font-size: 30px;
}
.foot_bot .rig .p1 i {
  width: 22px;
  height: 22px;
  margin-right: 12px;
  margin-bottom: 0px;
}
.foot_bot .rig .div {
  padding-top: 16px;
}
.foot_bot .rig .div .p2 {
  font-size: 15px;
  line-height: 22px;
  padding-left: 46px;
}
.foot_bot .rig .div2 {
  margin-top: 38px;
}
.foot_bot .rig .div2 p span, .foot_bot .rig .div2 p a {
  font-size: 14px;
}
.foot_bot .rig .div2 .div2_2 p a {
  font-size: 14px;
}
.foot_bot .lef .div {
  margin-right: 26px;
  margin: 0 10px;
}
.foot_bot::before {
  width: 368px;
  height: 196px;
}

}
@media (max-width: 1259px){
  .wb {
    padding-left: 20px;
}
.header .navbar li .category-a {
  font-size: 14px;
}
.navbar .two .rq {
  padding: 24px 0;
}
.navbar .two .div .a {
  font-size: 14px;
  padding-bottom: 10px;
}
.foot_top {
  height: 80px;
}
.foot_top .lef img {
  width: 264px;
}
.foot_bot .lef .ewm_div{
  width: 264px;
}
.foot_top .lef {
  padding-top: 15px;
}
.foot_top .rig {
  padding-left: 30px;
  padding-top: 25px;
}
.foot_top .rig a {
  font-size: 14px;
}
.foot_bot {
  padding-top: 20px;
  padding-bottom: 20px;
}
.foot_bot .lef .div div {
  width: 104px;
  height: 104px;
}
.foot_bot .rig {
  padding-left: 30px;
}
.foot_bot .rig .p1 {
  font-size: 28px;
}
.header .navbar li .category-a {
  padding: 0 8px;
}
.wb .dyy {
  margin-left: 20px;
}

}
@media (max-width: 991px) {
  .foot .foot_top,
  .header{
    display: none;
  }
  .header-app{
    display: block;
  }
.foot_bot::before,
.foot_bot .lef{
  display: none;
}
.foot::after{
  width: 100%;
}
.foot_bot .rig{
  width: 100%;
  padding-left: 0;
}
.header-app .logo img{
  width: 154px;
  height: 24px;
}

}
@media (max-width: 768px){
  .foot{
    padding-bottom: 80px;
  }
  .foot_bot{
    padding-bottom: 0;
  }
}
@media (max-width: 414px) {
  .foot_bot .rig .div2 {
    margin-top: 26px;
}
.foot_bot .rig .div2 .div2_2,
.foot_bot .rig .div2 .div2_1{
  width: 100%;
  text-align: center;
}
.foot_bot .rig .div .p2 {
  font-size: 14px;
}
.foot_bot .rig .p1 {
  font-size: 24px;
}
.foot_bot .rig .p1 i {
  width: 20px;
  height: 20px;
}

}


.header_div{
  width: 100%;
  /* height: 100px; */
  height: 0;
}
@media (max-width: 1459px){
  /* .header_div{height: 77px;} */
}
@media (max-width: 991px){
  .header_div{height: 60px;}
}