html{
  font-size: 100px;
}

/* @media (max-width:1680px) {
	html{font-size: 87.5px;}
}

@media (max-width:1459px) {
	html{font-size: 75.9895px;}
}

@media (max-width:1366px) {
	html{font-size: 71.15px;}
}

@media (max-width:1259px) {
	html{font-size: 65.57px;}
}

@media (max-width:1024px) {
	html{font-size: 53.33px;}
}

@media (max-width:991px) {
	html{font-size: 51.61px;}
} */

@media (min-width:769px) {
  .pc-block{
    display: block;
  }
  .wap-block{
    display: none;
  }
}

@media (max-width:768px) {
  .pc-block{
    display: none;
  }
  .wap-block{
    display: block;
  }
}


@media (max-width:500px) {
	html{font-size: 100px;}
	.tel{display: none;}
	.navbar-search img{width: .4rem;height: .4rem !important;}
	
	.header{display: none;}
	.header-app{display: block !important;}

}


.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}

.lef{
	float: left;
}

.rig{
	float: right;
}

.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: 16.8rem;
}
/*  首页内容区 */
.container {
  width: 14rem;
}
/* 头部 */
.index-container {
  /* width: 16.8rem; */
  width: 100%;
}
/* 内页 */
/* .wrap{
  width: 15.6rem;
}
.wrap2 {
  width: 83.333vw;
} */

/* @media (max-width: 1680px) {
 .container, .index-container, .foot-container,.wrap,.wrap2{
    width: 14rem;
  }
}

@media (max-width: 1460px) {
  .wrap2, .index-container, .wrap, .container, .foot-container {
    width: 11.5rem;
  }
}

@media (max-width: 1260px) {
  .wrap2, .index-container, .wrap, .container, .foot-container {
    width: 9.7rem;
  }
}

@media (max-width: 992px) {
  .wrap2, .wrap, .container, .foot-container {
    width: 7.5rem;
  }
}

@media (max-width: 768px) {
  .wrap2, .container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    margin: 0 auto;
    width: 100%;
  }
} */

/* 搜索 */
.lbotal {
  position: absolute;
  /* right: 18%; */
  right: 21%;
  top: 50%;
  transform: translateY(-50%);
  height: .5rem;
  width: 9rem;
  border: 1px solid #ddd;
  border-radius: .25rem;
  background: #fff;
  display: none;
}
@media (max-width:1680px) {
  .lbotal{
    right: 23%;
  }
}
@media (max-width:1290px) {
  .lbotal{
    right: 24%;
  }
}


.lbotal .c2 {
  float: left;
  width: .6rem;
  height: .48rem;
  border: none;
  cursor: pointer;
  background: url('../images/img1.png') no-repeat center center;
  background-size:.2rem;
  opacity: 0;
  transform: translateX(.5rem);
  transition: all 0.5s ease;
}
.lbotal.on .c2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.lbotal .c1 {
  float: left;
  width: 7.2rem;
  border: none;
  height: 0.48rem;
  padding: 0 .1rem;
  font-size: .16rem;
  opacity: 0;
  transform: translateX(80%);
  transition: all 0.5s ease;
}
.lbotal.on .c1 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.8s ease;
}
.lbotal > .bgcl {
  float: left;
  height: .48rem;
  width: .58rem;
  position: absolute;
  right: .1rem;
  z-index: 2;
  background: url('../images/img15.png') no-repeat center center;
  background-size: .18rem;
}

@media (max-width:991px) {
	.lbotal{right: 18%;}
}


/*app-头部*/

.app_ss {
  width: 90%;
  height: 0.48rem;
  border-radius: 0.48rem;
  border: 0.01rem solid #999;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 0.25rem;
  /* display: none; */
  margin-top: .3rem;
}

.app_ss:hover {
  border: 0.01rem solid #999;
}

.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 0.14rem;
  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: 0.18rem;
  height: 0.18rem;
}

.header-app {
  background: rgba(255,255,255,1);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.6rem;
  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: 0.03rem 0 0.07rem 0 rgba(0, 0, 0, .1);
  box-shadow: 0.03rem 0 0.07rem 0 rgba(0, 0, 0, .1);
  height: 0.6rem;
  text-align: center;
  display: flex;
      align-items: center;
      justify-content: space-between;
}

.header-app .logo {
  float: left;
  /* width: 1.5rem; */
  /* height: 0.3886rem; */
  vertical-align: middle;
  /* padding: 0.1rem 0.15rem; */
  position: relative;
  flex: 1;
}
.header-app .logo img{
  /* height: auto;
  width: auto;
  position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%,-50%); */
  /* transition: all .5s; */
  height: .45rem;
  margin: 0 .1rem;
}
.header-app.header-app3 .ig2{
  opacity: 0;
}

