@charset "UTF-8";
@font-face{
  font-family: "bold";
  src: url(../fonts/DIN-Bold.otf);
}
@font-face{
  font-family: "bold_reg";
  src: url(../fonts/DINPro-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: 1680px;
}
/* 内页 */
.wrap{
  width: 1560px;
}
.wrap2 {
  width: 1600px;
}

@media (max-width: 1680px) {
 .container, .index-container, .foot-container,.wrap,.wrap2{
    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: 20px;
    padding-left: 20px;
    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;
  display: none;
}

.app_ss:hover {
  border: 2px solid #999;
}

.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}
.app_ss input:-moz-placeholder{  
     color: #333;   
}  
.app_ss input:-ms-input-placeholder{ 
    color: #333;   
} 
.app_ss input::-webkit-input-placeholder{ 
    color: #333;   
}

.app_ss button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}

.app_ss button img {
  width: 18px;
  height: 18px;
}

.header-app {
  background: rgba(255,255,255,1);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  overflow: hidden;
  /* -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); */
  transition: all .5s;
}
.header-app.header-app3{
  background: rgba(255,255,255,0);
}

.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;
  width: 150px;
  height: 60px;
  vertical-align: middle;
  padding: 10px 15px;
  position: relative;
}
.header-app .logo img{
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* transition: all .5s; */
}
.header-app.header-app3 .ig2{
  opacity: 0;
}

.header-app.open-menu .ig2{
  opacity: 1;
}
.header-app.open-menu .ig1{
  opacity: 0;
}

.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;
}
.header-app.header-app3 .navbar-togger .icon_bar{
  background-color: #fff;
}
.header-app.open-menu .navbar-togger .icon_bar{
  background-color: #333;
}

.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;
  background: rgb(244,244,244);
}
.nav-menu::-webkit-scrollbar {
  width: 0px;
  background-color: #fff;
}

.nav-menu::-webkit-scrollbar-thumb {
  background-color:#fff;
}

.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;
}



.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;
  border-bottom: 1px solid rgba(195,195,195,0);
}
.nav-list li.open .cate-item{
  border-bottom: 1px solid rgba(195,195,195,1);
}
.nav-list{
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(195,195,195,1);
}
.cate-item a {
  font-size: 18px;
  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: #006dfa;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #006dfa;
}

