@charset "UTF-8";
/*@font-face {*/
/*  font-family: "Alibaba_reg";*/
/*  src: url(../fonts/Alibaba-PuHuiTi-Regular.otf);*/
/*}*/
/*@font-face {*/
/*  font-family: "Alibaba_bold";*/
/*  src: url(../fonts/Alibaba-PuHuiTi-Bold.otf);*/
/*}*/
/*@font-face {*/
/*  font-family: "Alibaba_lig";*/
/*  src: url(../fonts/Alibaba-PuHuiTi-Light.otf);*/
/*}*/
/*@font-face {*/
/*  font-family: "Alibaba_med";*/
/*  src: url(../fonts/Alibaba-PuHuiTi-Medium.otf);*/
/*}*/
/*@font-face {*/
/*  font-family: "bebas";*/
/*  src: url(../fonts/BEBAS.ttf);*/
/*}*/
/*@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: 1680px;
}
/*  首页内容区 */
.container {
  width: 1680px;
}
/* 头部 */
.index-container {
  width: 1770px;
}
/* 内页 */
.wrap{
  width: 1680px;
}
.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;
  }
}

@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-头部*/

.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: #fff;
}
.app_ss input:-moz-placeholder{  
     color: #fff;   
}  
.app_ss input:-ms-input-placeholder{ 
    color: #fff;   
} 
.app_ss input::-webkit-input-placeholder{ 
    color: #fff;   
}

.app_ss button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}

.app_ss button img {
  width: 18px;
  height: 18px;
}

.header-app {
  background: 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: rgb(39,54,74);
  -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: 14px 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: #f6ab00;
  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 #fff;
  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: #fff;
}

.nav-list li.active .cate-item a, .nav-list li.open .cate-item a {
  color: #f6ab00;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #f6ab00;
}

.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: #fff;
  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: #f6ab00;
}

.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 #fff;
  display: block;
  color: #fff;
}

.category-pad a.on {
  color: #f6ab00;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
}

.lan-box-app a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.lan-box-app a:hover, .lan-box-app a.on {
  color: #f6ab00;
}

.lan-box-app a:last-child:after {
  display: none;
}


























/* pc导航 */
.content{
  min-height: 500px;
  /* margin-top: 150px; */
  /* margin-top: 110px; */
  margin-top: 90px;
}
.content2{
  /* margin-top: 100px; */
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  /* height: 150px; */
  /* height: 110px; */
  height: 90px;
  background: rgb(39,54,74);
  transition: all .5s;
}

.header2 {
  /* top: -150px; */
  top: -110px;
}

.header .logo{
  /* width: 213px; */
  float: left;
  /* padding: 44px 0; */
  transition: all .5s;
  width: 160px;
  /* padding: 31px 0; */
  padding: 21px 0;
}
.header .logo img {
  width: 100%;
  transition: all .5s;
}
.header .navbar {
  float: left;
  /* position: relative; */
}
.header .navbar .category-item{
  float: left;
  /* position: relative; */
  /* padding-top: 30px; */
  /* padding-top: 20px; */
  padding-top: 0;
  margin-right: 50px;
}
.header .navbar .category-item:last-child{
  margin-right: 0;
}
.header .navbar .category-item .category-a{
  display: block;
  font-size: 20px;
  color: #ffffff;
  position: relative;
  transition: all .3s;
  /* line-height: 120px; */
  line-height: 90px;
}
.header .navbar .category-item.active .category-a,
.header .navbar .category-item:hover .category-a{
  color: #f6ab00;
}
.header .navbar_div{
  float: right;
  position: relative;
}



/* 尾部 */
.header .wb{
  float: left;
  margin-left: 110px;
  /* padding-top: 80px; */
  /* padding-top: 54px; */
  padding-top: 35px;
}
.header .wb .div1{
  width: 100px;
  height: 25px;
  float: left;
  border-radius: 25px;
  line-height: 25px;
  background: rgb(54,76,96);
  position: relative;
}
.header .wb .div1::before{
  content: '';
  width: 10px;
  height: 8px;
  background-image: url(../images/img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.header .wb .div1 a{
  font-size: 16px;
  color: #f6ab00;
  text-transform: uppercase;
}
.header .wb .div1 .a1{
  display: block;
  text-align: center;
}
.header .wb .div1 .a2{
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -5;
}
.header .wb .div1:hover .a2{
  top: 120%;
  opacity: 1;
  z-index: 0;
}

.header .wb .div2{
  float: left;
  margin-left: 50px;
  width: 30px;
}
.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 #fff;
  transition: all .5s;
  transition-duration: .5s;
}

.sousuo input {
  width: 420px;
  height: 60px;
  border: none;
  float: left;
  font-size: 16px;
  color: #fff;
  opacity: 0.8;
}

.sousuo button {
  width: 80px;
  height: 60px;
  border: none;
  float: right;
  background: none;
  font-size: 18px;
  color: #fff;
  opacity: 0.8;
}

/* 改变搜索框默认字体颜色 */

.sousuo input:-moz-placeholder {
  color: #fff;
  opacity: 0.8;
}

.sousuo input:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}