.header-app.open-menu .ig2{
  opacity: 1;
}
.header-app.open-menu .ig1{
  opacity: 0;
}

@media (max-width:768px){
  .happ-logoname{
    font-size: .14rem;
  }
}

@media (min-width:500px) and (max-width:768px){
  .header{display: none !important;}
  .header-app{display: block;}
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 0.22rem 0.15rem;
  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: 0.24rem;
  height: 0.02rem;
  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: 0.05rem 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, 0.07rem) rotate(45deg);
  -ms-transform: translate(0, 0.07rem) rotate(45deg);
  transform: translate(0, 0.07rem) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -0.07rem) rotate(-45deg);
  -ms-transform: translate(0, -0.07rem) rotate(-45deg);
  transform: translate(0, -0.07rem) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 0.6rem;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 0.2rem 0.15rem;
  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: #fff;
}
.nav-menu::-webkit-scrollbar {
  width: 0rem;
  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(-0.44rem);
  -ms-transform: translateY(-0.44rem);
  transform: translateY(-0.44rem);
  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(-0.4rem);
  -ms-transform: translateY(-0.4rem);
  transform: translateY(-0.4rem);
  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(-0.36rem);
  -ms-transform: translateY(-0.36rem);
  transform: translateY(-0.36rem);
  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(-0.32rem);
  -ms-transform: translateY(-0.32rem);
  transform: translateY(-0.32rem);
  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(-0.28rem);
  -ms-transform: translateY(-0.28rem);
  transform: translateY(-0.28rem);
  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(-0.24rem);
  -ms-transform: translateY(-0.24rem);
  transform: translateY(-0.24rem);
  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(-0.2rem);
  -ms-transform: translateY(-0.2rem);
  transform: translateY(-0.2rem);
  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(-0.16rem);
  -ms-transform: translateY(-0.16rem);
  transform: translateY(-0.16rem);
  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: 0.01rem solid rgba(195,195,195,0);
}
.nav-list li.open .cate-item{
  border-bottom: 0.01rem solid rgba(195,195,195,1);
}
.nav-list{
  /* padding-bottom: 0.3rem; */
  padding-bottom: 0.2rem;
  border-bottom: 0.01rem solid rgba(195,195,195,1);
}
.cate-item a {
  /* font-size: 0.18rem; */
  font-size: .16rem;
  line-height: 0.44rem;
  margin-right: 0.6rem;
  display: block;
  color: #333;
}

.nav-list li.active .cate-item a, .nav-list li.open .cate-item a {
  color: #4877aa;
}

.nav-list li:nth-of-type(6) .cate-item,.nav-list li:nth-of-type(8) .cate-item{
  border-bottom: 0;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #4877aa;
}

.category-tig {
  width: 0.14rem;
  height: 0.14rem;
  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: 0.15rem;
  line-height: 0.4rem;
  display: block;
  color: #666666;
  padding-left: 0.15rem;
  position: relative;
}
.category-pad a::before{
  content: '';
  width: 0.08rem;
  height: 0.02rem;
  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: 0.2rem 0;
  text-align: center;
  display: none;
}

.lan-box-app a {
  font-size: 0.14rem;
  color: #3333;
  display: inline-block;
  padding: 0 0.1rem;
  position: relative;
}

.lan-box-app a:after {
  content: '';
  width: 0.01rem;
  height: 0.1rem;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.05rem;
}

