@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: "akz";
  src: url(../fonts/AKZIDENZGROTESK-LIGHT.OTF);
}

.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: 1400px;
  }
  /*  首页内容区 */
  .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 #3893ec;
}
.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: 10px 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: #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:#4097ed;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #4097ed;
}

.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: #4097ed;
}

.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: #4097ed;
}

.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: #4097ed;
}

.lan-box-app a:last-child:after {
  display: none;
}

/* header */
.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 100px;
  background: #fff;
  transition: all .5s;
}
.header2 {
  top: -208px !important;
}
.header-in{
  transition-duration: .5s;
}
.header-in .logo {
  float: left;
  padding: 23px 0;
  position: relative;
}
.header-in .logo .ig {
  width: 195px;
  position: relative;
}
.header-in  .logo .ig::before {
  width: 1px;
  height: 100%;
  content: '';
  background: #beddf9;
  position: absolute;
  top: 0;
  right: -30px;
}
.header-in .logo .wz  img {
  margin-bottom: -5px;
  margin-right: 10px;
}
.header-in .logo .wz {
  width: 250px;
  font-size: 24px;
  color: #000000;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 60px;
  font-family: 'dinr';
}
.navbar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav_con {
   float: right; 
}
.navbar {
  float: left;
  margin-right: 62px;
}
.category-item {
  float: left;
  padding: 0 25px;
  /* position: relative; */
}
.category-a {
  padding: 0 0;
  display: block;
  font-size: 18px;
  line-height: 100px;
  color: #666666;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
}

.category-a::after {
  content: '';
  width: 0;
  height: 2px;
  background: #3893ec;
  position: absolute;
  bottom: 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;
}
.category-item.active .category-a::after, .category-item:hover .category-a::after {
  width: 100%;
}

.category-item.active .category-a {
  color: #3893ec;
}
.category-item:hover .category-a {
  color: #3893ec;;
}
.navbar .category-item:hover>.two {
  opacity: 1;
  max-height: 1000px;
}
.navbar .category-item:hover>.two3 {
  opacity: 1;
  max-height: 1000px;
}
.navbar .category-item>.two3 {
  width: 100%;
  text-align: center;
  line-height: 45px;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #f5f5f5;
  overflow: hidden;
  background-color: #ffffff;
}
.navbar .category-item:hover>.two3 .item {
  width: 13.6%;
  float: left;
  margin-right: 3%;
}
.navbar .category-item:hover>.two3 .item a {
  display: block;
  position: relative;
  font-size: 16px;
  color: #999999;
  display: block;
  transition: all .5s;
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  text-align: left;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.navbar .category-item:hover>.two3 .item p {
  font-size: 20px;
  color: #333;
  text-align: left;
  font-weight: bold;
}
.navbar .category-item:hover>.two3 .item a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: .5s all;
}
.navbar .category-item:hover>.two3 .container {
  padding: 30px 0;
  padding-bottom: 50px;
}

.category-item .two{
  width: 140%;
  text-align: center;
  line-height: 45px;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #f5f5f5;
  overflow: hidden;
  background-color: #ffffff;
}
.navbar .two .rq {
  float: left;
}
.category-item .two a{
  display: block;
  font-size: 13px;
}
.navbar .two .list-left{
  width: 60%;
  padding-top: 60px;
  float: left;
}
.category-item2{
  position: static;
}
.navbar .two  a:hover{
  color: #3893ec !important;
}
.navbar .two .rqq{
  padding-right: 88px;
  position: relative;
}
.navbar .two .list-left .rqq::after{
  content: '';
  width: 2px;
  height: 180px;
  background-color: #e8e8e8;
  display: inline-block;
  position: absolute;
  top: 10px;
  right:0;
}
.navbar .two .rqq2{
  display: none;
  padding-left: 250px;
}
.navbar .two .rqq2 .rq{
  margin-left: 52px;
}
.navbar .two .rqq a{
  font-size: 20px !important;
  color: #333333;
  line-height: 41px !important;
}
.navbar .two .list-left .rqq a.active{
  color: #3893ec !important;
}
.navbar .two .list-left .rqq a{
 color: #333333;
}
.navbar .two .rq a {
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  display: block;
  transition: all .5s;
}
.navbar .two .list-rig{
  display: none;
  width: 40%;
  padding: 31px 0;
  float: right;
}
.navbar .two .list-rig .div{
  width: 73%;
  float: right;
  border: 1px solid #ececec;
}
.navbar .two .list-rig .div img{
  display: block;
  margin: 0 auto;
  
  padding: 30px 0px;
}