.category-tig {
  width: 14px;
  height: 14px;
  background-image: url(../images/img192.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.nav-list li.open .category-tig{
  background-image: url(../images/img193.png);
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
}



.category-cont a {
  font-size: 15px;
  line-height: 40px;
  display: block;
  color: #666666;
  padding-left: 15px;
  position: relative;
}
.category-pad a::before{
  content: '';
  width: 8px;
  height: 2px;
  background: #666666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.category-pad a.on {
  color: #006dfa;
}
.category-pad a.on::before{
  background: #006dfa;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
  display: none;
}

.lan-box-app a {
  font-size: 14px;
  color: #3333;
  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: #006dfa;
}

.lan-box-app a:last-child:after {
  display: none;
}


/* app_navwz */
.app_navwz{
  width: 100%;
  padding-top: 20px;
}
.app_navwz .p1{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.app_navwz .p1::before{
  content: '';
  width: 100%;
  height: 8px;
  background: #7ecbff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.app_navwz .p2{
  font-size: 18px;
  color: #333333;
  margin-top: 14px;
}
.app_navwz .p2 a{
  font-size: 20px;
  color: #046dff;
  font-family: "bold";
}
.app_navwz .a{
  font-size: 18px;
  color: #333333;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid rgb(51, 51, 51);
  margin-top: 38px;
}
.app_navwz .a i{
  width: 16px;
  height: 14px;
  background-image: url(../images/img62.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 12px;
  transition: all .5s;
  animation: jtdh2 1.5s linear infinite .3s;
}

















/* pc导航 */
.content{
  min-height: 500px;
}

.header {
  z-index: 998;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 90px;
  padding-top: 20px;
  transition: all .5s;
}
.lg {
  height: 80px;
  border-bottom: 1px solid #96bbe9;
  padding-top: 16px;
  background-color: #fff;
}
.gwmz {
  font-size: 18px;
  line-height: 48px;
  color: #0c0c0f;
  margin-left: 54px;
  float: left;
  position: relative;
}
.gwmz::before {
  content: '';
  width: 1px;
  height: 24px;
  background: #94baea;
  position: absolute;
  top: 13px;
  left: -26px;
  transition: all .8s;
}
.header2 {
  top: -0px;
}
.header3{
  background: #fafafa;
  height: 70px;
  padding-top: 0;
}

.header .logo{
  float: left;
  transition: all .5s;
  width: 175px;
  padding-top: 0px;
}
.header3 .logo{
  width: 160px;
  padding: 6px 0;
}
.header .logo .div{
  width: 100%;
  height: 58px;
  position: relative;
}
.header .logo3 .div{
  width: 85%;
  height: 50px;
  position: relative;
}
.header .logo .div .ig{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transition: all .5s;
  transform: translateY(-50%);
}
.header .logo .div .ig2{
  opacity: 0;
}
.header4 .logo .div .ig2,
.header3 .logo .div .ig2{
  opacity: 1;
}

.header .logo img {
  width: 100%;
  transition: all .5s;
}
.header .navbar {
  float: left;
}
.header .navbar .category-item{
  float: left;
  padding-top: 0;
  margin-right: 44px;
}
/* .header .navbar .category-item:last-child{
  margin-right: 0;
} */
.header .navbar .category-item .category-a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  transition: all .3s;
  line-height: 70px;
}
.header4 .navbar .category-item .category-a,
.header3 .navbar .category-item .category-a{
  color: #666;
  line-height: 70px;
}
.header .navbar .category-item.active .category-a,
.header .navbar .category-item:hover .category-a{
  color: #006dfa;
}
.header .navbar_div{
  float: right;
}

/* nav_rig */
.nav_rig{
  float: right;
  padding-top: 15px;
}
.nav_rig a{
  display: block;
}
.nav_rig .nav_dh{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  float: left;
  background: #fff;
  position: relative;
  z-index: 1;
}
.nav_rig img{
  width: 100%;
}
.header3 .nav_rig .nav_dh{
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.nav_rig .nav_dh p{
  width: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  padding-right: 40px;
  font-size: 16px;
  color: #333;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all .5s;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.nav_rig .nav_dh:hover p{
  width: 185px;  padding-left: 15px;
}
.nav_rig button{
  font-size: 16px;
  color: #ffffff;
  width: 148px;
  height: 40px;
  border-radius: 40px;
  background: #006dfa;
  float: left;
  margin-left: 16px;
  transition: all .5s;
  position: relative;
}
.header3 .nav_rig button:hover p{
  color: #666;
}
.nav_rig button:hover{
  background: rgba(0,0,0,0);
}
.svg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.svg rect{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  transform: translate(1px, 1px);
  fill: none;
  stroke: #006dfa;
  stroke-width: 1;
  stroke-dasharray: 0, 100;
  stroke-dashoffset: 100;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 0.7, 0, 1);
  -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
}
.svg_fj:hover .svg rect{
  stroke-width: 2;
  stroke-dasharray: 100, 0;
   stroke-dashoffset: 0;
}

/*===============下拉==============*/
.navbar .category-item .two{
  width: 100%;
  /* opacity: 0; */
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: rgb(239,239,239);
}
.navbar .category-item:hover>.two{
  /* opacity: 1; */
  max-height: 400px;
  z-index: 1;
}


/* 业务下拉 */
.navbar .category-item .dorp_con {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 120px;
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  left: 59%;
  transform: translateX(-50%);
}
.navbar .category-item .dorp_con span {
  font-size: 13px;
  color: #999;
  display: inline-block;
  border-bottom: 1px solid #ececec;
  width: 100%;
  text-align: center;
  padding: 14px;
  transition: all .75s ease-out;
}
.navbar .category-item .dorp_con p:last-child span {
  border-bottom: none;
}
.navbar .category-item {
  position: relative;
}
.navbar .category-item:hover .dorp_con{
  display: block;
}
.navbar .category-item .dorp_con span a {
  color:#999;
  transition: all .75s;
}
.navbar .category-item:hover .dorp_con p:hover span a{
  color: #fff;
}
.navbar .category-item:hover .dorp_con p:hover span {
  background-color: #006dfa;
}







/*底部*/
.foot {
  width: 100%;
  background: rgb(248,248,248);
}
.foot .top{
  width: 100%;
  border-bottom: 1px solid rgb(226,226,227);
}
.foot .top .rq{
  width: 100%;
  padding-top: 80px;
  padding-bottom: 120px;
}
.foot .top .rq .lef{
  width: 63%;
  float: left;
}
.foot .top .rq .lef .div{
  width: 25%;
  float: left;
}
.foot .top .rq .lef .div p{
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  display: block;
}
.foot .top .rq .lef .div p a{
  color: #666666;
}
.foot .top .rq .lef .div p:first-child{
  font-size: 22px;
  color: #333;
  margin-bottom: 26px;
}
.foot .top .rq .lef .div p:first-child a{
  color: #333;
}
.foot .top .rq .rig{
  width: 37%;
  float: left;
  padding-left: 142px;
  padding-right: 126px;
}
.foot .top .rq .rig .p1{
  font-size: 22px;
  color: #1e2127;
  line-height: 30px;
  margin-bottom: 32px;
}
.foot .top .rq .rig .p2{
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.foot .top .rq .rig a{
  display: block;
  font-size: 16px;
  color: #ffffff;
  width: 120px;
  height: 35px;
  line-height: 35px;
  background: rgb(30,33,39);
  text-align: center;
  margin-top: 36px;
  position: relative;
  transition: all .5s;
}
.foot .top .rq .rig a:hover{
  background: #006dfa;
}
.foot .top .rq .rig a i{
  width: 17px;
  height: 16px;
  background-image: url(../images/img3.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -2px;
}
.foot .top .rq1{
  width: 100%;
  padding-bottom: 35px;
  padding-left: 72px;
  position: relative;
}
.foot .top .rq1 span{
  font-size: 18px;
  color: #1e2127;
  position: absolute;
  left: 0;
  top: 0;
}
.foot .top .rq1 a{
  font-size: 16px;
  color: #999999;
  display: inline-block;
  line-height: 24px;
  margin-left: 30px;
}
.foot .top .rq1 a:hover{
  color: #666;
}
.newfoot {
  background: #222222;
}
.w1400 {
  width: 1680px;
  margin: auto;
}
.footer_top {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
  padding-bottom: 34px;
}
.footer_top_box {
  width: 20%;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-left: 0;
  margin-right: 100px;
}
.footer_top_box:last-child {
  margin-right: 0px;
}
.footer_top_box span {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 66px;
  position: relative;
}
.footer_top_box p {
  line-height: 25px;
}
.ftb_together {
  display: flex;
}
.footer_top_box ul li {
  line-height: 25px;
}
.ftb_together ul:first-child {
  margin-right: 14%;
}
.footer_top_box span:after {
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px solid #464646;
  bottom: -33px;
  left: 0;
}
.ftb_box {
  margin-bottom: 22px;
}
.ftb_box a {
  display: flex;
}
.ftb_box_left img {
  min-width: 120px;
  min-height: 69px;
  max-width: 120px;
  max-height: 69px;
  overflow: hidden;
}
.ftb_box_right {
  margin-left: 15px;
}
.ftb_box_right p:first-child {
  color: #fff;
  font-size: 16px;
}
.ftb_box_right p:nth-child(2) {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.foot .bot{
  width: 100%;
  padding-top: 26px;
  padding-bottom: 36px;
}
.foot .bot .lef{
  float: left;
}
.foot .bot .lef a{
  width: 27px;
  float: left;
  margin-right: 26px;
  position: relative;
}
.foot .bot .lef a:last-child{
  margin-right: 0;
}
.foot .bot .lef a .ig{
  width: 100%;
  opacity: 0.2;
  transition: all .5s;
}
.foot .bot .lef a:hover .ig{
  opacity: 1;
}
.foot .bot .lef a .div{
  width: 80px;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  z-index: -1;
  transition: all .5s;
}
.foot .bot .lef a:hover .div{
  opacity: 1;
  top: -90px;
  z-index: 0;
}
.foot .bot .lef a .div img{
  width: 100%;
}
.foot .bot .rig{
  float: right;
  font-size: 16px;
  color: #999999;
}
.foot .bot .rig a{
  color: #999999;
  margin-left: 15px;
  display: inline-block;
}
.foot .bot .rig a:hover{
  color: #666666;
}

@media (max-width: 1680px) {

}
@media only screen and (max-width: 1600px){
.footer_top_box span {
    font-size: 17px;
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
}
}
@media (max-width: 1459px) {
  .navbar .category-item .dorp_con {
    min-width: 110px;
    font-size: 12px;
  }
  .navbar .category-item .dorp_con span {
    font-size: 12px;
    padding: 12px;
}
  .header {
    height: 70px;
    padding-top: 10px;
}
.header3 {
  height: 60px;
  padding-top: 0;
}
.header .logo {
  width: 140px;
}
.header3 .logo {
  padding: 7px 0;
}
.header .logo .div {
  height: 46px;
}
.header .navbar .category-item .category-a {
  font-size: 15px;
  line-height: 60px;
}
.header3 .navbar .category-item .category-a {
  line-height: 60px;
}
.header .navbar .category-item {
  margin-right: 32px;
}
.nav_rig .nav_dh{
  width: 34px;
  height: 34px;
}
.nav_rig .nav_dh p{
  height: 34px;
  line-height: 34px;
  border-radius: 34px;
  padding-right: 34px;
  font-size: 14px;
}
.nav_rig .nav_dh:hover p {
  width: 162px;
}
.nav_rig button {
  font-size: 14px;
  width: 112px;
  height: 34px;
  border-radius: 34px;
  margin-left: 12px;
}
.nav_rig {
  padding-top: 12px;
}
.header3 .nav_rig {
  padding-top: 12px;
}
.gwmz {
  font-size: 17px;
}
.gwmz::before {
  top: 15px;
  left: -34px;
  height: 22px;
}
.header .logo3 .div  {
  height: 50px;
}
.foot .top .rq {
  padding-top: 60px;
  padding-bottom: 80px;
}
.foot .top .rq .lef .div p {
  font-size: 14px;
  line-height: 32px;
}
.foot .top .rq .lef .div p:first-child {
  font-size: 18px;
  margin-bottom: 14px;
}
.foot .top .rq .rig .p1 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}
.foot .top .rq .rig .p2 {
  font-size: 16px;
  line-height: 26px;
}
.foot .top .rq .rig {
  padding-left: 110px;
  padding-right: 0px;
}
.foot .top .rq .rig a {
  font-size: 14px;
  width: 100px;
  height: 32px;
  line-height: 32px;
  margin-top: 30px;
}
.foot .top .rq .rig a i {
  width: 15px;
  height: 14px;
  margin-right: 6px;
  margin-bottom: -2px;
}
.foot .top .rq1 a {
  font-size: 14px;
  line-height: 24px;
  margin-left: 22px;
}
.foot .top .rq1 span {
  font-size: 16px;
}
.foot .top .rq1 {
  padding-bottom: 25px;
  padding-left: 72px;
}
.foot .bot {
  padding-top: 20px;
  padding-bottom: 26px;
}
.foot .bot .rig {
  font-size: 14px;
}
.foot .bot .lef a {
  width: 22px;
  margin-right: 26px;
}
 
}
@media only screen and (max-width: 1440px){
  .footer_top_box {
    margin-right: 0px;
}
  .w1400 {
    width: 1150px;
    margin: 0 auto;
  }
  }
  @media only screen and (max-width: 1259px){
    .w1400 {
      width: 970px;
      margin: 0 auto;
  }
  .ftb_together ul:first-child {
    margin-right: 1%;
}
.ftb_box_right p:first-child {
  color: #fff;
  font-size: 14px;
}
  }

@media (max-width: 1259px) {
  .header .navbar .category-item {
    margin-right: 16px;
}
.nav_rig button {
  font-size: 12px;
  width: 90px;
  margin-left: 6px;
}
.header .navbar .category-item .category-a {
  font-size: 14px;
}
.foot .top .rq {
  padding-top: 50px;
  padding-bottom: 40px;
}

}
@media (max-width: 991px) {
  .newfoot {
    display: none;
  }
  .header{
    display: none;
  }
 .header-app{
   display: block;
 }
 .content {
  margin-top: 60px;
}
.content2{
  margin-top: 0;
}
.header-app .logo img{
  width: 120px;
  height: 40px;
}
.foot .top .rq .lef{
  width: 100%;
}
.foot .top .rq .rig{
  width: 100%;
  padding-left: 0;
  padding-top: 30px;
}

}
@media (max-width: 768px) {
  .foot .bot .lef{
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .foot .bot .lef a{
    float: none;
    display: inline-block;
  }
  .foot .bot .rig{
    width: 100%;
    text-align: center;
  }
  .foot .bot {
    padding-bottom: 90px;
}


}
@media (max-width: 500px) {
  .foot .top .rq .lef .div{
    width: 50%;
    height: 130px;
  }
  .foot .top .rq {
    padding-top: 28px;
    padding-bottom: 30px;
}
.foot .top .rq .lef .div p:first-child {
  font-size: 18px;
  margin-bottom: 8px;
}
.foot .top .rq .lef .div p {
  font-size: 14px;
  line-height: 26px;
}
  .foot .top .rq .rig {
    padding-top: 0px;
}
.foot .top .rq .rig .p2 {
  font-size: 14px;
}
.foot .top .rq .rig a {
  margin-top: 14px;
}
.foot .top .rq1{
  display: none;
}
.foot .top .rq .rig .p1,
.foot .top .rq .lef .div p:first-child a {
  color: #333;
  font-weight: bold;
}
.foot .bot .lef {
  text-align: left;
}
.foot .bot .rig{
  text-align: left;
}

}