@charset "UTF-8";
@font-face {
  font-family: "Alibaba_reg";
  src: url(../fonts/Alibaba-PuHuiTi-Regular.otf);
}

@font-face {
  font-family: "din";
  src: url(../fonts/DINMittelschriftStd.ttf);
}

@font-face {
  font-family: "akz";
  src: url(../fonts/AkzidenzGrotesk-MediumCondAlt.otf);
}

@font-face {
  font-family: "akz2";
  src: url(../fonts/AKZIDENZGROTESK-LIGHT.OTF);
}

@font-face {
  font-family: "akz2";
  src: url(../fonts/AkzidenzGrotesk-Medium.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: 1600px;
}
/*  首页内容区 */
.container {
  width: 1600px;
}
/* 头部 */
.index-container {
  width: 1600px;
      display: flex;
    justify-content: space-around;
}
/* 内页 */
.wrap{
  width: 1400px;
}
.wrap2 {
  width: 1200px;
}

@media (max-width: 1680px) {
 .container, .index-container, .foot-container {
    width: 1400px;
  }
  .top_logo{
      padding: 0px 13%;
  }
}

@media (max-width: 1460px) {
  .wrap2, .index-container, .wrap,.container, .foot-container {
    width: 1300px;
  }
 
}

@media (max-width: 1260px) {
  .wrap2, .index-container, .wrap,  .container, .foot-container {
    width: 98%x;
  }
}

@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%;
  }
}

.content {
  min-height: 500px;
  margin-top: 140px;
}

/* pc导航 */

.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 140px;
  background: #06a3e8;
  transition: all .5s;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.header2 {
  top: -220px;
}

.header .logo {
  float: left;
  transition: all .5s;
}

.header .logo .div1 {
  width: 360px;
  float: left;
}

.header .logo .div1 img {
  width: 100%;
  /* box-shadow: 0 0 5px #ccc;
  box-shadow: 0px -5px 5px 0px #ccc; */
  transition: all .5s;
}

.header .logo .div2 {
  float: left;
  padding: 32px 0;
  padding-left: 30px;
}

.header .logo .div2 .p1 {
  font-size: 22px;
  color: #f7a804;
  padding: 3px ;
  font-weight: 700;
}

.header .logo .div2 .p2 {
  font-size: 22px;
  color: #333;
  /*font-weight: bold;*/
}

.header .rig {
  float: left;
}

.header .navbar {
  float: left;
}
.dropdown_menu{
    /*display: block;*/
    display: none;
    /*position: absolute;*/
    /*top: 55px;*/
    width: 100%;
    padding-top: 2px;
    /*background: #06a3e8;*/
    left: 0%;
    /*padding: 0px 5px;*/
}
.navbar .category-item:hover .dropdown_menu {
    display: block;
      max-width: 100%;
     max-height: 100%;
}
.list2{
    /*margin-right: 5px;*/
     background: #06a3e8;
}
.dropdown_menu .list2 a {
    font-size:16px;
    color: #fff;
    padding: 0 10px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 0;
    display: block;
    border: 0;
}
.list2 a:hover{
    background-color: #f7a804;
    transition: all .3s;
}
.header .navbar .category-item {
  float: left;
  /* position: relative; */
}

.header .navbar .category-item .category-a {
  display: block;
  position: relative;
  height: 45px;
  padding: 0 55px;
  padding-top: 12px;
}

.header .navbar .category-item .category-a::before {
  content: '';
  width: 27px;
  height: 16px;
  /*background-image: url(../images/img1.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  transition: all .5s;
  opacity: 0;
}

.header .navbar .category-item .category-a p {
  font-size: 18px;
  line-height: 36px;;
  color: #999999;
  text-transform: uppercase;
  transition: all .3s;
}

.header .navbar .category-item .category-a p span {
  font-size: 18px;
  color: #fff;
  display: block;
  transition: all .3s;
}

.header .navbar .category-item.active .category-a, .header .navbar .category-item:hover .category-a {
  background: #06a3e8;
}

.header .navbar .category-item.active .category-a p, .header .navbar .category-item:hover .category-a p, .header .navbar .category-item.active .category-a p span, .header .navbar .category-item:hover .category-a p span {
  color: #fff;
}

.header .navbar .category-item.active .category-a::before, .header .navbar .category-item:hover .category-a::before {
  bottom: 16px;
  opacity: 1;
}

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

.category-item {
  position: relative;
}

.navbar .category-item .two {
  width: 120px;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 106px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255);
  overflow: hidden;
  z-index: -1;
}

.navbar .category-item:hover>.two {
  opacity: 1;
  max-height: 450px;
  z-index: 1;
}

.navbar .category-item .two a {
  font-size: 16px;
  color: #666666;
  /* line-height: 40px; */
  padding: 13px 0;
  text-align: center;
  display: block;
  border-bottom: 1px solid rgb(237, 237, 237);
}