.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: 0.2rem;
}
.app_navwz .p1{
  font-size: 0.2rem;
  color: #333333;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
.app_navwz .p1::before{
  content: '';
  width: 100%;
  height: 0.08rem;
  background: #7ecbff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.app_navwz .p2{
  font-size: 0.18rem;
  color: #333333;
  margin-top: 0.14rem;
}
.app_navwz .p2 a{
  font-size: 0.2rem;
  color: #046dff;
  font-family: "bold";
}
.app_navwz .a{
  font-size: 0.18rem;
  color: #333333;
  padding-bottom: 0.1rem;
  display: inline-block;
  border-bottom: 0.01rem solid rgb(51, 51, 51);
  margin-top: 0.38rem;
}
.app_navwz .a i{
  width: 0.16rem;
  height: 0.14rem;
  background-image: url(../images/img62.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 0.12rem;
  transition: all .5s;
  animation: jtdh2 1.5s linear infinite .3s;
}

/* pc导航 */
.content{
  min-height: 5rem;
}

.header {
  z-index: 999999;
  position: fixed;
  top: 0rem;
  width: 100%;
  /* height: 0.9rem; */
  /* padding-top: 0.2rem; */
  transition: all .5s;
}

.header2 {
  top: -0rem;
}
.header3{
  background: #fafafa;
  height: 0.7rem;
  padding-top: 0;
}

.logo-box{margin-left: 2.35%;}

.header .logo{
  float: left;
  transition: all .5s;
  /* width: 1.75rem; */
  /* width: 20.4vw; */
  padding-top: 0rem;
  /* margin-right: 0.25rem; */
  display: flex;
  align-items: center;
}

.header .logo .div1{
	margin-right: .3rem;
}

.header3 .logo{
  width: 1.6rem;
  padding: 0.06rem 0;
}
.header .logo .div{
  width: auto;
  height: auto;
  position: relative;
}
.header .logo .div .ig{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .5s;
}
.header .logo .div .ig2{
  opacity: 0;
}
.header4 .logo .div .ig2,
.header3 .logo .div .ig2{
  opacity: 1;
}

.header .logo img {
  width: 100%;
  transition: all .5s;
  height: 100%;
  vertical-align: middle;
}
.header .navbar {
  float: left;
  height: 100%;
}
.header .navbar .category-item{
  float: left;
  padding-top: 0;
  margin-right: 2.083vw;
  /* line-height: 1.1rem; */
  height: 100%;
  position: relative;
}
/* .header .navbar .category-item:last-child{
  margin-right: 0;
} */
.header .navbar .category-item .category-a{
  display: block;
  font-size: 0.2rem;
  color: #110e1b;
  position: relative;
  transition: all .3s;
  /* line-height: 1.1rem; */
}

@media (max-width:1680px){
  .header .navbar .category-item .category-a{
    font-size: .24rem;
  }
}

@media (max-width:1024px){
  .header .navbar .category-item .category-a{
    font-size: .22rem;
  }
}

.header4 .navbar .category-item .category-a,
.header3 .navbar .category-item .category-a{
  color: #666;
  /* line-height: 1.1rem; */
  height: 100%;
}
.header .navbar .category-item.active .category-a,
.header .navbar .category-item:hover .category-a{
  color: #4877aa;
  position: relative;
  transition: all .3s;
}

.header .navbar .category-item .category-a::before {
    content: '';
    width: 0%;
    height: 0.04rem;
    border-radius: 0.04rem;
    background: #4877aa;
    position: absolute;
    left: 50%;
    bottom: -2vw;
    transform: translateX(-50%);
    transition: all .5s;
}

@media (max-width:1024px) {
	.header .navbar .category-item .category-a::before{
		bottom: -2.3vw;		
	}
}

@media (max-width:768px) {
	.header .navbar .category-item .category-a::before{
		bottom: -1.8vw;		
	}
}

.header .navbar .category-item.active .category-a::before, .header .navbar .category-item:hover .category-a::before {
    width: 100%;
}

.header .navbar_div{
  float: left;
}

/* nav_rig */
.nav_lef{
  float: left;
}
.nav_rig{
  float: right;
}
.nav_rig a{
  display: block;
}
.nav_rig .nav_dh{
  width: 0.4rem;
  height: 0.4rem;
  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 0.1rem rgba(0, 0, 0, .1);
}
.nav_rig .nav_dh p{
  width: 0;
  height: 0.4rem;
  line-height: 0.4rem;
  border-radius: 0.4rem;
  padding-right: 0.4rem;
  font-size: 0.16rem;
  color: #333;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all .5s;
  overflow: hidden;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
}
.nav_rig .nav_dh:hover p{
  width: 1.85rem;  padding-left: 0.15rem;
}
.nav_rig button{
  font-size: 0.16rem;
  color: #ffffff;
  width: 1.48rem;
  height: 0.4rem;
  border-radius: 0.4rem;
  background: #006dfa;
  float: left;
  margin-left: 0.16rem;
  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% - 0.02rem);
  height: calc(100% - 0.02rem);
  transform: translate(0.01rem, 0.01rem);
  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: auto;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 0.63rem;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
  background-color: rgba(255,255,255,0.9);
  transition: all .5s;
}

.navbar .category-item .two ul{
  padding: .1rem;
}

.navbar .category-item .two ul li{
  min-width: 2rem;
  padding:0 .15rem;
  line-height: .5rem;
  text-align: center;
}

.navbar .category-item .two ul li:hover a{
  color: #4877aa;
}

.navbar .category-item .two ul li a{
  font-size: .16rem;
}

@media (max-width:1680px){
  .navbar .category-item .two ul li a{
    font-size: .2rem;
  }

}

.navbar .category-item:hover>.two{
  opacity: 1;
  max-height: 4rem;
  z-index: 1;
}




/* 头部电话和搜索 */
.navbar-weibu .navbar-search{
	width: 1.302vw;
	height: 100%;
	margin-left: .1rem;
	padding-right: 4vw;
}

.navbar-weibu .navbar-search img{
	/* width: 100%;
	height: 100%; */
	width: .25rem;
	height: .25rem;
	vertical-align: middle;
}

@media (max-width:768px) {
	.navbar-search img{width: .4rem!important;height: .4rem !important;}
}

.navbar-weibu{
	/* line-height: 1.1rem; */
}

.navbar-weibu .tel{
	/* padding: 1.98vw 0.3rem; */
  padding: 1.928vw 0.3rem;
	background: #4877aa;
}

@media (max-width:768px) {
	.navbar-weibu .tel{display: none;}
}

.navbar-weibu .tel span{color: #fff;font-size: 0.2rem;}
@media (max-width:1680px){
  .navbar-weibu .tel span{
    font-size: .22rem;
  }
}


/* 底部 */
footer{
	background: #232323;
}

.ft-t{
	font-size: 0.2rem;
	/* margin-bottom: 0.45rem; */
  margin-bottom: 0.32rem;
	color: #fff;
	position: relative;
}

.ft-t::before{
	content: '';
	width: .06rem;
	height: .2rem;
	background: #fff;
	position: absolute;
	top: 50%;
	/* left: -0.54rem; */
  left: -63%;
	transform: translate(-50%,-50%);
}

@media (max-width:1680px) {
	.ft-t::before{
		left: -0.5rem;
	}
}

.ft-lef{
	background: #232323;
}

.ft-rig{
	background: #1e1e1e;
}

.ft-a a{
	color: #838383;
	font-size: .16rem;
	/* margin-bottom: .2rem; */
  margin-bottom: .15rem;
}

.ft-a a:hover{
	color: #fff;
}

@media (max-width:1680px) {
  .ft-a a{
    font-size: .18rem;
  }
}

.ft-1{
	width: 8.335vw;
	border-top: .1rem solid #328cee;
	display: flex;
	flex-direction: column;
}

.ft-1 .ft-1-1{flex: 1;}

.ft-1 .ft-1-2{
	padding: 0.56rem 0;
    font-size: .16rem;
    color: #838383;
    /* border-top: 1px solid #393939; */
    border-top: 0;
}


@media (max-width:1280px) {
	.ft-1 .ft-1-2{
		padding: 0.57rem 0;
	}
}

@media (max-width:1024px) {
	.ft-1 .ft-1-2{
		padding: 0.6rem 0;
	}
}

@media (max-width:991px) {
	.ft-1 .ft-1-2{
		padding: 0.61rem 0;
	}
}

.ft-nav{
	/* padding-left: 8.335vw; */
	border-top: .1rem solid #328cee;
}

.ft-bq{
	/* padding: .45rem 0; */
  padding: .38rem 0;
	font-size: .16rem;
	color: #838383;
	border-top: 1px solid #393939;
  position: relative;
}
.ft-bq::before{
  content: '';
  position: absolute;
  height: 1px;
  width: 200%;
  background: #393939;
  top: -1px;
  left: -200%;
}

.ft-li{
	border-left: 1px solid #393939;
	padding-top: .8rem;
	padding-bottom: .55rem;
	padding-left: 2.604vw;
}


.ft-pb2 p:nth-of-type(2){
	width: 20.66vw;
}

.ft-p1,.ft-pb2 p{
	/* font-size: .18rem; */
  font-size: 16px;
	color: #a9a9a9;
	text-align: right;
}
@media (max-width:1440px) {
  .ft-p1,.ft-pb2 p{
    font-size: 14px;
  }
}

.hhtips{
  margin-top: 6.094vw;

}
.hhtips a{
  color: rgba(255,255,255,.3) !important;
}

.ft-p2{
	font-size: .36rem;
	color: #fff;
	/* margin-right: 1.83vw; */
	/* margin-top: .2rem; */
  margin-top: .05rem;
	/* margin-bottom: .35rem; */
  margin-bottom: 0;
}

.ft-pb1{
	border-bottom:1px solid #393939;
}

.ft-pbox{
	padding-right: 8.335vw;
	border-top: .1rem solid #6f6f6f;
}

.ft-pb2{
	display: flex;
	    /* justify-content: space-around; */
      justify-content: flex-start;
	    align-items: flex-end;
	    flex-direction: column;
}

.ft-pb2 .p2{line-height: 30px;}

.ft-pb2 a{color: #a9a9a9;font-size: .16rem;}
.ft-pb2 a:hover{color: #fff;font-size: .16rem;}
.banquan{display: none;}

/* pc端头部-修改 */
@media (min-width:768px) {
	.header{display: flex;align-items: center;height: 1rem;}
	.header .logo img{
    /* height: .8rem; */
    height: .65rem;
  }
}
