@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: "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;
}


.content{
  min-height: 500px;
  /* overflow: hidden; */
}
.content2{
  margin-top: 95px;
}


.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;
color: #fff;
}

.ss3{
  width: 90%;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
}
.ss2:hover{
  border: 2px solid #6eb92c;
}
.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: 16px 10px;
}

.header-app .logo img {
  width: 122px;
  height: 28px;
}

.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 {
  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:#c99f44;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #c99f44;
}

.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: #c99f44;
}

.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: #c99f44;
}

.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: #c99f44;
}

.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-cont .category-pad .rq.on2 .rq1 a{
  border-bottom: 1px solid rgba(133, 131, 131, 0.5);
}
.category-cont .category-pad .rq:last-child .rq1 a{
  border-bottom: none !important;
}
.category-cont .category-pad .rq:last-child.on2 .rq1 a{
  border-bottom: 1px solid rgba(133, 131, 131, 0.5)!important;
}
.category-cont .rq.on2 .rq1 a{
  color:#c99f44;
}
.category-cont .rq.on2 .rq2{
  display: block;
}
.category-cont .rq.on2 .rq2 a.on3{
  color: #c99f44;
}
.category-cont .rq.on2 .rq1 .zt::before{
  background: #c99f44;
}







/* header */
.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 95px;
  transition: .5s all;
}

