@charset "UTF-8";


@font-face{
  font-family: "dinr";
  src: url(../fonts/DINPro-Regular.otf);
}
@font-face{
  font-family: "din";
  src: url(../fonts/DINMittelschriftStd.ttf);
}
@font-face{
  font-family: "dinb";
  src: url(../fonts/DIN-Bold.otf);
}
@font-face{
  font-family: "akz";
  src: url(../fonts/AKZIDENZGROTESK-LIGHT.OTF);
}
@font-face{
  font-family: "pf";
  src: url(../fonts/PingFangSC-Regular.ttf)
}
@font-face{
  font-family: "pf";
  src: url(../fonts/PingFangSC-Regular.ttf)
}
@font-face{
  font-family: "avgd";
  src: url(../fonts/Avgardd.ttf)
}
@font-face{
  font-family: "avgn";
  src: url(../fonts/AVGARDN.TTF)
}
.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}





.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.container, .wrap, .index-container, .foot-container, .drop-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}


@media (min-width: 768px) {
  .container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 0px;
    padding-left: 0px;
  }
.wrap, .container, .foot-container {
    width: 750px;
  }

}

@media (min-width: 992px) {
.index-container,.wrap, .container, .foot-container {
    width: 970px;
  }

}

@media (min-width: 1260px) {
  .index-container,.wrap, .container, .foot-container {
    width: 1150px;
  }
}

@media (min-width: 1460px) {
  .wrap{
    width: 1400px;
  }
  .container, .index-container,.foot-container{
    width: 1400px;
  }
}

@media (min-width: 1680px) {
  /* 底部*/
  .foot-container {
    width: 1600px;
  }
  /*  首页内容区 */
  .container {
    width: 1600px;
  }
  /* 头部 */
  .index-container {
    width: 1600px;
  }
 
}



/*app-头部*/

.ss2{
  float: right;
  width: 420px;
  height: 48px;
  border: 2px solid rgb(190, 188, 186);
  border-radius: 48px;
  margin-top: 47px;
  padding: 0 25px;
  position: absolute;
  right: 22%;
  top: -25px;
  display: none;

}

.ss3{
  width: 90%;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
}
.ss2:hover{
  border: 2px solid  #00aeef;
}
.ss2 input{
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
  font-family: "regular";
}
.ss2 button{
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  /* background-image: url(../images/img2.png); */
  background-repeat: no-repeat;
  background-position: center;
}
.ss2 button img{
  width: 18px;
  height: 18px;
}



.header-app {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
z-index: 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;
}

.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 8px 10px;
}

.header-app .logo img {
  height: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #000;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-list li {
  opacity: 0;
  pointer-events: none;
}
.P_parent .cate-item{
  border-bottom: 1px solid  rgba(133, 131, 131, 0.5)!important;
}
.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 .category-a {
  color:#00aeef;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #00aeef;
}

.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: #00aeef;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-bottom: 1px solid rgba(133, 131, 131, 0.5)!important;
  border-top: 1px solid rgba(133, 131, 131, 0.5)!important;

}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  font-family: "regular";
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid rgba(133, 131, 131, 0.5)!important;
  display: block;
  color: #333;
}
.category-cont a:last-child{
  border-bottom: none !important;
}
.category-pad a.on {
  color: #e51c24;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
}

.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.lan-box-app a:hover, .lan-box-app a.on {
  color: #00aeef;
}

.lan-box-app a:last-child:after {
  display: none;
}

/* header */
.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 150px;
  background: #fff;
  transition: all .5s;
}
.header::after{
  content: '';
  width: 100%;
  height: 13px;
  background: url(../images/head1.png)no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
}
.header2 {
  top: -208px !important;
}
.header_lef .logo {
  padding-top: 30.5px;
  float: left;
  position: relative;
}

