@charset "UTF-8";
@font-face {
  font-family: "din";
  src: url(../fonts/Alibaba-PuHuiTi-Bold.otf);
}
@font-face {
  font-family: "albb";
  src: url(../fonts/Alibaba-PuHuiTi-Regular.otf);
}
@font-face {
  font-family: "albb2";
  src: url(../fonts/Alibaba-PuHuiTi-Bold.otf);
}
@font-face {
  font-family: "gilroy";
  src: url(../fonts/Alibaba-PuHuiTi-Regular.otf);
}

.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}


 /* 底部*/
 .foot-container {
  width: 1567px;
}
/*  首页内容区 */
.container {
  width: 1567px;
}
/* 头部 */
.index-container {
  width: 1840px;
}
.container, .wrap, .index-container, .foot-container, .drop-container {
  margin: 0 auto;
}

@media (max-width: 1800px) {
  .container,  .foot-container {
    width: 1400px;
  }
.index-container{
    width: 1400px;
  }
}
@media (max-width: 1459px) {
  .index-container, .foot-container {
    width: 1200px;
  }
   .wrap, .container{
    width: 1100px;
  }

}
@media (max-width: 1259px) {
  .index-container, .wrap, .container, .foot-container {
    width: 970px;
  }
}
@media (max-width: 991px) {
  .container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap, .container, .foot-container {
    width: 750px;
  }
}
@media (max-width: 768px) {

  .container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 20px;
    padding-left: 20px;
    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: #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: 15px 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: #333;
  opacity: 1;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 0px;
  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;
}

.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;
  padding: 0px 15px;
}

.cate-item a {
  font-size: 16px;
  line-height: 40px;
  margin-right: 60px;
  display: inline-block;
  color: #333;
  font-family: "albb";
}

.nav-list li.active .cate-item a, .nav-list li.open .cate-item a {
  color: #008089;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #008089;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 30px;
  top: 0;
  z-index: 2;
}

.category-tig::before, .category-tig::after {
  content: '';
  background: #333;
  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: #008089;
}

.category-cont {
  display: none;
  padding: 0 15px;
  background: rgb(246,248,253);
  padding-top: 7px;
  padding-bottom: 8px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.nav-list li.open .category-cont {
  display: block;
}

.category-pad {
  padding: 0 0px;

}

.category-cont a {
  font-size: 14px;
  line-height: 35px;
  display: block;
  color: #333;
}

.category-pad a.on {
  color: #008089 !important;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
  display: none;
}

.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: #008089;
}

.lan-box-app a:last-child:after {
  display: none;
}


























/* pc导航 */
.content{
  min-height: 500px;
}
.content2{
  /* margin-top: 100px; */
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 84px;
  background: rgba(255,255,255,.5);
  transition: all .5s;
  border-bottom: 1px solid rgb(225,224,224);
  transition: .5s all;
}

.header2 {
  /* top: -84px; */
  background-color: #fff;
}

.header .logo{
  width: 145px;
  float: left;
  padding: 15px 0;
  transition: all .5s;
  margin-left: 58px;
}
.header .logo img {
  width: 100%;
  transition: all .5s;
}
.header .rig{
  float: right;
  /* position: relative; */
}
.header .navbar {
  float: left;
}
.header .navbar .category-item{
  float: left;
  margin-right: 55px;
  /* position: relative; */
}
.header .navbar .category-item:last-child{
  margin-right: 0;
}
.header .navbar .category-item .category-a{
  display: block;
  font-size: 20px;
  color: #333333;
  line-height: 84px;
  position: relative;
  transition: all .3s;
  font-family: "albb";
}
.header .navbar .category-item .category-a::before{
  content: '';
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background: #008089;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  transition: all .5s;
}
.header .navbar .category-item.active .category-a::before,
.header .navbar .category-item:hover .category-a::before{
  width: 100%;
}
.header .navbar .category-item:hover .category-a{
  color: #008089;
}
.header .navbar .category-item.active .category-a{
  color: #008089;
  font-weight: bold;
}