.navbar .two.two2 .container{
  padding-top: 35px;
  padding-bottom: 40px;
}
.navbar .two2 .div{
  width: 100%;
}
.navbar .two2 .div a{
  width: 15%;
  float: left;
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 12px;
  margin-right: 2%;
  text-align: left;
  border-bottom: 1px solid #d1d0d1;
  position: relative;
  margin-bottom: 15px;
}
.navbar .two2 .div a:nth-child(6n){
  margin-right: 0;
}
.navbar .two2 .div a::before{
  content: '';
  width: 30px;
  height: 1px;
  background: #3893ec;
  position: absolute;
  left: 0;
  bottom: -1px;
}



/* 搜索 */

.ss {
  padding: 40.5px 0;
  float: left;
  cursor: pointer;
}

.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);
}
#sel{
  color: #333333;
  font-size:16px;
  margin: 38.5px 0;
  margin-left: 68px;
  font-family: 'Times New Roman';
  float: left;
}
.category-img{
  float: left;
  padding:27.5px 18px;

}
/* footer */
.footer-zong a{
  transition: .5s all;
}
.footer-zong a:hover{
  color: #fff ;
}
.footer-zong{
  width: 100%;
  background-color: #222222;
  border-top: 6px solid #3791ed;
}
.foot-lef{
  width: 68%;
  float: left;
  border-right: 1px solid rgba(57, 57, 57, 1);
}
.foot-lef-top{
  width: 100%;
  padding: 97px 0;
}
.foot-lef .foot-tree{
  margin-left: 99px;
  float: left;
}
.foot-lef .foot-tree:nth-child(1){
  margin-left: 0;
}
.foot-lef div .foot-li-hea{
  font-size:18px;
  color: #ffffff;
}
.foot-bd{
  margin-top: 40px;
}
.foot-lef div .foot-li-bd{
  font-size:14px;
  margin-top: 17px;
  color: #959595;
}
.foot-rig{
  width: 32%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.foot-rig .foot-tree{
  margin-left: 78px;
}

.foot-rig .foot-tree:nth-child(2){
  width: 78%;
}
.foot-rig .foot-tree .foot-li-bd{
  color: #a9a9a9;
  margin-top: 14px;
  text-align: center;
  font-size:14px;
}

.foot-rig .foot-tree .foot-li-hea2{
  color: #ffffff;
  font-size:18px;
}
.foot-rig .foot-tree .foot-li-bd2{
  color: #a9a9a9;
  width: 100%;
  margin-top: 22px;
  text-align: left;
  font-size:14px;
}
.foot-rig .foot-tree .i1::before{
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  float: left;
  vertical-align: middle;
  background: url('../images/ficon2.png')no-repeat;
  background-size: contain;
}
.foot-rig .foot-tree .i2::before{
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  float: left;
  vertical-align: middle;
  background: url('../images/ficon3.png')no-repeat;
  background-size: contain;
}
.foot-rig .foot-tree .i3::before{
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  float: left;
  vertical-align: middle;
  background: url('../images/ficon1.png')no-repeat;
  background-size: contain;
}
.foot-rig .foot-tree .foot-li-bd2 span{
  display: block;
  margin-left: 40px;
}
.foot-lef-bottom{
  padding-top: 38px;
  padding-bottom: 77px;
  width: 100%;
  border-top:1px solid #393939
}
.foot-bottom1{
  float: left;
  width: 68%;
}
.foot-bottom2{
  float: left;
  width: 32%;
}
.foot-bottom1 p{
  color: #9e9e9e;
 display: inline-block;
  font-size: 14px;
}
.foot-bottom1  a{
  font-size: 14px;
  color: #9e9e9e;
}
.foot-sp{
  color: #7a7a7a;
}
.foot-bottom1 .foot-sp a:nth-child(1){
  margin-left: 17px;
}
.foot-bottom1 .foot-sp a:nth-child(2){
  margin-left: 68px;
}
.foot-bottom2 .p1{
  float: left;
  color: #9e9e9e;
  margin-left: 37px;
  font-size: 14px !important;
}
.foot-link{
  float: right;
}

.foot-bottom2 .social-share .social-share-icon:nth-child(1){
  margin-left: 0;
}
.foot-bottom2 .social-share .social-share-icon {
  border: none;
  transition: .6s all;
  margin-left: 30px;
  line-height: 1;
  color: rgb(129,130,133);
}
.foot-bottom2  .social-share a{
  margin: 0;
  margin-left: 0;
}
.foot-bottom2 .social-share .social-share-icon:hover {
  background: none;
  color: #fff;
}
.foot-bottom2 .social-share .icon-wechat .wechat-qrcode .help p {
 font-size: 12px;
}
/*底部*/


@media (max-width: 1680px) {
/* header */
.header-in .logo .wz {
  font-size: 21px;
}
.navbar {
  margin-right: 30px;
}
.category-item {
  padding: 0 20px;
}
.category-a {
  font-size: 16px;
}
  .foot-lef div .foot-li-hea,.foot-rig .foot-tree .foot-li-hea2{
    font-size: 16px;
  }
  .foot-rig .foot-tree .foot-li-bd2,
  .foot-lef div .foot-li-bd{
    font-size: 13px;
  }
  .foot-bottom2 .p1,.foot-bottom1 p,.foot-bottom1 a{
    font-size: 12px !important;
}
.foot-lef .foot-tree {
  margin-left: 80px;
}
}



@media (max-width: 1459px) {
  .category-item .two a {
    font-size: 14px;
}
  .navbar .two .rqq2 {
    padding-left: 190px;
}
  .navbar .two .rq a {
    font-size: 14px;
    line-height: 26px;
  }
  .navbar .two .rqq2 {
    padding-left: 220px;
}
  .navbar .two .rqq a {
    line-height: 35px !important;
    font-size: 16px !important;
  }
  .foot-lef-bottom {
    padding-bottom: 50px;
}
.navbar .two2 .div a{
  font-size: 14px;
  padding-bottom: 6px;
}
  .category-img{
    display: none;
  }
  .navbar {
    margin-right: 18px;
}
.category-item {
  padding: 0px 15px;
}
#sel {
  margin-left: 22px;
}
.header-in .logo .wz {
  font-size: 18px;
  top: 49%;
  margin-left: 50px;
}
  .foot-lef .foot-tree {
    margin-left: 55px;
}
.foot-rig .foot-tree {
  margin-left: 45px;
}
}
@media (max-width: 1366px) {



}

