@charset "UTF-8";

@font-face {
  font-family: "akz";
  src: url(../fonts/AkzidenzGrotesk-Regular.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;
}
/*  首页内容区 */
.container {
  width: 1520px;
}
/* 头部 */
.index-container {
  width: 1520px;
}
/* 内页 */
.wrap{
  width: 1400px;
}
.wrap2 {
  width: 1200px;
}

@media (max-width: 1680px) {
 .container, .index-container, .foot-container,.wrap{
    width: 1400px;
  }
}

@media (max-width: 1460px) {
  .wrap2, .index-container, .wrap, .container, .foot-container {
    width: 1150px;
  }
  .header-app .logo {
    height: 46px;
    padding: 11px 1px;
  }
  /* 头部 */
}

@media (max-width: 1260px) {
  .wrap2, .index-container, .wrap, .container, .foot-container {
    width: 970px;
  }
}

@media (max-width: 992px) {
  .wrap2, .wrap, .container, .foot-container {
    width: 750px;
  }
}

@media (max-width: 768px) {
  .wrap2, .container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
    width: 100%;
  }
}


/*app-头部*/
.header-app {
  background: rgb(39,54,74);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999999999;
  -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: #ffffff;
  -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);
}

.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;
}

.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;
}

.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 20px 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: #005ba8;
  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 #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;
}

.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: #005ba8;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #005ba8;
}

.category-tig {
  font-size: 14px;
  color: #f6ab00;
  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: #005ba8;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #333;
  display: block;
  color: #333;
}

.category-pad a.on {
  color: #005ba8;
}

.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: #005ba8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.lan-box-app a:hover, .lan-box-app a.on {
  color: #005ba8;
}

.lan-box-app a:last-child:after {
  display: none;
}


























/* pc导航 */
.content{
  min-height: 500px;
  /* margin-top: 150px; */
  /* margin-top: 110px; */
  margin-top: 98px;
}
/* .content2{
} */

.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 98px;
  background: #fff;
  transition: all .5s;
}

.header .logo{
  width: 290px;
  float: left;
  transition: all .5s;
  padding: 27px 0px;
}
.header .logo img {
  width: 290px;
  transition: all .5s;
}

.header .navbar {
  float: left;
}
.header .navbar .category-item{
  float: left;
  padding-top: 0;
  margin-right: 50px;
}
.header .navbar .category-item .category-a{
  display: block;
  font-size: 16px;
  color: #333;
  position: relative;
  transition: all .3s;
  line-height: 98px;
  position: relative;
}
.header .navbar .category-item .category-a::before{
  content: '';
  width: 0%;
  height: 2px;
  background: #005ba8;
  position: absolute;
  left: 0;
  bottom: 30px;
  transition: all .5s;
}
.header .navbar .category-item.active .category-a,
.header .navbar .category-item:hover .category-a{
  color: #005ba8;
}
.header .navbar .category-item.active .category-a::before,
.header .navbar .category-item:hover .category-a::before{
  width: 100%;
}
.header .navbar_div{
  float: right;
  /* position: relative; */
}



/* 尾部 */
.header .wb{
  float: left;
  margin-left: 60px;
  padding-top: 40px;
}
.header .wb .div2{
  float: left;
  width: 22px;
}
.header .wb .div2 img{
  width: 100%;
}


/* 搜索 */
.sousuo {
  width: 500px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  border-bottom: 1px solid #333;
  transition: all .5s;
  transition-duration: .5s;
}

.sousuo input {
  width: 420px;
  height: 60px;
  border: none;
  float: left;
  font-size: 16px;
  color: #333;
  opacity: 0.8;
}

.sousuo button {
  width: 80px;
  height: 60px;
  border: none;
  float: right;
  background: none;
  font-size: 18px;
  color: #333;
  opacity: 0.8;
}

/* 改变搜索框默认字体颜色 */

.sousuo input:-moz-placeholder {
  color: #333;
  opacity: 0.8;
}
.sousuo input:-ms-input-placeholder {
  color: #333;
  opacity: 0.8;
}
.sousuo input::-webkit-input-placeholder {
  color: #333;
  opacity: 0.8;
}

.sousuo .gb {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 110%;
  transform: translateY(-50%);
  transition: all .5s;
  cursor: pointer;
}

.navbar_div{
  transition-duration: .5s;
}

