* {
  padding: 0;
  margin: 0;
  list-style: none;
}
.all{
  position: relative;
  width: 100%;
  background-color: black;
}

.banner_div{
  position: absolute;
  width: 100%;
  height: 365px;
  background: url('/image/lxwmbanner.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 80px;
  --animate-duration: 2s;
}
.container{
  width: 100%;
  height: 100%;
}
.bounceup {
  animation: bounceInUp 0.6s;
  -moz-animation: bounceInUp 0.6s;
  /* Firefox */
  -webkit-animation: bounceInUp 0.6s;
  /* Safari and Chrome */
  -o-animation: bounceInUp 0.6s;
  /* Opera */
  visibility: visible;
}
.bounceups {
  animation: bounceInUp 1.2s;
  -moz-animation: bounceInUp 1.2s;
  /* Firefox */
  -webkit-animation: bounceInUp 1.2s;
  /* Safari and Chrome */
  -o-animation: bounceInUp 1.2s;
  /* Opera */
  visibility: visible;
}
.bounceups1 {
  animation: bounceInUp 1.8s;
  -moz-animation: bounceInUp 1.8s;
  /* Firefox */
  -webkit-animation: bounceInUp 1.8s;
  /* Safari and Chrome */
  -o-animation: bounceInUp 1.8s;
  /* Opera */
  visibility: visible;
}
.banner_title{
  margin-top: 12%;
}
.banner_title p{
  width: 50%;
height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
.banner_title span{
  width:50%;
  height: 70px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 2; */
  overflow: hidden;
  opacity: 0.7;
  text-indent: 2em;
}
.subject{
  position: absolute;
  top: 445px;
  width: 100%;
  height: auto;
  background-color: #181619;
}
.crumbs{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.crumbs ul li{
  width: 62px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  text-align: center;
}
.crumbs ul span{
  width: 10px;
  height: 17px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color:#666666;
}
.crumbs-li{
  opacity: 1 !important;
}
.crumbs ul{
  display: inline-flex;
  margin-top: 16px;
}
.xian{
  height: 1px;
  background: #FFFFFF;
  opacity: 0.09;
}
.contact{
  width: 100%;
  /* height: 600px; */
  /* height: 690px; */
  margin-top: 70px;
}
.contact ul{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.contact li{
  width: 30%;
  /* height: 90%; */
  height: 100%;
}
/*.contact li:nth-child(1){*/
/*    background: url(../image/供应合作@3x.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
/*.contact li:nth-child(2){*/
/*  background: url(../image/商务联系.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
/*.contact li:nth-child(3){*/
/*  background: url(../image/售后服务.png) no-repeat;*/
/*  background-size: 100% 100%;*/
/*}*/
.relation{
  /*height: 96px;*/
  /* height: 500px; */
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  opacity: 0.8;
  /* margin-left: 24px; */
  border: 1px solid transparent;

}
.zzr{
  height: 90%;
  background: url(/image/lxwmb.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.zzr .img{
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  background: url(/image/lxwone.png) no-repeat;
  background-size: 100% 100%;
}
.zzw{
  height: 90%;
  background: url(/image/lxwmb.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.zzw .img{
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  background: url(../image/lxwtwo.png) no-repeat;
  background-size: 100% 100%;
}
.zzs{
  height: 90%;
  background: url(../image/lxwmb.png) no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.zzs .img{
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  background: url(../image/lxwthree.png) no-repeat;
  background-size: 100% 100%;
}

.relation h4{
  width: 84%;
  /* height: 33px; */
  font-size: 21px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  margin-top: 40px;
  margin-left: 8%;
  text-align: center;
}
.relation-p{
  /*font-size: 16px;*/
  /*font-family: PingFangSC-Regular, PingFang SC;*/
  /*font-weight: 400;*/
  /*color:#FFFFFFCC;*/
  line-height: 24px;
  /*opacity: 0.7;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 4;*/
  overflow: hidden;
  /*letter-spacing:1.2px;*/
  width: 84%;
  /* height: 144px; */
  /* height: 244px; */
  margin-top: 20px;
  margin-left: 8%;
  font-size: 15px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  opacity: 70%;
  text-indent: 2em;
}
.telephone{
  width: 84%;
  margin-left: 8%;
  margin-top: 30px;
  height: 190px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 5; */
  margin-bottom: 35px;

}
.telephone span{
  width: 40px;
  display: inline-block;
  padding-right: 10px;
}

.background{
  width: 100%;
  height: 100%;
  background: url(/image/zzss.png) no-repeat;
}
* {
  padding: 0;
  margin: 0;
}
.max_div {
  width: 100%;
  height: auto;
  background: url('/image/zzss.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.max_div .container {
  width: 100%;
}
.max_div .container .one_div .tit_div {
  margin-top: 145px;
  font-size: 40px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 56px;
  text-align: center;
}
.max_div .container .one_div .ss_div {
  display: flex;
  width: 646px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.61);
  margin: 205px auto;
  padding: 20px 0;
  margin-top: 100px;
}
.max_div .container .one_div .ss_div .ss_img_div {
  width: 30px;
  height: 30px;
}
.max_div .container .one_div .ss_div .ss_img_div img {
  width: 100%;
}
.max_div .container .one_div .ss_div .ipt_div {
  margin-left: 16px;
}
.max_div .container .one_div .ss_div .ipt_div input {
  border: none;
  outline: none;
  font-size: 22px;
  background: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.max_div .container .two_div {
  border-top: 1px solid #454545;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #454545;
  margin-bottom: 31px;
}
.max_div .container .two_div ul {
  margin-top: 58px;
}
.max_div .container .two_div ul .a {
  opacity: 63%;
}
.max_div .container .two_div ul li {
  display: flex;
  list-style: none;
  margin-bottom: 14px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 17px;
}
.max_div .container .two_div ul li div {
  margin-bottom: 20px;
}
.max_div .container .two_div ul li .img_div {
  width: 135px;
  height: 37.13px;
}
.max_div .container .two_div ul li .img_div img {
  width: 100%;
}
.max_div .container .two_div ul li .one_li2_div {
  font-size: 22px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 26px;
}
.max_div .container .two_div ul li .one_li3_div {
  width: 16px;
  height: 16px;
}
.max_div .container .two_div ul li .one_li3_div img {
  width: 100%;
}
.max_div .container .two_div ul li .one_li4_div {
  display: flex;
  width: 95px;
  height: 32px;
  border-radius: 2px;
  opacity: 0.8;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 32px;
  margin-left: 16px;
}
.max_div .container .two_div ul li .one_li4_div .i_div {
  width: 16px;
  height: 16px;
}
.max_div .container .two_div ul li .one_li4_div .i_div img {
  width: 100%;
}
.max_div .container .two_div ul li .one_li4_div1 {
  width: 95px;
  height: 32px;
  border-radius: 2px;
  opacity: 0.8;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 32px;
}
.max_div .container .two_div ul li p {
  margin-left: 11px;
}
.max_div .container .two_div ul li .p1 {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.max_div .container .two_div ul li .p2 {
  font-size: 22px;
  font-family: Arial-BoldMT, Arial;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 26px;
  opacity: 80%;
}
.max_div .container .two_div ul li span {
  margin-bottom: 20px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
  opacity: 80%;
}
.max_div .container .foot {
  width: 100%;
}
.max_div .container .foot .tit_div {
  display: flex;
  color: #FFFFFF;
}
.max_div .container .foot .tit_div p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
}
.max_div .container .foot .wei_div {
  margin-top: 12px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 100px;
  opacity: 50%;
}
* {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.nav_maxDiv {
  width: 100%;
  height: 80px;
  position: fixed;
  background: #000000;
}
.nav_div {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.nav_div .logo_div {
  width: 120px;
  height: 33px;
  line-height: 80px;
}
.nav_div .logo_div img {
  width: 100%;
}
.nav_div .nav_ui ::after {
  content: '';
  display: block;
  clear: both;
}
.nav_div .nav_ui ul {
  float: left;
}
.nav_div .nav_ui ul li {
  float: left;
  list-style: none;
  line-height: 80px;
  padding: 0 20px;
  height: 80px;
}
.nav_div .nav_ui ul li a {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
}
.nav_div .nav_ui ul .tabFocus {
  border-bottom: 4px solid red;
}
.nav_div .sousuo {
  text-align: center;
  float: left;
  width: 22px;
  height: 22px;
  margin-top: 28px;
  cursor: pointer;
}
.nav_div .sousuo img {
  width: 100%;
}
.nav_div .searchDiv {
  position: absolute;
  right: 200px;
  top: 22px;
  display: none;
}
.nav_div .searchDiv .searhInput {
  border-radius: 5px;
  background-color: #ffffff33;
  outline: none;
  border: none;
  width: 500px;
  height: 35px;
  color: #fff;
}
/*li:hover{*/
/*  border-bottom: 4px solid red;*/
/*}*/
/*# sourceMappingURL=./head.css.map */


@keyframes scaleDraw {
  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
  0% {
    transform:scale(1);
    /*开始为原始大小*/
  }

  50% {
    transform:scale(1.1);
  }
  100% {
    transform:scale(1);
  }
}
.cpxq_tu1 {
  /*width:200px;*/
  /*height:200px;*/
  /*background:url("../image/lxwmbanner.png");*/
  /*background-size:200px 200px;*/
  -webkit-animation-name:scaleDraw;
  /*关键帧名称*/
  -webkit-animation-timing-function:ease-in-out;
  /*动画的速度曲线*/
  -webkit-animation-iteration-count:1;
  /*动画播放的次数*/
  -webkit-animation-duration:1s;
  /*动画所花费的时间*/
}

#contactusYourlocation{
  font-size: 12px !important;
}
#contactusIndustrydynamics:hover{
  border-bottom:none;
  cursor: pointer;
}
#contactusEnterpriseNews:hover{
  border-bottom:none;
  cursor: pointer;
}
#contactusNewsdetail:hover{
  border-bottom:none;
  cursor: pointer;
}

.contact:hover{
  border-bottom:none;
}
.telephone #contactusp20 {
  margin: 0 0 10px 40px;
}
.telephone #contactusp21 {
  margin: 0 0 10px 40px;
}
.telephone #contactusp3 {
  margin: 0 0 10px 40px;
}
.telephone #contactusp4 {
  margin: 0 0 10px 40px;
}
.telephone #contactusp9 span{
  margin-left:4px;
}


/*三个块的动画*/
.threeDiv{
  animation: changeBiger4 1s linear forwards;
}

@keyframes changeBiger4 {
  0% {
    transform: translateY(400px) ;
  }


  100% {
    transform: translateY(0px) ;

  }


}

/*媒体查询*/
@media screen and (max-width: 1440px) {
  /* .zzw .telephone #contactusp11{
    margin-top: 12%;
  } */
}




@media(max-width: 768px){
 .banner_div{margin-top: 50px;}
 .banner_div{position:static;height:auto;}
 .subject{position:static;height:auto;}
 .contact ul{flex-wrap:wrap;}
 .contact li{width:100%;}
 .telephone{height:auto !important;}
 .contact{margin-top: 0px;}
 .banner_title span{font-size: 12px;}
}


@media(max-width: 460px){
.banner_title{margin-top: 2%;}
}