/*导航 尾部 */
.weibu{
  line-height: 84px;
  float: left;
  margin-left: 65px;
}
.weibu .sousuo{
  width: 20px;
  float: left;
  cursor: pointer;
}
.weibu .sousuo img{
  width: 100%;
  margin-bottom: -3px;
}
.weibu .a{
  font-size: 20px;
  color: #999;
  float: left;
  margin: 0 20px;
}
.weibu .a:hover{
  color: #008089;
}
.weibu .yyqh{
  float: left;
  position: relative;
}
.weibu .yyqh a{
  font-family: "albb";
  font-size: 24px;
  color: #999;
  text-transform: uppercase;
  line-height: 24px;
}
.weibu .yyqh .a1{
  display: block;
  line-height: 86px;
}
.weibu .yyqh .a2{
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.weibu .yyqh a:hover{
  color: #008089;
}
.weibu .yyqh:hover .a2{
  opacity: 1;
  z-index: 1;
  top: 54px;
}

/* 搜索 */
.lbotal {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 900px;
  border: 1px solid #ddd;
  border-radius: 25px;
  background: #fff;
  display: none;
}
.lbotal .c2 {
  float: left;
  width: 60px;
  height: 48px;
  border: none;
  cursor: pointer;
  background: url(../images/img1.png) no-repeat center center;
  background-size:20px;
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.5s ease;
}
.lbotal.on .c2 {
  opacity: 1;
  transform: translateX(0px);
  transition: all 0.5s ease;
}
.lbotal .c1 {
  float: left;
  width: 780px;
  border: none;
  height: 48px;
  padding: 0 10px;
  font-size: 16px;
  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: 48px;
  width: 58px;
  position: relative;
  z-index: 2;
  background: url(../images/img2.png) no-repeat center center;
  background-size: 18px;
}



/*===============产品下拉==============*/
.navbar .category-item .two{
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
  z-index: -1;

}
.navbar .category-item:hover>.two{
  opacity: 1;
  max-height: 1000px;
  z-index: 1;
}
.navbar .category-item .two::before{
  content: '';
  width: 25.3%;
  height: 100%;
  background: rgb(249,249,249);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.navbar .category-item .two .div8,
.navbar .category-item .two .div7,
.navbar .category-item .two .div4,
.navbar .category-item .two .div1{
  padding-top: 46px;
  padding-bottom: 60px;
}
.navbar .category-item .two .div5{
  padding-bottom: 60px;
}
/* div1 */
.navbar .category-item .two .div1{
  width: 25.3%;
  height: 100%;
  float: left;
}
.navbar .category-item .two .div1 a{
  display: block;
  width: 100%;
  line-height: 70px;
  padding-left: 168px;
  font-size: 18px;
  color: #333333;
  background: rgb(249,249,249);
  font-family: "albb";
  position: relative;
  transition: all 0s;
  
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.navbar .category-item .two .div1 a.on{
  background: #008089;
  color: #fff;
}
.navbar .category-item .two .div1 a::before{
  content: '';
  width: 8px;
  height: 13px;
  background-image: url(../images/img17.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  transition: all .5s;
}
.navbar .category-item .two .div1 a.on::before{
  right: 7%;
}
.navbar .category-item .two .div1 a i{
  width: 28px;
  height: 30px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 15px;
}
.navbar .category-item .two .div1 a i img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* transition: all .5s; */
}
.navbar .category-item .two .div1 a i .ig2{
  left: 0;
  opacity: 0;
}
.navbar .category-item .two .div1 a.on i .ig2{
  left: 50%;
  opacity: 1;
}
.navbar .category-item .two .div1 a.on i .ig1{
  left: 100%;
  opacity: 0;
}

/* div2 */
.navbar .category-item .two .div2{
  width: 74.7%;
  height: 100%;
  float: left;
}

/* div3 */
.navbar .category-item .two .div3{
  width: 100%;
  display: none;
}
.navbar .category-item .two .div3.on1{
  display: block;
}

/* div4 */
.navbar .category-item .two .div4{
  width: 21.5%;
  height: 100%;
  float: left;
}
.navbar .category-item .two .div4 a{
  display: block;
  width: 100%;
  line-height: 52px;
  padding-left: 90px;
  font-size: 16px;
  color: #888888;
  position: relative;
  font-family: "albb";

  
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.navbar .category-item .two .div4 a::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(153,153,153);
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  transition: all .5s;
}
.navbar .category-item .two .div4 a.on2{
  color: #008089;
}
.navbar .category-item .two .div4 a.on2::before{
  background: #008089;
}

/* div5 */
.navbar .category-item .two .div5{
  width: 78.5%;
  height: 100%;
  float: left;
}
.navbar .category-item .two .div6{
  width: 100%;
  display: none;
}
.navbar .category-item .two .div6.on3{
  display: block;
}

/* div7 */
.navbar .category-item .two .div7{
  width: 54%;
  height: 100%;
  float: left;
  border-right: 1px solid rgb(249,249,249);
  border-left: 1px solid rgb(249,249,249);
}
.navbar .category-item .two .div7 .rq1{
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 53px;
  background: #fff;
}
.navbar .category-item .two .div7 .rq1:nth-child(2n){
  background: rgb(249,249,249);
}
.navbar .category-item .two .div7 .rq1 .a{
  font-size: 18px;
  color: #333333;
  font-family: "albb";
  padding-left: 12px;
  position: relative;
}
.navbar .category-item .two .div7 .rq1 .a::before{
  content: '';
  width: 3px;
  height: 18px;
  background: #008089;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.navbar .category-item .two .div7 .rq1 .rq2{
  width: 100%;
}
.navbar .category-item .two .div7 .rq1 .rq2 .a_fl{
  display: block;
  width: 50%;
  float: left;
  margin-top: 15px;
  height: 50px;
  line-height: 50px;
  padding-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  font-size: 16px;
  color: #888888;
  font-family: "albb";
}
.navbar .category-item .two .div7 .rq1 .rq2 .a_fl.on4{
  color: #008089;
}
.navbar .category-item .two .div7 .rq1 .rq2 .a_fl div{
  width: 50px;
  height: 50px;
  position: relative;
  float: left;margin-right: 10px;
}
.navbar .category-item .two .div7 .rq1 .rq2 .a_fl div img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.navbar .category-item .two .div7 .rq1 .rq2 .a_fl span{
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  line-height: 21px;
  padding: 0 8px;
  border-radius: 21px;
  background: #008089;
  text-transform: uppercase;
  margin-left: 8px;
}

/* div8 */
.navbar .category-item .two .div8{
  width: 46%;
  height: 100%;
  float: left;
  position: relative;
  padding-bottom: 74px;
}
.navbar .category-item .two .div8 .a{
  width: 100%;
  font-size: 16px;
  color: #666666;
  font-family: "albb";
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navbar .category-item .two .div8 .a:hover{
  color: #008089;
}
.navbar .category-item .two .div8 .a i{
  width: 8px;
  height: 13px;
  background-image: url(../images/img25.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: -2px;
  transition: all .5s;
}
.navbar .category-item .two .div8 .a:hover i{
  background-image: url(../images/img26.png);
}


.navbar .category-item .two .div9{
  width: 100%;
  display: none;
}
.navbar .category-item .two .div9.on5{
  display: block;
}
.navbar .category-item .two .div9 a{
  display: block;
  width: 100%;
  padding-left: 65px;
  padding-right: 80px;
  padding-top: 15px;
}
.navbar .category-item .two .div9 .top{
  width: 100%;
  height: 300px;
  position: relative;
}
.navbar .category-item .two .div9 .top img{
  max-width: 90%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: all .5s;
}
.navbar .category-item .two .div9:hover .top img{
  transform: translate(-50%,-50%) scale(1.05);
}
.navbar .category-item .two .div9 .bot{
  width: 100%;
}
.navbar .category-item .two .div9 .bot .p1{
  font-size: 30px;
  color: #333333;
  text-align: center;
  font-family: "albb";
  padding-top: 16px;
  margin-bottom: 10px;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.navbar .category-item .two .div9 .bot .p2{
  font-size: 16px;
  color: #888888;
  text-align: center;
  font-family: "albb";
  line-height: 26px;
}
.navbar .category-item .two .div9 .bot .p3{
  text-align: center;
  margin-top: 12px;
}
.navbar .category-item .two .div9 .bot .p3 span{
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  line-height: 21px;
  padding: 0 8px;
  border-radius: 21px;
  background: #008089;
}


/* two2 半屏下拉 */
.header .navbar .category-item:nth-child(2),
.header .navbar .category-item:nth-child(4),
.header .navbar .category-item:nth-child(5),
.header .navbar .category-item:nth-child(6),
.header .navbar .category-item:nth-child(7),
.header .navbar .category-item:nth-child(8){
    position: relative;
}
.navbar .category-item .two2{
  width: 560px;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
  z-index: -1;

}
.navbar .category-item:hover>.two2{
  opacity: 1;
  max-height: 800px;
  z-index: 1;
}
.navbar .category-item .two2 .div{
  width: 100%;
  height: 100%;
}
.navbar .category-item .two2 .div1{
  width: 46.5%;
  height: 100%;
  float: left;
  /* border-right: 1px solid rgb(249,249,249); */
  background: rgb(249,249,249);
}
.navbar .category-item .two2 .div1,
.navbar .category-item .two2 .div2{
  padding: 15px 0;
}
.navbar .category-item .two2 .div1 a{
  display: block;
  width: 100%;
  padding: 19px 0;
  padding-left: 40px;
  /* margin-bottom: 38px; */

  
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  transition: all 0s;
}
.navbar .category-item .two2 .div1 a:last-child{
  margin-bottom: 0;
}
.navbar .category-item .two2 .div1 a.on{
  background: #008089;
}
.navbar .category-item .two2 .div1 a span{
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  font-family: "albb";
  display: block;
  float: left;
  position: relative;
}
.navbar .category-item .two2 .div1 a.on span{
  color: #fff;
}
/* .navbar .category-item .two2 .div1 a span::before{
  content: '';
  width: 0%;
  height: 4px;
  border-radius: 4px;
  background: #008089;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: all .5s;
}
.navbar .category-item .two2 .div1 a.on span::before{
  width: 100%;
} */
.navbar .category-item .two2 .div1 a i{
  width: 28px;
  height: 30px;
  display: block;
  float: left;
  position: relative;
  margin-right: 24px;
}
.navbar .category-item .two2 .div1 a i img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* transition: all .5s; */
}
.navbar .category-item .two2 .div1 a i .ig2{
  left: 0;
  opacity: 0;
}
.navbar .category-item .two2 .div1 a.on i .ig2{
  left: 50%;
  opacity: 1;
}
.navbar .category-item .two2 .div1 a.on i .ig1{
  left: 100%;
  opacity: 0;
}

.navbar .category-item .two2 .div2{
  width: 53.5%;
  height: 100%;
  float: left;
}
.navbar .category-item .two2 .div2 .div3{
  width: 100%;
  display: none;
}
.navbar .category-item .two2 .div2 .div3.on1{
  display: block;
}
.navbar .category-item .two2 .div2 a{
  display: block;
  width: 100%;
  margin-bottom: 28px;
  padding-left: 68px;
  position: relative;
  font-size: 16px;
  font-family: "albb";
  color: #888888;

  
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.navbar .category-item .two2 .div2 a:hover{
  color: #008089;
}
.navbar .category-item .two2 .div2 a:last-child{
  margin-bottom: 0;
}
.navbar .category-item .two2 .div2 a::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #888888;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
}
.navbar .category-item .two2 .div2 a:hover::before{
  background: #008089;
}



/* two3 */
.navbar .category-item .two2.two3{
  width: 260px;
  /* padding: 0 60px;
  width: auto; */
}
.navbar .category-item .two2.two3 .div1{
  width: 100%;
}
.navbar .category-item .two2.two3 .div2 a{
  padding-left: 0;
  /* text-align: center; */
}
/* .navbar .category-item .two2.two3 .div2 a i{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #888888;
  transition: all .5s;
  display: inline-block;
  margin-right: 12px;
}
.navbar .category-item .two2.two3 .div2 a:hover i{
  background: #008089;
}
.navbar .category-item .two2.two3 .div2 a::before{
  display: none;
} */


/* .navbar .category-item .two2.two3 .div1 a {
  margin-bottom: 20px;
} */
/* .navbar .category-item .two3{
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 84px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
  z-index: -1;

}
.navbar .category-item:hover>.two3{
  opacity: 1;
  max-height: 800px;
  z-index: 1;
}
.navbar .category-item .two3 a{
  display: block;
  font-size: 14px;
  color: #888888;
  text-align: center;
  font-family: "albb";
  padding: 10px 0;
  border-bottom: 1px solid rgb(249,249,249);
}
.navbar .category-item .two3 a:hover{
  color: #fff;
  background: #008089;
  border-bottom: 1px solid #008089;
} */

/*底部*/

.foot {
  width: 100%;
  padding-top: 45px;
  padding-bottom: 60px;
  background: rgb(50,50,50);
}
.foot_bot{
  width: 100%;
}
.foot_bot .lef{
  width: 79%;
  float: left;
}
.foot_bot .lef .top{
  width: 100%;
  padding-bottom: 55px;
}
.foot_bot .lef .top .div{
  width: 16.6666%;
  float: left;
}
.foot_bot .lef .top .div a{
  font-size: 12px;
  color: #999999;
  font-family: "albb";
  display: block;
  line-height: 28px;
}
.foot_bot .lef .top .div a:hover{
  color: #fff;
}
.foot_bot .lef .top .div a:first-child{
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 5px;
}
.foot_bot .lef .top .div p{
  font-size: 24px;
  color: #ffffff;
  font-family: "din";
}
.foot_bot .lef .top .div .div1{
  width: 100%;
  margin-top: 18px;
}
.foot_bot .lef .top .div .div1 .a{
  width: 22px;
  height: 18px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 0;
}
.foot_bot .lef .top .div .div1 .a1{
  background-image: url(../images/img36.png);
}
.foot_bot .lef .top .div .div1 .a1:hover{
  background-image: url(../images/img35.png);
}
.foot_bot .lef .top .div .div1 .a img{
  width: 67px;
  position: absolute;
  top: 200%;
  left: 0;
  opacity: 0;
  transition: all .5s;
}
.foot_bot .lef .top .div .div1 .a:hover img{
  top: 134%;
  opacity: 1;
}
.foot_bot .lef .top .div .div1 .a2{
  background-image: url(../images/img37.png);
}
.foot_bot .lef .top .div .div1 .a2:hover{
  background-image: url(../images/img38.png);
}
.foot_bot .lef .top .div .div1 .a3{
  background-image: url(../images/img39.png);
}
.foot_bot .lef .top .div .div1 .a3:hover{
  background-image: url(../images/img40.png);
}

.foot_bot .lef .top .div .div2{
  width: 100%;
}
.foot_bot .lef .top .div .div2 div{
  width: 66px;
  float: left;
  margin-right: 15px;
}
.foot_bot .lef .top .div .div2 div:last-child{
  margin-right: 0;
}
.foot_bot .lef .top .div .div2 div img{
  width: 100%;
  vertical-align: middle;
}

.foot_bot .lef .bot{
  width: 100%;
}
.foot_bot .lef .bot .div{
  width: 100%;
}
.foot_bot .lef .bot .div span,
.foot_bot .lef .bot .div a{
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  font-family: "albb";
}
.foot_bot .lef .bot .div a{
  margin: 0 2px;
}
.foot_bot .lef .bot .div a:hover{
  opacity: 1;
}

.foot_bot .rig{
  width: 21%;
  float: left;
}
.foot_bot .rig .a{
  font-size: 14px;
  color: #fff;
  font-family: "albb";
  display: block;
  line-height: 28px;
}
.foot_bot .rig .a1{
  display: block;
  font-size: 12px;
  color: #999999;
  font-family: "albb";
  line-height: 24px;
  border-bottom: 1px solid #999999;
  padding: 10px 0;
}
.foot_bot .rig .a1:hover{
  color: #fff;
}
.foot_bot .rig .a1:nth-child(2){
  padding-top: 0;
}
.foot_bot .rig .a1:last-child{
  border-bottom: none;
}
.foot_bot .rig .a1 .p1,
.foot_bot .rig .a1 .p2{
  text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
@media (max-width: 1580px) {
  .header .logo {
    width: 110px;
    padding: 21px 0;
    margin-left: 0px;
}
.weibu {
  margin-left: 50px;
}
.weibu .sousuo {
  width: 16px;
}
.weibu .a {
  font-size: 16px;
  margin: 0 16px;
}
.weibu .yyqh a {
  font-size: 18px;
}
.header .navbar .category-item .category-a {
  font-size: 18px;
}
.header .navbar .category-item {
  margin-right: 40px;
}
.header .navbar .category-item .category-a::before {
  height: 3px;
}
.navbar .category-item .two .div8, .navbar .category-item .two .div7, .navbar .category-item .two .div4, .navbar .category-item .two .div1 {
  padding-top: 34px;
  padding-bottom: 45px;
}
.navbar .category-item .two .div1 a {
  line-height: 53px;
  padding-left: 120px;
  font-size: 16px;
}
.navbar .category-item .two .div1 a i {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.navbar .category-item .two .div4 a {
  line-height: 40px;
  padding-left: 60px;
  font-size: 14px;
}
.navbar .category-item .two .div4 a::before {
  width: 7px;
  height: 7px;
  left: 42px;
}
.navbar .category-item .two .div7 .rq1 {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
}
.navbar .category-item .two .div7 .rq1 .a {
  font-size: 16px;
  padding-left: 10px;
}
.navbar .category-item .two .div7 .rq1 .a::before {
  width: 2px;
  height: 14px;
}
.navbar .category-item .two .div7 .rq1 .rq2 .a_fl {
  font-size: 13px;
}
.navbar .category-item .two .div7 .rq1 .rq2 .a_fl span {
  font-size: 12px;
  line-height: 18px;
  padding: 0 6px;
  border-radius: 18px;
  margin-left: 6px;
}
.navbar .category-item .two .div9 .top {
  height: 228px;
}
.navbar .category-item .two .div9 a {
  padding-left: 48px;
  padding-right: 60px;
  padding-top: 15px;
}
.navbar .category-item .two .div9 .bot .p1 {
  font-size: 22px;
  padding-top: 12px;
  margin-bottom: 5px;
}
.navbar .category-item .two .div9 .bot .p2 {
  font-size: 14px;
  line-height: 22px;
} 
.navbar .category-item .two .div8 {
  padding-bottom: 54px;
}
.navbar .category-item .two .div8 .a {
  font-size: 14px;
}
.navbar .category-item .two2 {
  width: 425px;
}
.navbar .category-item .two2 .div1, .navbar .category-item .two2 .div2 {
  padding: 10px 0;
}
.navbar .category-item .two2 .div1 a {
  padding: 13px 0;
  padding-left: 30px;
}
.navbar .category-item .two2 .div1 a i {
  width: 22px;
  height: 22px;
  margin-right: 18px;
}
.navbar .category-item .two2 .div1 a span {
  font-size: 15px;
  line-height: 22px;
}
.navbar .category-item .two2 .div1 a span::before {
  height: 3px;
}
.navbar .category-item .two2 .div2 a {
  margin-bottom: 22px;
  padding-left: 36px;
  font-size: 14px;
}
.navbar .category-item .two2 .div2 a::before {
  width: 6px;
  height: 6px;
  left: 22px;
}
/* .navbar .category-item .two3 a {
  font-size: 13px;
  padding: 8px 0;
} */
/* 
.navbar .category-item .two2.two3 .div1 a {
  margin-bottom: 6px;
} */
.navbar .category-item .two2.two3 {
  width: 196px;
  /* padding:0 40px; */
}
.navbar .category-item .two2.two3 .div2 a i{
  width: 6px;
  height: 6px;
  margin-right: 8px;
  
  margin-bottom: 2px;

}



.foot_bot .lef .top .div p {
  font-size: 18px;
}
.foot_bot .lef .top .div .div1 .a {
  width: 18px;
  height: 14px;
  margin-right: 10px;
}
.foot_bot .lef .top .div .div1 .a img {
  width: 50px;
}
.foot_bot .lef .top .div .div2 div {
  width: 50px;
  margin-right: 5px;
}
.foot_bot .rig .a1 {
  line-height: 20px;
  padding: 6px 0;
}
.foot {
  padding-top: 34px;
  padding-bottom: 45px;
}
.foot_bot .lef .top {
  padding-bottom: 40px;
}
.foot_bot .lef .bot .div span, .foot_bot .lef .bot .div a {
  font-size: 13px;
}


}

/* 三级 */
.category-pad .rq1{
  position: relative;
  padding-right: 10px;
}
.category-pad .rq1 a{
  font-size: 14px;
  color: #666666;
}
.category-pad .rq1 .zt{
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 17px;
  top: 0;
  z-index: 2;
}
.category-pad .rq1 .zt::before,
.category-pad .rq1 .zt::after {
  content: '';
  background: rgb(160,160,160);
  position: absolute;
  top: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.category-pad .rq1 .zt::before {
  width: 14px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}
.category-pad .rq1 .zt::after {
  width: 2px;
  height: 14px;
  margin-top: -7px;
  right:6px;
}
.category-pad .rq.on2 .rq1 .zt::after{
  opacity: 0;
}
.category-pad .rq2{
  display: none;
  padding: 0 15px;
}
.category-pad .rq2 a{
  font-size: 13px;
  line-height: 28px;
  color: #999999;
}
.category-cont .category-pad .rq:last-child .rq1 a{
  border: none;
}

.category-cont .rq.on2 .rq1 a{
  color:#008089;
}
.category-cont .rq.on2 .rq2{
  display: block;
}
.category-cont .rq.on2 .rq2 a.on3{
  color: #008089;
}
.category-cont .rq.on2 .rq1 .zt::before{
  background: #008089;
}



@media (max-width: 1680px) {
}



@media (max-width: 1459px) {
  .header .navbar .category-item .category-a {
    font-size: 14px;
}
}
@media (max-width: 1259px) {
  .header .navbar .category-item {
    margin-right: 30px;
}
.lbotal {
  width: 700px;
}
.lbotal .c1 {
  width: 580px;
}

}
@media (max-width: 991px) {
  .header{
    display: none;
  }
  .header-app{
    display: block;
  }
  .foot_bot .rig,
  .foot_bot .lef .top{
    display: none;
  }
  .foot_bot .lef{
    width: 100%;
  }
  .foot {
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot_bot .lef .bot .div {
  text-align: center;
}
.content{
  margin-top: 60px;
}
.header-app .logo img {
  width: 100px;
  height: 35px;
}
.header-app .logo {
  padding: 12px 15px;
}
.app_ss2{
  float: right;
  width: 20px;
  height: 20px;
  background-image: url(../images/img1.png);
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 0;
}
.lbotal {
  right: 50px;
  height: 32px;
  width: 160px;
  border-radius: 25px;
  /* display: block; */
}
.lbotal .c2 {
  width: 30px;
  height: 30px;
  background-size: 15px;
  transform: translateX(0px);
}
.lbotal .c1 {
  width: 96px;
  transform: translateX(0%);
  height: 30px;
  padding: 0 5px;
  font-size: 12px;
  color: #666;
}
.lbotal > .bgcl {
  height: 30px;
  width: 30px;background-size: 13px;
}

}
@media (max-width: 768px) {
}
@media (max-width: 414px) {
}

.header:hover{
  background: rgba(255,255,255,1);
}


.cate-item .icon-down{
  display: block;
  font-size: 20px;
  right: 30px;
  line-height: 40px;
  color: #999;
  transition: all .36s;
}
.header-app.open-menu .nav-list li.open .icon-down {
  transform:translateY(-50%) rotate(
180deg
);
}