.hide1 {
  transform: scale(0) !important;
  opacity: 0;
  transition: .6s ease-in-out;
  transition-duration: .5s;
}

.show1 {
  z-index: 8;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}



/*===============下拉==============*/

.navbar .category-item .two{
  width: 100%;
  opacity: 10;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 98px;
  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;z-index: 1;
}
.navbar .two .index-container{
  padding: 28px 0 20px 0;
}
.navbar .two .div1{
  float: left;
  width: 12%;

}
.navbar .two .div1 a{
  font-size: 16px;
  color: #333333;
  line-height: 37px;
  display: block;
  position: relative;
  transition: all .5s;
  padding: 0 5px;
  font-weight: bold;
}
.navbar .two .div1 a.on{
  color: #005ba8;
}
.navbar .two .div1 a i{
  width: 25px;
  height: 12px;
  background-image: url(../images/ljt.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0px;
  opacity: 0;
  transition: all .5s;
}
.navbar .two .div1 a.on i{
  opacity: 1;
  margin-left: 16px;
}
.navbar .two .div3{
  width: 88%;
  float: left;
  border-left: 1px solid rgb(234,234,234);
}
.navbar .two .div3 .rq{
  width: 100%;
  display: none;
}
.navbar .two .div3 .rq.on2{
  display: block;
}
.navbar .two .div3 .rq2{
  width: 100%;
  float: left;
  padding-left: 40px;
}
.navbar .two .div3 .rq2 .lef{
  width: 70%;
  float: left;
}
.navbar .two .div3 .rq2 .lef a{
  display: inline-block;
  width: 24%;
  margin-bottom: 20px;
}
.navbar .two .div3 .rq2 .lef a .p1{
  font-size: 14px;
  color: #333333;
}
.navbar .two .div3 .rq2 .lef a.on5 p,
.navbar .two .div3 .rq2 .lef a:hover p{
  color: #005ba8;
}
.navbar .two .div3 .rq2 .lef a .p2{
  font-size: 16px;
  color: #333333;
}
.navbar .two .div3 .rq2 .rig{
  width: 24%;
  float: right;
}
.navbar .two .div3 .rq2 .rig img{
  width: 100%;
}




.navbar .category-item:hover>.two{
  opacity: 1;
  max-height: 400px;z-index: 1;
}
.navbar .two .div2{
  width: 100%;
}
.navbar .two .div2 a{
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}
.navbar .two .div2 a:hover{
  color: #005ba8;
}





/*底部*/
.foot {
  width: 100%;
  background: rgb(39, 54, 74);
}
.foot_top{
  width: 100%;
}
.foot_top .rq{
  width: 100%;
  display: flex;
}
.foot_top .rq .lef {
  width: 74%;
  padding-top: 81px;
  padding-bottom: 81px;
  margin-right: 4%;
}
.foot_top .rq .lef .div{
  width: 20%;
  float: left;
}
.foot_top .rq .lef .div a{
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  display: block;
  margin-bottom: 5px;
  font-family: "Alibaba_lig";
}
.foot_top .rq .lef .div a:hover{
  opacity: 1;
}
.foot_top .rq .lef .div a:first-child{
  font-size: 20px;
  opacity: 1;
  margin-bottom: 26px;
}
.foot_top .rq .rig {
  width: 20%;
  padding-top: 81px;
}
.foot_top  .rig .rig-ul li{
  float: left;
  list-style: none;
  margin-right: 12px;
}
.foot_top  .rig .rig-ul li p{
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
.foot_top  .rig .rig-fs{
  text-align: right;
  margin-top: 46px;
  margin-right: 42px;
}
.foot_top  .rig .rig-fs .img{
  margin-left: 41px;
}
.foot_top .con-lj {
  line-height: 80px;
}
.foot_top .con-lj .lj-ul li{
  float: left;
}
.foot_top .lj-ul .li-a{
  font-size: 18px;
  color: #ffffff;

}

.foot_top .lj-ul a{
  opacity: 0.6;
  font-size: 16px;
  color: #ffffff;
  padding-left: 27px;
  padding-right: 27px;
  border-right: 1px solid #375169;
}
.foot_top .lj-ul .li-b a{
  border-right: none;
}
.foot_bot .foot-container{
  display: flex;
  justify-content: space-between;
    border-top: 1px solid #375169;
}
.foot_bot p a{
  font-size: 14px;
  color: #ffffff;
  line-height: 81px;

}

@media (max-width: 1680px) {
  .header .navbar .category-item {
    margin-right: 20px;
}
.foot_top .lj-ul a {
  padding: 0px 22px;
}
.header .wb {
  margin-left: 30px;
}


}

@media (max-width: 1459px) {
  .content {
    margin-top: 75px;
}

.header {
  height: 75px;
}
.header .wb {
  margin-left: 10px;
  padding-top: 31px;
}
.sousuo .gb {
  width: 16px;
}
.header .logo img {
  width: 223px;
  transition: all .5s;
}

.header .navbar {
  float: left;
}
.header .navbar .category-item{
  float: left;
  padding-top: 0;
  margin-right: 50px;
}
.header .navbar .category-item .category-a{
  font-size: 16px;
  line-height: 98px;
}
.header .navbar .category-item .category-a::before{
  content: '';
  width: 0%;
  height: 2px;
  background: #005ba8;
  position: absolute;
  left: 0;
  bottom: 23px;
  transition: all .5s;
}
.header .navbar .category-item.active .category-a,
.header .navbar .category-item:hover .category-a{
  color: #005ba8;
}
.header .navbar .category-item.active .category-a::before,
.header .navbar .category-item:hover .category-a::before{
  width: 100%;
}
.header .navbar_div{
  float: right;
  /* position: relative; */
}
.header .wb .div2 img {
  width: 17px;
}
.sousuo {
  width: 385px;
  height: 46px;
}
.sousuo input {
  width: 323px;
  height: 46px;
  font-size: 12px;
}
.sousuo button {
  width: 62px;
  height: 46px;
  font-size: 14px;
}

.navbar .category-item .two{
  top: 74px;
}
.navbar .two .div3 .rq2 .lef a .p1 {
  font-size: 14px;
}







/* 底部 */
.foot_top .con-lj {
  line-height: 62px;
}
.foot_top .lj-ul .li-a{
  font-size: 14px;
}

.foot_top .lj-ul a{
  font-size: 14px;
  padding-left: 21px;
  padding-right: 20px;
}
.foot_bot p a{
  line-height: 62px;
  font-size: 14px;
}

.foot_top .lj-ul a {
  padding: 0px 16px;
}
.header .logo {
  width: 223px;
  padding: 20px 0px;
} 
.header .navbar .category-item .category-a {
  /* font-size: 14px; */
  line-height: 75px;
}
.header .navbar .category-item {
  margin-right: 26px;
}

.header .wb .div2 {
  margin-left: 24px;
  width: 24px;
}
.header .wb .div1 a {
  font-size: 14px;
}
.navbar .category-item .two {
  /* top: 110px; */
  padding-right: 40px;
}
.navbar .category-item .two .rq1 a {
  font-size: 14px;
  line-height: 45px;
  padding-left: 25px;
}
.navbar .category-item .two .rq1 a::before {
  right: 40px;
}
.navbar .category-item .two .rq1 a.on::before {
  right: 30px;
}
.navbar .category-item .two .rq3 .div1 {
  height: 160px;
  padding-top: 30px;
}
.navbar .category-item .two .rq3 .div1 img {
  width: 36px;
}
.navbar .category-item .two .rq3 .div1 p {
  font-size: 13px;
  margin-top: 10px;
}
.navbar .category-item .two .rq4 .top .rig {
  padding-top: 44px;
  padding-right: 30px;
}
.navbar .category-item .two .rq4 .top .rig .p1 {
  font-size: 22px;
  margin-bottom: 12px;
}
.navbar .category-item .two .rq4 .top .rig .p2 {
  font-size: 14px;
  line-height: 24px;
}
.navbar .category-item .two .rq4 .top .rig .p3 {
  font-size: 12px;
  margin-top: 20px;
}
.navbar .category-item .two .rq4 .top {
  height: 234px;
}
.navbar .category-item .two .rq4 .bot {
  height: 82px;
}
.navbar .category-item .two .rq4 .bot a {
  font-size: 18px;
}

.navbar_xc .rq .div i {
  width: 40px;
  height: 40px;
  margin-bottom: 6px;
}
.navbar_xc .rq .div a {
  font-size: 14px;
}
.navbar_xc .rq .div {
  padding: 0 24px;
}

.foot_top .rq .lef {
  padding-top: 62px;
  padding-bottom: 62px;
}
.foot_top .rq .lef .div a {
  font-size: 14px;
}
.foot_top .rq .lef .div a:first-child {
  font-size: 18px;
  margin-bottom: 20px;
}
.foot_top .rq .rig {
  padding-top: 62px;
}
.foot_top .rig .rig-ul li {
  margin-right: 9px;
}
.foot_top .rig .rig-ul img {
  width: 94px;
}
.foot_top .rig .rig-ul li p {
  font-size: 14px;
  margin-top: 8px;
}
.foot_top .rig .rig-fs {
  margin-top: 35px;
  margin-right: 32px;
}
.foot_top .rig .rig-fs img{
  width: 28px;
}
/* .foot_top .rq .lef {
  padding-top: 42px;
  padding-bottom: 36px;
}
.foot_top .rq .lef .div a:first-child {
  font-size: 18px;
  margin-bottom: 16px;
}
.foot_top .rq .lef .div a {
  font-size: 14px;
}
.foot_top .rq .rig {
  padding-top: 40px;
  padding-left: 60px;
}
.foot_top .rq .rig .p1 {
  font-size: 16px;
}
.foot_top .rq .rig .p2 {
  font-size: 32px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.foot_top .rq .rig .p3 {
  font-size: 13px;
  margin-bottom: 4px;
}
.foot_top .rq .rig .div a {
  width: 30px;
  height: 30px;
}
.foot_top .rq .rig .div a img {
  width: 18px;
} */

}

@media (max-width: 1259px) {
.header .wb .div1 {
  width: 60px;
}
.navbar .category-item .two .rq1 a {
  font-size: 14px;
  line-height: 40px;
  padding-left: 10px;
}
/* 头部 */
  .content {
    margin-top: 68px;
}
.navbar .two .div3 .rq2 .lef a .p1 {
  font-size: 13px;
}
.header .logo {
  width: 203px;
  padding: 18px 0px;
}
.header .logo img {
  width: 203px;
}
.header .navbar .category-item {
  margin-right: 20px;
}
.header .navbar .category-item .category-a::before {
  bottom: 20px;
}
.header .navbar .category-item .category-a {
  font-size: 14px;
}
.header .wb {
  margin-left: 0px;
  padding-top: 28px;
}
.sousuo .gb {
  width: 14px;
}
.sousuo input {
  width: 294px;
  height: 42px;
  font-size: 10px;
}
.sousuo button {
  width: 56px;
  height: 42px;
  font-size: 12px;
}
.sousuo {
  width: 350px;
  height: 42px;
}

/* 底部 */
.foot_top .rq .lef {
  padding-top: 56px;
  padding-bottom: 56px;
}
.foot_top .rq .lef .div a {
  font-size: 10px;
  margin-bottom: 3px;
}
.foot_top .rq .lef .div a:first-child {
  font-size: 16px;
  margin-bottom: 18px;
}
.foot_top .rq .rig {
  padding-top: 56px;
}
.foot_top .rig .rig-ul li {
  margin-right: 8px;
}
.foot_top .rig .rig-ul img {
  width: 85px;
}
.foot_top .rig .rig-ul li p {
  font-size: 10px;
  margin-top: 7px;
}
.foot_top .rig .rig-fs {
  margin-top: 32px;
  margin-right: 32px;
}
.foot_top .rig .rig-fs img{
  width: 25px;
}


.foot_top .con-lj {
  line-height: 56px;
}
.foot_top .lj-ul .li-a{
  font-size: 12px;
}

.foot_top .lj-ul a{
  font-size: 10px;
  padding-left: 14px;
  padding-right: 13px;
}
.foot_bot p a{
  font-size: 14px;
  line-height: 56px;

}

}

@media (max-width: 991px) {
  .header{
    display: none;
  }
 .header-app{
   display: block;
 }
 .foot_top{
   display: none;
 }
 .content {
  margin-top: 60px;
}
.header-app .logo img{
  width: 145px;height: 20px;
}
.header-app {
  background: #fff;
}

}

@media (max-width: 768px) {
  .foot_bot {
    padding-bottom: 70px;
    padding-top: 10px;
  }
  .foot_bot .foot-container{
    flex-wrap: wrap;
  }
  .foot_bot p{
    display: block;
    text-align: center;
    width: 100%;
  }
  .foot_bot p a {
    line-height: 28px;
}

}

@media (max-width: 414px) {
}