.header_lef .logo .ig{
  width: 125px;
  position: relative;
}
.header_lef .logo img{
  width: 100%;
  transform: translate(40px, 5px);
}
.header_lef .logo .ig::before{
  width: 1px;
  height: 100%;
  content: '';
  background: rgb(225,225,225);
  position: absolute;
  top: 0;
  right: -50px;
}
.header_lef .logo .wz{
  width: 300px;
  font-size: 22px;
  color: #00aeef;
  position: absolute;
  top: 45%;
  font-family: 'avgd';
  left: 100%;
  margin-left: 90px;
}

.header_rig{
  width: 62%;
  float: right;
}
.header_rig .top{
  height: 48px;
  width: 100%;
  float: right;
}
.header_rig .top .p1{
  float: right;
  font-size: 18px;
  margin-right: 38px;
  font-family: 'avgn';
  line-height: 48px;
  padding-left: 23px;
  position: relative;
  color: #999999;
}
.header_rig .top .p1::before{
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(../images/head5.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header_rig .top .p1 span{
  font-size: 18px;
  color: #00aeef;
  font-family: 'din';
}
.header_rig .top .rq{
  width: 270px;
  float:right;
  border: 1px solid #e7e8e9;
}

.header_rig .top .rq div{
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #e7e8e9;
}
.header_rig .top .rq div:last-child{
  border-right: none;
}
.header_rig .top .rq .div1{
    width: 34%;
}
.header_rig .top .rq .div1 .head_select{
  font-size: 16px;
display: block;
color: #a6a7aa;
margin: 0 auto;
}
.header_rig .top .rq .div2 {
  width: 27%;
}
.header_rig .top .rq img{
  display: block;
  padding: 10px 0;
  margin: 0 auto;
}
.navbar{
  width: 100%;
}
.category-item {
  float: left;
  padding: 0 40px;
  position: relative;
}
.category-item:last-child{
padding-right: 0;
}
.category-a{
font-size: 20px;
line-height: 90px;
padding: 0 0;
font-family: 'avgn';
  display: block;
  position: relative;
color: #131c26;
}
.category-item.active .category-a,.category-item:hover .category-a{
color: #00aeef;
}


/* footer */
.footer-zong a{
  transition: .5s all;
}
.footer-zong a:hover{
  color: #fff !important;
}
.footer-zong{
  width: 100%;
  background-color:#273444;
}
.footer-zong .foot-lef{
width: 75%;
float: left;
padding-bottom: 80px;
border-right: 1px solid rgba(255, 255, 255, .1);
}
.footer-zong .foot-lef .top{
  padding-top: 50px;
  padding-bottom: 28px;
  padding-right: 65px;

  width: 100%;
  }

  .footer-zong .foot-lef .top .lef{
    width: 12%;
    float: left;
  }
  .footer-zong .foot-lef .top .lef img{
    width: 100%;
  }
  .footer-zong .foot-lef .top .rig{
    width: 74%;
    float: right;
  }
  .footer-zong .foot-lef .top .rig a{
    display: inline-block;
    margin-right: 24px;
    float: right;
    transition: .5s all;
    width: 27px;
    height: 23px;
      background: url('../images/foot1.png')no-repeat;
      background-size: contain;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(1){
    margin-right: 0;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(1):hover{
    background: url('../images/foot1b.png')no-repeat;
    background-size: contain;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(2):hover{
    background: url('../images/foot2b.png')no-repeat;
    background-size: contain;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(3):hover{
    background: url('../images/foot3b.png')no-repeat;
    background-size: contain;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(4):hover{
    background: url('../images/foot4b.png')no-repeat;
    background-size: contain;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(5):hover{
    background: url('../images/foot5b.png')no-repeat;
    background-size: contain;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(2){
      background: url('../images/foot2.png')no-repeat;
      background-size: contain;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(3){
      background: url('../images/foot3.png')no-repeat;
      background-size: contain;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(4){
      background: url('../images/foot4.png')no-repeat;
      background-size: contain;
  }
  .footer-zong .foot-lef .top .rig a:nth-child(5){
    background: url('../images/foot5.png')no-repeat;
    background-size: contain;
}

.footer-zong .foot-lef .top .rig .div2 .sp1{
  font-size: 18px;
  display: block;
  line-height: 80px;
  margin-right: 40px;
    float: right;
  color: #969aa0;
  font-family:'avgn';
}
.footer-zong .foot-lef .top .rig .div2 .input1{
  width: 29%;
}
.footer-zong .foot-lef .top .rig .div2 .input {
  width: 362px;
  padding-left: 20px;
  height: 45px;
  float: right;
  background-color: #323e4e;
  border-radius: 5px;
  margin-top: 17px;
}
.footer-zong .foot-lef .top .rig .div2 .input  input {
  color: #999 !important;
}
.footer-zong .foot-lef .top .rig .div2 .input input {
  width: 83%;
  height: 100%;
  float: left;
}
.footer-zong .foot-lef .top .rig .div2 .input button {
  width: 16%;
  height: 100%;
  transition: .5s all;
  background-image: url(../images/foot6.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  float: left;
}
.footer-zong .foot-lef .top .rig .div2 .input button:hover{
  background-image: url(../images/foot6b.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
}
.footer-zong .foot-lef .bottom{
  margin-top: 56px;
  position: relative;
  width: 100%;
}
.footer-zong .foot-lef .bottom .foot-tree{
  float: left;
  margin-left: 11%;
}
.footer-zong .foot-lef .bottom .foot-tree:nth-child(1){
  margin-left: 0;
}
.footer-zong .foot-lef .bottom .foot-tree .foot-li-hea{
  position: relative;
}

.footer-zong .foot-lef .bottom .foot-tree .foot-li-hea a{
  font-size: 18px;
  font-family: 'avgd';
  color: #fff!important;
}
.footer-zong .foot-lef .bottom .foot-tree .foot-li-hea a::after{
  content: '';
    width: 20px;
    height: 2px;
    background-color: #525d69;
    position: absolute;
    left: 8%;
    bottom: -50%;
    transform: translateY(-50%);
    transform: translateX(-50%);
}
.footer-zong .foot-lef .bottom .foot-tree .foot-bd{
  margin-top: 40px;
}

.footer-zong .foot-lef .bottom .foot-tree .foot-li-bd{
  font-size: 14px;
  font-family: 'avgn';
  margin-top: 13px;
}
.footer-zong .foot-lef .bottom .foot-tree .foot-li-bd a{
  color:  #7c8189;
}
.footer-zong .foot-lef .bottom .foot-tree .foot-li-bd:nth-child(1){
  margin-top: 0;
}
.footer-zong .foot-rig .p1{
  font-size: 18px;
  font-family: 'avgd';
  color: #fff;
}
.footer-zong .foot-rig{
  width: 25%;
  padding-bottom: 80px;
  padding-left: 15px;
  padding-top: 50px;
  float: right;
  }

  .footer-zong .foot-rig .nrq1 .np1{
    color: #eaebec;
    font-size: 24px;
    font-family: 'avgd';
  }
  .footer-zong .foot-rig .nrq1 .np2{
    color: #eaebec;
    font-size: 18px;
    margin-top: 20px;
    font-family: 'din';
    position: relative;
    padding-left: 26px;
  }
  .footer-zong .foot-rig .nrq1 .np2::before{
    content: '';
    width: 19px;
    height: 15px;
    background-image: url(../images/foot8.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .footer-zong .foot-rig .nrq1 .np3{
    color: #eaebec;
    font-size: 18px;
    font-family: 'avgn';
    margin-top: 12px;
    position: relative;
    padding-left: 26px;
  }
  .footer-zong .foot-rig .nrq1 .np3::before{
    content: '';
    width: 19px;
    height: 15px;
    background-image: url(../images/foot9.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }

  .footer-zong .foot-rig .nrq2 .np1{
    color: #eaebec;
    margin-top: 75px;
    font-size: 24px;
    font-family: 'avgd';
  }
  .footer-zong .foot-rig .nrq2 .np2{
    margin-top: 15px;
    color: #69717b;
    font-size: 16px;
    line-height: 25px;
    font-family: 'avgn';
  }
.foot-form input {
  display: block;
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  line-height: 44px;
  font-family: 'avdn' !important;
  height: 44px;
  border: 1px solid #525d69;
  color: #999 !important;
  font-size: 14px;
  padding-left: 20px;
}
.foot-form textarea {
  width: 100%;
  display: block;
  margin-top: 10px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid #525d69;
  font-size: 14px;
  color: #7c8189;
  padding: 30px 20px;
}
.foot-form .a1{
  display: block;
  width: 118px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  font-family: 'avgn';
  border-radius: 5px;
  margin-top: 12px;
  color: #fff;
  background-color: #00aeef;
  transition: .5s all;
}

.foot-form .a1:hover{
  background-color: #a6ce39;
}
.footer-zong .foot-bottom{
  width: 100%;
  line-height: 55px;
  border-top: 1px solid #323e4e;
}

.footer-zong .foot-lef .bottom::after {
  content: '';
  width: 140%;
  height: 1px;
  background-color: #323e4e;
  position: absolute;
  bottom: 50px;
  right: 0px;
}
.footer-zong .foot-bottom .lef{
  float: left;
}
.footer-zong .foot-bottom .lef p{
  font-size: 14px;
  color: #7c8189;
  font-family: 'avgn';
}
.footer-zong .foot-bottom .rig{
  float: right;
}
.footer-zong .foot-bottom .rig a{
  font-size: 14px;
  position: relative;
  font-family: 'avgn';
  display: inline-block;
  margin-right: 30px;
  color: #777d85;
}
.footer-zong .foot-bottom .rig a:nth-child(1):after{
  content: none;
}
.footer-zong .foot-bottom .rig a::after{
  content: '';
  display: block;
  transform: translateX(-50%,-50%);
  position: absolute;
  left: -15px;
  top: 23px;
  width: 1px;
  height: 10px;
  background-color: #68717c;
}
.footer-zong .foot-bottom .rig a:last-child{
  margin-right: 0;
}
.language {
  float: right;
  position: relative;
  width: 100px;
}
.language img{
  display: inline-block !important;
}
.language-text {
  text-align: center;
  display: block;
  color: #333;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.language-text i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.language-list {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 10;
  background: rgba(0,0,0,0.5);
  transform: translateX(-50%);
  padding: 0px 0;
  -webkit-box-shadow: 0 2px 4px 2px rgb(0 0 0 / 5%);
  box-shadow: 0 2px 4px 2px rgb(0 0 0 / 5%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}
.language-list.show{
  opacity: 1;
  visibility: visible !important;
}
.language:hover .language-text i {
  color: #00aeef;
  -webkit-transform: rotate(
180deg
);
  -ms-transform: rotate(180deg);
  transform: rotate(
180deg
);
}
.language-list a {
  display: block;
  padding: 10px 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
@media (max-width: 1680px) {
  .category-item {
    padding: 0 30px;
}
.footer-zong .foot-lef .bottom .foot-tree {
  margin-left: 8%;
}

}
@media (max-width: 1459px) {
  .footer-zong .foot-rig .nrq1 .np3 {
    font-size: 14px;

}
.footer-zong .foot-rig .nrq2 .np1 {
  font-size: 16px;
  margin-top: 63px;
}
.footer-zong .foot-rig .nrq2 .np2 {
  font-size: 14px;
  line-height: 20px;;
}
.footer-zong .foot-rig br{
  display: none;
}
  .footer-zong .foot-rig .nrq1 .np2 {
    font-size: 16px;
}
  .footer-zong .foot-rig .nrq1 .np1 {
    font-size: 16px;
}
  .header_lef .logo .ig {
    width: 95px;
}
  .header_lef .logo .wz {
      width: 220px;
      font-size: 18px;
      top: 44%;
}
  .category-a::after {
    height: 4px;
}
  .category-a {
    font-size: 18px;
    line-height: 68px;
}
.header {
  height: 125px;
}
  .category-item {
      padding: 0px 28px;
}
.header_rig {
  width: 68%;
}
.header::after{
  height: 9px;
}

.footer-zong .foot-lef .top .rig a {
  margin-right: 18px;
  width: 20px;
  height: 17px;
}
.footer-zong .foot-lef .top .rig .div2 .input button {
  background-size: 18px;
}
.footer-zong .foot-lef .top .rig .div2 .input {
  width: 275px;
  height: 34px;
}
.footer-zong .foot-lef .top .rig .div2 .sp1 {
  font-size: 16px;
  line-height: 70px;
}
.footer-zong .foot-lef .top {
  padding-top: 38px;
  padding-bottom: 21px;
  padding-right: 49px;
}
.footer-zong .foot-lef .bottom {
  margin-top: 42px;
}
.footer-zong .foot-lef .bottom .foot-tree {
  margin-left: 6%;
}
.foot-form .a1 {
  width: 89px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.foot-form input {
  margin-top: 10px;
  border-radius: 5px;
  line-height: 34px;
  font-size: 13px;
}
.footer-zong .foot-lef .bottom .foot-tree .foot-li-hea a{
  font-size: 16px;
}
.footer-zong .foot-lef .bottom .foot-tree .foot-bd {
  margin-top: 30px;
}
.footer-zong .foot-lef {
  padding-bottom: 60px;
}
.footer-zong .foot-lef .bottom .foot-tree .foot-bd {
  margin-top: 30px;
}
.footer-zong .foot-lef .bottom .foot-tree .foot-li-bd {
  margin-top: 10px;
}
.footer-zong .foot-rig {
  padding-bottom: 0px;
  padding-left: 15px;
  padding-top: 38px;
}
.footer-zong .foot-bottom {
  line-height: 41px;
}
.footer-zong .foot-bottom .rig a::after {
  left: -13px;
  top: 16px;
}
.footer-zong .foot-bottom .rig a {
    margin-right: 22px;
}
}


@media (max-width: 1259px) {
  .footer-zong .foot-lef .bottom .foot-tree {
    margin-left: 2%;
}
  .category-item {
    padding: 0px 16px;
}
.category-a {
  font-size: 16px;
}

}
@media(max-width:991px){
  .footer-zong .foot-top{
    display: none;
  }
   .header{
    display: none;
  }
  .header-app{
    display: block;
  }
  
}

@media (max-width: 768px){
  .footer-zong .foot-bottom .rig {
    width: 100%;
    text-align: center;
}

.footer-zong .foot-bottom .lef {
  width: 100%;
  float: none;
  text-align: center;
}
.footer-zong .foot-bottom .index-container{
  padding-top: 10px;
  padding-bottom: 65px;
}
}

@media (max-width: 500px) {
  .footer-zong .foot-bottom .lef p {
    text-align: center;
}
.footer-zong .foot-bottom {
  line-height: 22px;
}
.footer-zong .foot-bottom .rig a::after {
  left: -13px;
  top: 7px;
}
.footer-zong .foot-bottom .rig {
  width: auto;
  display: table;
  margin: 0 auto;
  float: none;
}
}




.foot-form .div {
  margin-top: 10px;
  position: relative;
}
.foot-form .div input{
  display: block;
  width: 100%;
  border-radius: 5px;
  line-height: 44px;
  font-family: 'avdn' !important;
  height: 44px;
  border: 1px solid #525d69;
  color: #999 !important;
  font-size: 14px;
  padding-left: 40px;
}
.foot-form .div  .sp{
  position: absolute;
  left: 3%;
  top: 50%;
  transform: translateY(-50%);
  color: red;
  font-weight: bold;
  font-size: 24px;
}
.foot-form .div2 textarea{
  width: 100%;
  display: block;
  margin-top: 10px;
  height: 90px;
  border-radius: 5px;
  border: 1px solid #525d69;
  font-size: 14px;
  color: #7c8189;
  padding: 30px 40px;
}
.foot-form .div2 {
  margin-top: 10px;
  position: relative;
}
.foot-form .div2 .sp {
  position: absolute;
  left: 3%;
  top: 40%;
  transform: translateY(-50%);
  color: red;
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 1459px){
  .foot-form .div input {
    margin-top: 10px;
    border-radius: 5px;
    line-height: 34px;
    font-size: 13px;
  }
}