.header-bottom{
  height: 100%;
}
.header2 {
  top: -208px !important;
}
.header:hover, .header3{ background: #fff; box-shadow: 0 0 15px rgba(0,0,0,0.05); }
.header .header-bottom .index-container {
    display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between;
}
.header .header-bottom .index-container::after { display: none; }
.header_lef .logo { width: 100%; height: 100%; position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.header_lef .logo .ig{ width: 180px; }
.logop{ font-size: 18px; color: #fff; margin-left: 30px; }
.header:hover .logop,
.header3 .logop{
  color: #363334;
}
.header_lef .logo img{
  width: 100%;
  vertical-align: bottom;
}
.header_lef .logo .div1{
  display: inline-block;
 padding-left: 15px;
  position: relative;
}
.header_lef .logo .div1::before{
  content: '';
  width: 1px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 4%;
  background-color: #bcbcbc;
  transform: translateY(-50%);
}


.header_lef .logo .div1 p{
  font-size: 21px;
  color: #FFF;
}
.header_center{
float: right;

}
.header_center .navbar{
  float: left;
} 
.header_center .cont{
  float: left;
  margin-top: 28px;
  position: relative;
  margin-left: clamp(1.875rem, -3.75rem + 7.03vw, 4.688rem);
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50px;
  width: 160px;
  height: 40px;
  transition: .5s all;
}
.header:hover .header_center .cont,
.header3 .header_center .cont{
  border: 1px solid rgba(191, 191, 191);
}
.header_center .cont .cotinput{
  width: 80%;
  line-height: 40px;
  padding-left: 20px;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  z-index: -1;
  font-size: 14px;
}
.header:hover .header_center .cont .cotinput,
.header3 .header_center .cont .cotinput{
  color: #363334;
  opacity: 0.5;
}
.header_center .cont .cotinput.on2{
  z-index: 1;
}
.header_center .cont.on{
  width: 180px;
}



  .category-item {
    float: left;
    padding: 0 25px;
    /* position: relative; */
}
.category-item:last-child{
  padding-right: 0;
}
.category-a{
  font-size: 16px;
  line-height: 95px;
  padding: 0 0;
    display: block;
    position: relative;
  color: #FFF;
}
.header:hover .category-a,
.header3 .category-a{
  color: #333333;
}
.category-item:hover a,
.category-item.active .category-a{
  color: #fff
}
.header:hover .category-item:hover a,
.header:hover .category-item.active .category-a,
.header3 .category-item:hover a,
.header3 .category-item.active .category-a{
  color: #c99f44;
}

.category-a::after{
  content: '';
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.header:hover .category-a::after,
.header3 .category-a::after{
  background: #c99f44;
}

.category-item.active .category-a::after,
 .category-item:hover .category-a::after {
  width: 100%;
  opacity: 1;
}



.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, .ss2 input:-moz-placeholder {
  color: #333;
  opacity: 0.8;
}

.sousuo input:-ms-input-placeholder, .ss2 input:-ms-input-placeholder {
  color: #333;
  opacity: 0.8;
}

.sousuo input::-webkit-input-placeholder, .ss2 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;
}
.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);
}
.header-in{
  transition-duration: .5s;
}






/* 下沉导航 */
.navbar .two{
  width: 100%;
  position: absolute;
  left: 0;
  top: 95px;
  max-height: 0;
  height: auto;
  overflow: hidden;
  transition: all .5s;
  background: rgb(248,248,248);
}
.navbar .category-item:hover .two{
  max-height: 600px;
}

.navbar .two .rq{
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.navbar .two .rq::before{
  content: '';
  width: 37.6%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgb(241,241,241);
}
.navbar .two .rq .div1{
  width: 40.7%;
  padding-right: 17%;
  float: left;
}
.header .navbar .two .rq a{
  font-size: 20px;
  color: #666666;
  line-height: 44px;
  display: block;

  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.header .navbar .two .rq a:hover{
  color: #c99f44;
}
.navbar .two .rq a i{
  display: inline-block;
  width: 10px;
  height: 9px;
  background-image: url(../images/img132.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0px;
  opacity: 0;
  transition: all .5s;
}
.navbar .two .rq a:hover i{
  margin-left: 6px;
  opacity: 1;
}
.navbar .two .rq a:first-child{
  font-size: 26px;
  color: #333333;
  border-bottom: 2px solid rgb(228,228,228);
  padding-bottom: 24px;
  margin-bottom: 20px;
}
.navbar .two .rq .div2{
  width: 29.65%;
  float: left;
  padding-right: 6%;
}


.navbar .two2{
  background: rgb(246,246,246);
}
.navbar .category-item:hover .two2{
  max-height: 100px;
}
.navbar .two2 .rq1{
  text-align: right;
}
.header .navbar .two2 .rq1 a{
  font-size: 16px;
  color: #666666;
  line-height: 46px;
  margin-right: 40px;
  display: inline-block;
}
.navbar .two2 .rq1 a:last-child{
  margin-right: 0;
}
.header .navbar .two2 .rq1 a:hover,
.header .navbar .two2 .rq1 a.on{
  color: #c99f44;
}









.footer-zong{
  width: 100%;
  background-color: #2c2a2b;
  position: relative;
}
.footer-zong::before{
  content: '';
    width: 100%;
    height: 12px;
    background: url(../images/f1.png)no-repeat;
    position: absolute;
    left: 0;
    top: 0%;
}
.footer-zong .foot-top{
  padding-top: 95px;
  padding-bottom: 178px;
}
.footer-zong .foot-top .lef{
  float: left;
}
.footer-zong .foot-top .lef .ig{
  width: 220px;
}
.footer-zong .foot-top .lef .ig img{
  width: 100%;
}
.footer-zong .foot-top .lef .pcon{
  margin-top: 48px;
}
.footer-zong .foot-top .lef .pcon .p1{
  font-size: 18px;
  color: #c99f44;
  padding-left: 20px;
  position: relative;
}
.footer-zong .foot-top .lef .pcon .p2{
  font-size: 30px;
  color: #fff;
  font-family: 'din';
  margin-top: 13px;
}
.footer-zong .foot-top .lef .pcon .p1::before{
  content: '';
  width: 20px;
  height: 22px;
  background: url(../images/f2.png)no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-zong .foot-top .rig{
  float: right;
}
.footer-zong .foot-top .rig .div1{
 float: left;
 margin-right: 140px;
}
.footer-zong .foot-top .rig .div2{
  float: left;
  margin-right: 55px;
}
.footer-zong .foot-top .rig .div1 .p1{
  color: #fff;
  font-size: 24px;
}
.footer-zong .foot-top .rig .div1 .bot{
  margin-top: 30px;
  line-height: 38px;

}
.footer-zong .foot-top .rig .div2 .bot{
  float: left;
  margin-right: 65px;
}
.footer-zong .foot-top .rig .div1 .bot .p2{
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
}
.footer-zong .foot-top .rig .div2 .bot .a{
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 25px;
}
.footer-zong .foot-top .rig .div2 .bot .a:nth-child(1){
  margin-top: 0;
}
.footer-zong .foot-top .rig .div3{
  float: left;
}
.footer-zong .foot-top .rig .div3 .erwei{
  width: 135px;
  float: left;
  margin-right: 32px;
}
.footer-zong .foot-top .rig .div3 .erwei:last-child{
  margin-right: 0;
}
.footer-zong .foot-top .rig .div3 .erwei img{
  width: 100%;
}
.footer-zong .foot-top .rig .div3 .erwei .p1{
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  color: rgba(255, 255, 255, .5);
}
.footer-zong .foot-bottom{
  line-height: 120px;
  color:rgba(255, 255, 255, .2);
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, .2);
  text-align: center;
}
.footer-zong .foot-bottom a{
  color:rgba(255, 255, 255, .2);
  font-size: 16px;
}
.language {
  position: relative;
  width: 97px;
  float: left;
}
.language.hide{
  display: none;
}
.language-text {
  text-align: center;
  display: block;
  line-height: 38px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
  padding-left: 10px;
}
.header:hover .language-text,
.header3 .language-text{
  color: rgba(54,51,52,.5);
}
.language-list {
  width: 80%;
  text-align: center;
  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-text::before{
  content: '';
  width: 15px;
  height: 15px;
  background: url(../images/h100.png)no-repeat;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.header:hover .language-text::before,
.header3 .language-text::before{
  background: url(../images/h99.png)no-repeat;
}
.language-list a {
  display: block;
  width: 100%;
  padding: 8px 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  color: rgba(255, 255, 255, .5);
  border-top: 1px solid rgba(255, 255, 255, .5);
}
.language-list a:nth-child(1){
  margin-top: 0;
}
.language-list.show{
  opacity: 1;
  visibility: visible !important;
}
.sss{
  width: 15px;
  height: 15px;
  cursor: pointer;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
  background-image: url(../images/h101.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.header:hover .sss,
.header3 .sss{
  background-image: url(../images/h102.png);
}
.language::after{
  content: '';
    width: 1px;
    height: 16px;
    position: absolute;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .5);
}
.header:hover .language::after,
.header3 .language::after{
  background-color: rgba(191, 191, 191);
}

@media (max-width: 1680px){
    .category-item {
      padding: 0 18px;
  }
}
@media (max-width: 1459px){
    
    .header_center .cont {
          margin-top: 15px;
          /*margin-left: 42px;*/
    }
    .category-item {
      padding: 0 13px;
    }
    .header_lef .logo {
      /*padding-top: 20px;*/
    }
    .header {
     height: 72px;
    }
    .content2{
      margin-top: 72px;
    }
    .logop {
      width: 7em;
      font-size: 16px;
      margin-left: 20px;
      /*transform: translateY(5px);*/
  }
    .header_lef .logo .ig {
      width: 136px;
    }
    .category-a {
      font-size: 15px;
      line-height: 72px;
    }
    .navbar .two {
      top: 72px;
  }
  .navbar .two .rq {
    padding-top: 40px;
    padding-bottom: 40px;
}
.navbar .two .rq a:first-child {
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.navbar .two .rq a {
  font-size: 16px;
  line-height: 36px;
}
.navbar .two2 .rq1 a {
  font-size: 14px;
}
    .footer-zong .foot-top {
      padding-top: 85px;
      padding-bottom: 100px;
  }
  .footer-zong .foot-bottom a {
    font-size: 14px;
}
  .footer-zong .foot-bottom {
    line-height: 65px;
    font-size: 14px;
  }
    .footer-zong .foot-top .rig .div2 {
      margin-right: 30px;
  }
    .footer-zong .foot-top .rig .div1 {
      margin-right: 50px;
  }
    .footer-zong .foot-top .rig .div1 .bot {
      margin-top: 10px;
  }
  .footer-zong .foot-top .rig .div1 .bot .p2 {
    font-size: 14px;
}
    .footer-zong .foot-top .rig .div2 .bot .a {
      font-size: 16px;
      margin-top: 15px;
  }
  .footer-zong .foot-top .rig .div3 .erwei {
    width: 105px;
  }
  .footer-zong .foot-top .lef .ig {
    width: 165px;
}
.footer-zong .foot-top .lef .pcon .p2 {
  font-size: 24px;
}
.footer-zong .foot-top .lef .pcon {
  margin-top: 25px;
}
.footer-zong .foot-top .rig .div1 .p1 {
  font-size: 18px;
}
}
@media (max-width: 1259px){
  .category-a {
    font-size: 14px;
}
    .header_center .cont {
      margin-left: 23px;
      width: 140px;
      height: 33px;
      margin-top: 20px;
  }
  .header_center .cont.on {
    width: 150px;
}
.navbar .two .rq a:first-child {
  font-size: 18px;
  padding-bottom: 8px;
  margin-bottom: 7px;
}
.navbar .two .rq a {
  font-size: 14px;
  line-height: 30px;
}
  .language-text {
    line-height: 31px;
    font-size: 12px;
}
.sss {
  width: 15px;
  padding-top: 8px;
  margin-right: 14px;
}
  .logop {
    font-size: 14px;
    margin-left: 12px;
}
.category-item {
  padding: 0 8px;
}
    .footer-zong .foot-top .rig .div2 .bot {
      margin-right: 10px;
  }
  .footer-zong .foot-top .rig .div1 {
    margin-right: 15px;
}
}
@media(max-width:991px){
    .footer-zong .foot-top{
      display: none;
    }
    .header{
      display: none;
    }
    .header-app{
      display: block;
    }
    .content{
      margin-top: 60px;
    }
}
@media (max-width: 768px){
  .footer-zong .foot-bottom {
    line-height: 30px;
    padding-bottom: 70px;
    padding-top: 15px;
}
.footer-zong::before{
  height: 8px;
  background: #c99f44;
}
  
}
@media (max-width: 500px){

  
}