@media (max-width: 1259px) {

  .navbar .two .rqq a {
    font-size: 16px !important;
}
  .header-in .logo .wz {
    font-size: 16px;
}
#sel {
display: none;
}
  .category-item {
    padding: 0px 10px;
}
  .category-a,#sel{
    font-size: 14px;
}



  .foot-rig .foot-tree:nth-child(2){
    margin-top: 5%;
  }
  .foot-rig .foot-tree .foot-li-hea img{
   display: block;
   margin: 0 auto;
  }
  .foot-rig{
    display: block;
  }
  .foot-rig .foot-tree .foot-li-bd2, .foot-lef div .foot-li-bd {
    font-size: 12px;
}
.foot-lef div .foot-li-hea, .foot-rig .foot-tree .foot-li-hea2 {
  font-size: 14px;
}
.foot-lef .foot-tree {
  margin-left: 40px;
}
.foot-rig .foot-tree {
  margin-left: 18px;
}
.foot-bottom2 .p1 {
  margin-left: 0px;
}
}
@media(max-width:991px){
  .foot-lef-top,.foot-sp span,.foot-link{
    display: none;
  }
  .header{
    display: none;
  }
  .header-app{
    display: block;
  }
  .foot-bottom1 {
    float: none;
    width: 70%;
    margin: 0 auto;
}
.foot-bottom1 a:nth-child(3) {
  margin-left: 20px;
}
.foot-lef-bottom{
  padding: 15px 0;
}
.foot-bottom2{
  float: none;
  margin: 0 auto;
}
}

@media (max-width: 768px){

  .header-app .logo img {
    height: 70%;
    margin: 5%;
}
  .foot-bottom2 .p1{
    float: none;
    text-align: center;
  }
  .foot-sp{
    display: block;
    width: 100%;
  }
  .foot-bottom1,  .foot-bottom2{
      text-align: center;
      width: 100%;
}
}
@media (max-width: 500px){
  .foot-bottom1 .foot-sp a:nth-child(2) {
    margin-left: 10px;
}

}


@media (max-width: 414px) {
 
}

.navbar .two .list-rig {
  width: 20%;
  padding: 0px 0;
  float: left;
}

.navbar .two .list-left {
  width: 78%;
  float: right;
  padding-top: 0;
}
.navbar .two .rq:nth-child(1){
  margin-left: 0;
}
.navbar .two .rq a {
  font-size: 16px;
  color: #999999;
  display: block;
  transition: all .5s;
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  text-align: left;
}
.navbar .two .rq a::before{
  content: '';
  width: 5px;
  height: 5px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: .5s all;
}
.navbar .two .rq a:hover::before{
  background-color: #3893ec;
}
.navbar .two .list-rig img{
  max-width: 70%;
}
.navbar .two .rqq2 {
  padding-left: 0px;
}
.category-item .two{
  width: 100%;

}
.category-item .two .container{
  padding: 30px 0;
  padding-bottom: 50px;
}
.navbar .two .rq .head{
  font-size: 20px;
  color: #333;
  text-align: left;
  font-weight: bold;
}
.navbar .two .rq a{
  color: #666;
}
@media (max-width: 1459px) {
  .navbar .two .rq a {
    font-size: 14px;

  }
  .navbar .two .rq .head {
    font-size: 18px;
  }
  .navbar .category-item:hover>.two3 .item p {
    font-size: 18px;
  }
  .navbar .category-item:hover>.two3 .item a {
    font-size: 14px;
    margin-top: 6px;
    padding-left: 15px;

  }
}