.sousuo input::-webkit-input-placeholder {
  color: #fff;
  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: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  /* top: 150px; */
  /* top: 110px; */
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;

  padding-right: 80px;
}
.navbar .category-item:hover>.two{
  opacity: 1;
  max-height: 600px;
  z-index: 1;
}
.navbar .category-item .two .rq{
  background: rgb(54,72,96);
  width: 100%;
  height: 100%;
}
.navbar .category-item .two .rq1{
  width: 21%;
  float: left;
}
.navbar .category-item .two .rq1 a{
  font-size: 18px;
  color: #ffffff;
  display: block;
  line-height: 60px;
  padding-left: 40px;
  position: relative;
}

.navbar .category-item .two .rq1 a::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../images/img8.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  opacity: 0;
  transition: all .5s;
}
.navbar .category-item .two .rq1 a.on::before{
  right: 40px;
  opacity: 1;
}
.navbar .category-item .two .rq1 a.on{
  background: #f6ab00;
}

.navbar .category-item .two .rq2{
  width: 79%;
  float: left;
}
.navbar .category-item .two .rq2_2{
  width: 100%;
  display: none;
}
.navbar .category-item .two .rq2_2.on1{
  display: block;
}
.navbar .category-item .two .rq3{
  width: 39.7%;
  height: 100%;
  border-left: 1px solid rgb(61,78,102);
  border-right: 1px solid rgb(61,78,102);
  float: left;
}