.navbar .category-item .two a:last-child {
  border-bottom: none;
}

.navbar .category-item .two a:hover {
  color: #fff;
  background: #f7a803;
}

/*app-头部*/

.app_ss {
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 2px solid rgb(190, 188, 186);
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
}

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

.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  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: 20px;
  height: 20px;
}

.header-app {
  background: #fff;
  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;*/
  display: flex;
  justify-content:space-around;
  -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: 0px 5px;
}

.header-app .logo img {
  /* width: 45px; */
  width: 90px;
 /* box-shadow: 0px -5px 5px 0px #ccc;*/
}

.header-app .logo .div1, .header-app .logo .div2 {
  float: left;
  text-align: left;
}

.header-app .logo .div2 {
  padding-left: 10px;
  padding-top: 14px;
}

.header-app .logo .div2 img {
  width: 100px;
  display: block;
}

.header-app .logo .div2 .p1 {
  font-size: 14px;
  color: #059ced;
  font-weight: 700;
   /*letter-spacing: 2px;*/
}

.header-app .logo .div2 .p2 {
      font-size: 10px;
    color: #059ced;
    /* font-weight: bold; */
    /*letter-spacing: -1px;*/
}

.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: #333;
  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 #666;
  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: #1976d2;
}

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

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

.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: #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: #f7a803;
}

.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-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #424242;
  display: block;
  color: #333;
}

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

.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: #f7a803;
}

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

/* 底部 */

.foot {
  width: 100%;
  padding-top: 78px;
  position: relative;
 background-color: rgba(0, 117, 226, 1);
}

.foot::before {
  content: '';
  width: 100%;
  height: 20px;
  background-image: url(../images/img2.png);
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}

.foot_top {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}

.foot_top .rq1 {
  width: 100%;
  padding-bottom: 24px;
}

.foot_top .rq1 .lef {
  width: 63%;
  float: left;
  padding-left: 22px;
}

.foot_top .rq1 .lef .div {
  float: left;
  margin-right: 84px;
}

.foot_top .rq1 .lef .div:last-child {
  margin-right: 0;
}

.foot_top .rq1 .lef .div a {
  font-size: 18px;
  color: #ffffff;
  opacity: 0.95;
  display: block;
  line-height: 32px;
}

.foot_top .rq1 .lef .div a:hover {
  opacity: 1;
}

.foot_top .rq1 .lef .div a:first-child {
  font-size: 20px;
  opacity: 1;
  margin-bottom: 24px;
  position: relative;
  font-weight: 600;
}

.foot_top .rq1 .lef .div a:first-child::before {
  content: '';
  width: 2px;
  height: 20px;
  background: rgb(255,255,255);
  position: absolute;
  left: -13px;
  top: 54%;
  transform: translateY(-50%);
}

.foot_top .rq1 .rig {
  width: 37%;
  float: left;
}

.foot_top .rq1 .rig .div1 {
  width: 71%;
  float: left;
}

.foot_top .rq1 .rig .div1 .p {
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 18px;
  font-weight: 600;
  margin-bottom: 24px;
  border-bottom: 1px solid rgb(255, 255, 255, .1);
}

.foot_top .rq1 .rig .div1 .p span {
  opacity: 0.5;
  text-transform: uppercase;
}

.foot_top .rq1 .rig .div1 .p1 {
  font-size: 18px;
  color: #fff;
  padding-left: 26px;
  position: relative;
  margin-bottom: 18px;
}

.foot_top .rq1 .rig .div1 .p1 span {
  color: #ffffff;
  font-size: 18px;
  margin-right: 10px;
}

.foot_top .rq1 .rig .div1 .p1 i {
  width: 26px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 3px;
}

.foot_top .rq1 .rig .div1 .p1 i img {
  width: 16px;
}

.foot_top .rq1 .rig .div2 {
  width: 19%;
  float: right;
}

.foot_top .rq1 .rig .div2 img {
  width: 100%;
  vertical-align: middle;
}

.foot_top .rq1 .rig .div2 p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin-top: 8px;
}

.foot_top .rq2 {
  width: 100%;
  padding-bottom: 14px;
}

.foot_top .rq2 span {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.66;
}

.foot_top .rq2 a {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.66;
  margin-right: 24px;
}

.foot_top .rq2 a:hover {
  opacity: 1;
}

/* foot_bot */

.foot_bot {
  width: 100%;
  padding-top: 26px;
  padding-bottom: 15px;
  position: relative;
}

.foot_bot .lef {
  float: left;
}

.foot_bot .lef a {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  margin-right: 24px;
}

.foot_bot .lef a:hover {
  opacity: 1;
}

.foot_bot .rig {
  position: absolute;
  right: 0;
  bottom: 4px;
}

.foot_bot .rig .a {
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
  opacity: 0.5;
  float: left;
  margin-right: 38px;
}

.foot_bot .rig .div {
  float: left;
}

.foot_bot .rig .div a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .2);
  position: relative;
  margin: 0 5px;
}

.foot_bot .rig .div a:hover {
  border: 1px solid rgb(213, 173, 102);
  background: rgb(213, 173, 102);
}

.foot_bot .rig .div a img {
  width: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1680px) {
  .header {
    /*height: 106px;*/
    height: 150px;
  }
  .header .logo .div1 {
    width: 280px;
  }
  .header .logo .div2 .p1 {
    font-size: 22px;
  }
  .header .logo .div2 .p2 {
    font-size: 21px;
  }
  .header .logo .div2 {
    padding: 25px 0;
    padding-left: 22px;
  }
  .header .navbar .category-item .category-a {
    height: 55px;
    padding: 0 50px;
    padding-top: 16px;
  }
  .header .navbar .category-item .category-a::before {
    width: 20px;
    height: 12px;
  }
  .header .navbar .category-item.active .category-a::before, .header .navbar .category-item:hover .category-a::before {
    bottom: 14px;
  }
  .content {
    margin-top: 106px;
  }
}

@media (max-width: 1459px) {
  .header .logo .div1 {
    width: 260px;
  }
  .header .logo .div2 .p1 {
    font-size: 18px;
  }
  .header .logo .div2 .p2 {
    font-size: 17px;
  }
  .header .logo .div2 {
    padding: 30px 0;
    padding-left: 12px;
  }
  .header .navbar .category-item .category-a p span {
    font-size: 18px;
  }
  .header .navbar .category-item .category-a {
    height: 58px;
    padding: 0 40px;
    padding-top: 15px;
  }
  .foot {
    padding-top: 58px;
  }
  .foot_top .rq1 .lef .div {
    margin-right: 62px;
  }
  .foot_top .rq1 .lef .div a:first-child {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .foot_top .rq1 .lef .div a:first-child::before {
    height: 16px;
    left: -10px;
  }
  .foot_top .rq1 .lef .div a {
    font-size: 16px;
  }
  .foot_top .rq1 .rig .div1 .p {
    font-size: 16px;
    padding-bottom: 12px;
    margin-bottom: 30px;
  }
  .foot_top .rq1 .rig .div1 .p1 span {
    font-size: 14px;
    margin-right: 10px;
  }
  .foot_top .rq1 .rig .div1 .p1 {
    font-size: 16px;
    padding-left: 26px;
    margin-bottom: 18px;
  }
  .foot_top .rq1 .rig .div2 p {
    font-size: 14px;
    margin-top: 6px;
  }
  .foot_top .rq1 .rig .div1 .p1 i img {
    width: 14px;
  }
  .foot_top .rq1 {
    padding-bottom: 18px;
  }
  .foot_top .rq2 a {
    font-size: 12px;
    margin-right: 18px;
  }
  .foot_bot {
    padding-top: 18px;
    padding-bottom: 14px;
  }
  .foot_bot .rig .div a {
    width: 30px;
    height: 30px;
  }
  .foot_bot .rig .div a img {
    width: 14px;
  }
  .foot_bot .rig .a {
    font-size: 14px;
    line-height: 30px;
    margin-right: 16px;
  }
}

@media (max-width: 1259px) {
  .header .logo .div1 {
    width: 255px;
  }
  .header .logo .div2 .p1 {
    font-size: 16px;
  }
  .header .logo .div2 .p2 {
    font-size: 15px;
  }
  .header .logo .div2 {
    padding: 33px 0;
    padding-left: 10px;
  }
  .header .navbar .category-item .category-a {
    height: 60px;
    padding: 0 20px;
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .header {
    display: none;
  }
  .header-app {
    display: block;
  }
  .content {
    margin-top: 60px;
  }
  .foot_top {
    /*display: none;*/
  }
  .foot_top .rq1 .rig{
      width: 100%;;
  }
   .foot_top .rq1 .lef{
      display: none;
  }
  .foot_top .rq1 .rig .div2{
      display: none;
  }
  .foot_top .rq1 .rig .div2 img{
      display: none;
  }
  .foot_bot .lef {
    width: 100%;
    text-align: center;
    float: none;
  }
  .foot_bot .rig {
    position: static;
    display: table;
    width: auto;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
  }
  .foot {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .foot_bot .rig .a {
    width: 100%;
  }
  .foot_bot .rig .div {
    width: 100%;
  }
}

@media (max-width: 768px) {}

@media (max-width: 414px) {}