.navbar .category-item .two .rq3 .div1{
  width: 50%;
  height: 212px;
  float: left;
  padding-top: 40px;
}
.navbar .category-item .two .rq3 .div1 img{
  display: block;
  margin: 0 auto;
  width: 140px; 
  transition: all .5s;
}
.navbar .category-item .two .rq3 .div1.on3 img{
  transform: scale(1.05);
}
.navbar .category-item .two .rq3 .div1 p{
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  transition: all .5s;
}
.navbar .category-item .two .rq3 .div1.on3 p{
  color: #f6ab00;
}
.navbar .category-item .two .rq4{
  width: 60.3%;
  float: left;
}
.navbar .category-item .two .rq5{
  width: 100%;
  display: none;
}
.navbar .category-item .two .rq5.on4{
  display: block;
}
.navbar .category-item .two .rq4 .top{
  width: 100%;
  height: 310px;
  border-bottom: 1px solid rgb(61,78,102);
}
.navbar .category-item .two .rq4 .top .lef{
  width: 47%;
  height: 100%;
  float: left;
  position: relative;
}
.navbar .category-item .two .rq4 .top .lef img{
  max-width: 70%;
  max-height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.navbar .category-item .two .rq4 .top:hover .lef img{
  transform: translate(-50%,-50%) scale(1.05);
}
.navbar .category-item .two .rq4 .top .rig{
  width: 53%;
  float: left;
  padding-top: 58px;
  padding-right: 40px;
}
.navbar .category-item .two .rq4 .top .rig .p1{
  font-size: 30px;
  color: #fff;
  margin-bottom: 16px;
}
.navbar .category-item .two .rq4 .top .rig .p2{
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}
.navbar .category-item .two .rq4 .top .rig .p3{
  font-size: 14px;
  color: #f6ab00;
  margin-top: 34px;
}
.navbar .category-item .two .rq4 .bot{
  width: 100%;
  height: 108px;
  position: relative;
}
.navbar .category-item .two .rq4 .bot a{
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.navbar .category-item .two .rq4 .bot a:hover{
  color: #f6ab00;
}


/* 解决方案、关于我们、客户服务下沉导航 */
.navbar_xc{
  width: 100%;
  max-height: 0;
  height: auto;
  overflow: hidden;
  position: absolute;
  top: 90px;
  left: 0;
  background: rgb(54,72,96);
  transition: all .5s;
}
.navbar_xc.on1{
  max-height: 200px;
}
.navbar_xc .rq{
  width: 100%;
  height: auto;
  padding: 20px 0;
  text-align: center;
  display: none;
}
.navbar_xc .rq.on{
  display: block;
}
.navbar_xc .rq .div{
  display: inline-block;
  text-align: center;
  padding: 0 30px;
  border-right: 1px solid #fff;
}
.navbar_xc .rq .div:first-child{
  border-left: 1px solid #fff;
}
.navbar_xc .rq .div a{
  display: block;
  font-size: 16px;
  color: #fff;
}
.navbar_xc .rq .div a:hover{
  color: #f6ab00;
}
.navbar_xc .rq .div i{
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 6px;
}
.navbar_xc .rq .div i img{
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.navbar_xc .rq .div i .ig2{
  opacity: 0;
}
.navbar_xc .rq .div a:hover i .ig2{
  opacity: 1;
}



/*底部*/
.foot {
  width: 100%;
  background: rgb(39, 54, 74);
}
.foot_top{
  width: 100%;
}
.foot_top .rq{
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgb(50,64,83);
}
.foot_top .rq .lef{
  width: 67%;
  padding-top: 68px;
  padding-bottom: 56px;
  border-right: 1px solid rgb(50,64,83);
}
.foot_top .rq .lef .div{
  width: 25%;
  float: left;
}
.foot_top .rq .lef .div a{
  font-size: 16px;
  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: 24px;
  opacity: 1;
  margin-bottom: 26px;
}
.foot_top .rq .rig{
  width: 33%;
  padding-top: 68px;
  padding-left: 90px;
}
.foot_top .rq .rig .p1{
  font-size: 20px;
  color: #ffffff;
}
.foot_top .rq .rig .p2{
  font-size: 48px;
  color: #ffffff;
  /*font-family: "arial";*/
  margin-top: 12px;
  padding-bottom: 14px;
}
.foot_top .rq .rig .p3{
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
}
.foot_top .rq .rig .div{
  width: 100%;
  margin-top: 22px;
}
.foot_top .rq .rig .div a{
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #364860;
  opacity: 0.5;
  position: relative;
  margin-right: 10px;
}
.foot_top .rq .rig .div a:hover{
  opacity: 1;
}
.foot_top .rq .rig .div a img{
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.foot_top .rq .rig .div a .div1{
  width: 140px;
  height: 0px;
  background: #fff;
  position: absolute;
  top: -145px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  overflow: hidden;
  transition: all .5s;
}
.foot_top .rq .rig .div a:hover .div1{

  height: 140px;
  z-index: 1;
  opacity: 1;
  padding: 10px;
}
.foot_top .rq .rig .div a .div1 img{
  width: 100%;
}
.foot_bot{
  padding: 32px 0;
}
.foot_bot p span,
.foot_bot p a{
  font-size: 14px;
  color: #ffffff;
}
.foot_bot p span,
.foot_bot p a{
  opacity: 0.5;
}
.foot_bot p a:hover{
  opacity: 1;
}

@media (max-width: 1680px) {
  .header .navbar .category-item {
    margin-right: 20px;
}
.header .wb {
  margin-left: 30px;
}


}

@media (max-width: 1459px) {
  /* .content {
    margin-top: 110px;
}
  .header {
    height: 110px;
} */
.header .logo {
  width: 160px;
  /* padding: 31px 0; */
} 
.header .navbar .category-item .category-a {
  font-size: 16px;
  line-height: 90px;
}
.header .navbar .category-item {
  margin-right: 14px;
  /* padding-top: 20px; */
}
.header .wb {
  /* padding-top: 54px; */
}
.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: 104px;
}
.navbar .category-item .two .rq3 .div1 p {
  font-size: 13px;
}
.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: 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;
}
.foot_bot {
  padding: 24px 0;
}
.foot_top .rq .rig .div a:hover .div1{
  height: 60px;
}
.foot_top .rq .rig .div a .div1{
  width: 60px;
  top: 40px;
}

}

@media (max-width: 1259px) {
  
  .header .navbar .category-item .category-a {
    font-size: 14px;
}
.header .wb .div1 {
  width: 60px;
}
.navbar .category-item .two .rq1 a {
  font-size: 14px;
  line-height: 40px;
  padding-left: 10px;
}

}

@media (max-width: 991px) {
  .header{
    display: none;
  }
 .header-app{
   display: block;
 }
 .foot_top{
   display: none;
 }
 .content {
  margin-top: 60px;
}
.header-app .logo img{
  width: 120px;height: 32px;
}
.foot_bot {
  padding-bottom: 70px;
}

}

@media (max-width: 768px) {

}

@media (max-width: 414px) {
  .foot_bot p span{
    display: block;
  }
}


/* 友情链接 */
.foot-container .foot_p{
  margin: 10px 0;
  color: rgba(255, 255, 255, .5);
}

.foot-container .foot_p.links{
  max-height: 44px;
  line-height: 22px;
  overflow-y: scroll;
}
.foot-container .foot_p.links::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 1px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 0px;
}
.foot-container .foot_p.links::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 0px;
    background: rgba(255, 255, 255, .5);
}