@font-face {
  font-family: 'DINCOND-BOLD';
  src: url("");
  src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg");
}

.search-form .input2::-webkit-input-placeholder {color: #999;}
.search-form .input2::-moz-placeholder {color: #999;
}

.search-form .input2::-ms-input-placeholder {
  color: #999;
}

.tr3 {
  transition: all .3s ease;
}

.ovh {
  overflow: hidden;
}

img[src=""], img:not([src]) {
  opacity: 0;
}


.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: #000000;
}

.lo-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 2px;
  background: #757575;
  margin-left: -100px;
}

.lo-bar-bg {
  background: #ffffff;
  z-index: 999;
  width: 0;
  
  z-index: 1000;
}

@keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-webkit-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-moz-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
@-o-keyframes lo-bar {
  from {
    width: 0px;
  }
  to {
    width: 200px;
  }
}
.pc-block {
  display: block;
}

.m-block {
  display: none;
}

.pc-block-768 {
  display: block;
}

.m-block-768 {
  display: none;
}

.pc-block-768-2 {
  display: block;
}

.m-block-768-2 {
  display: none;
}

@media (max-width: 1024px) {
  .pc-block {
    display: none;
  }

  .m-block {
    display: block;
  }
}
@media (max-width: 767px) {
  .pc-block-768 {
    display: none;
  }

  .m-block-768 {
    display: block;
  }
}
@media (max-width: 768px) {
  .pc-block-768-2 {
    display: none;
  }

  .m-block-768-2 {
    display: block;
  }
}
.browsers {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff url(404.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 99;
}

.fl1 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.fl2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.fl3 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
}

.fl4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl5 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl6 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fl7 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.fl8 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.fl9 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl10 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl11 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.fl13 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fl12 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: baseline;
}

.fl13 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
}

.fl14 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}

.fl15 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
}

.fl16 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
}

.fl17 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

.fl18 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
}

.fl19 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
}

.fl20 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.fl21 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.fl22 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-start;
}

.fl23 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.fl24 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.fl25 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
}

.fl26 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.fl27 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: baseline;
}

.fl28 {
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fl29 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: baseline;
}

.fl30 {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: stretch;
}

.fl31 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: baseline;
}

.fl32 {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: stretch;
}





@keyframes overlayOpen {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
  }
  1% {
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
  100% {
    opacity: 1;
    width: 100%;
    height: 100vh;
    z-index: 95;
  }
}
.w1400 {
  width: 1400px;
  margin: 0 auto;
  max-width: 90%;
}

.w1680 {
  width: 1680px;
  margin: 0 auto;
  max-width: 90%;
}

.w1600 {
  width: 1600px;
  margin: 0 auto;
  max-width: 90%;
}

.w900 {
  width: 900px;
  margin: 0 auto;
  max-width: 90%;
}

.mouse-btn2 .mouse {
  width: 50px;
  height: 50px;
  bottom: 2.75rem;
  border: none;
  background: rgba(255, 255, 255, 0);
}

.mouse-btn2 .mouse svg {
  width: 30px;
  height: 20px;
}

.i-list4 {
  
  background:#eee;
  
  padding: 0.5rem 0 2rem;
}
.i-list4 .tit2 {
  text-align: center;
  color: #ed5100;
  margin-bottom: 1rem;
}
.i-list4 .p {
  max-width: 360px;
  width: 100%;
  margin: 0 auto .65rem;
  text-align: center;
  line-height: 1.8;
  color: #e5e5e5;
}
.i-list4 .p span {
  color: #ea5404;
}
.i-list4 .more {
  width: 160px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #ea5404;
  text-align: center;
  border-radius: 44px;
  color: #fff;
  display: block;
  margin: 0 auto;
  box-sizing: content-box;
  transition: all .3s;
}
.i-list4 .more:hover {
  background: #ea5404;
}
.i-list4 .hisbox {
  position: relative;
  z-index: 2;
  margin-top:4rem;
}
.i-list4 .hisbox .warp-bgimg {
  width: 0%;
  overflow: hidden;
  transition: width 2s ease-in-out;
}
.i-list4 .hisbox .bgimg {
  position: relative;
  width: 100vw;
}
.i-list4 .hisbox .li p {
  font-size:28px;
  line-height: 1.5;
  margin-top: 15px;
  transition: all .3s;
}
.i-list4 .hisbox .li1 {
  display: inline-flex;
  position: absolute;
  left: 19%;
  top: 77.2%;
}
.i-list4 .hisbox .li1 p {
  font-style: italic;
  font-family: "Palatino Linotype";
  color: #000;
}
.i-list4 .hisbox .li1 span {
  color: #f0491f;
}
.i-list4 .hisbox .li2 {
  display: inline-flex;
  position: absolute;
  left: 36%;
  top: 69.3%;
}
.i-list4 .hisbox .li2 p {
  margin-left: 0;
  font-style: italic;
  font-family: "Palatino Linotype";
  color: #000;
}
.i-list4 .hisbox .li3 {
  display: inline-flex;
  position: absolute;
  left: 49.3%;
  top: 58.3%;
}
.i-list4 .hisbox .li3 p {
  margin-left: 0;
  font-style: italic;
  font-family: "Palatino Linotype";
  color: #000;
}
.i-list4 .hisbox .li4 {
  display: inline-flex;
  position: absolute;
  left: 63%;
  top: 61%;
}
.i-list4 .hisbox .li4 p {
  margin-left: 0;
  font-style: italic;
  font-family: "Palatino Linotype";
  color: #000;
}
.i-list4 .hisbox .li5 {
  display: inline-flex;
  position: absolute;
  left: 76%;
  top: 54.5%;
}
.i-list4 .hisbox .li5 p {
  margin-left: 0;
  font-style: italic;
  font-family: "Palatino Linotype";
  color: #000;
}


.i-list4 .hisbox .imgbox {
  position: absolute;
  bottom:1.5rem;
  width: 9rem;
  
  transition: all .5s;
}
.i-list4 .hisbox .imgbox .img {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  width: 1.6rem;
  height:1.6rem;
  margin: 0 auto .7rem;
  display: block;
  transition: all 1.5s ease;
  
  position: relative;
  z-index: 3;
  border:3px solid #fff;box-shadow: 2px 5px 5px #bbb;

}
.i-list4 .hisbox .imgbox .img img {
  width: 100%;
  height: 100%;
}
.i-list4 .hisbox .imgbox .p2 {
  width: 92%;
  margin: 0 auto;
  opacity: .8;
  transition: opacity 0.3s 0.8s cubic-bezier(0.82, 0.15, 0.92, 0.27);
  color: #222;
  text-align:center;font-size: 16px;
}
.i-list4 .hisbox .dian {
  position: relative;
  width:0.5rem;
  height:0.5rem;
  margin-top:-.2rem;
  transition: all .3s;
}
.i-list4 .hisbox .dian .sp {
  width: 100%;
  height: 100%;
  transform: scale(0.4, 0.4) translate(-50%, -50%);
  border-radius: 50%;
  background: #ea5404;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: left top;
  z-index: 2;
  transition: all .3s;
}
.i-list4 .hisbox .dian .sp2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(234, 84, 4, 0.3);
  transition: all .3s;
}
.i-list4 .hisbox .li1:hover .imgbox,.i-list4 .hisbox .li1.cur .imgbox,.i-list4 .hisbox .li2:hover .imgbox, .i-list4 .hisbox .li2.cur .imgbox, .i-list4 .hisbox .li3:hover .imgbox, .i-list4 .hisbox .li3.cur .imgbox, .i-list4 .hisbox .li4:hover .imgbox, .i-list4 .hisbox .li4.cur .imgbox, .i-list4 .hisbox .li5:hover .imgbox, .i-list4 .hisbox .li5.cur .imgbox {
  opacity: 1;
  visibility: visible;
}
.i-list4 .hisbox .li1:hover .imgbox .img,.i-list4 .hisbox .li1.cur .imgbox .img,.i-list4 .hisbox .li2:hover .imgbox .img, .i-list4 .hisbox .li2.cur .imgbox .img, .i-list4 .hisbox .li3:hover .imgbox .img, .i-list4 .hisbox .li3.cur .imgbox .img, .i-list4 .hisbox .li4:hover .imgbox .img, .i-list4 .hisbox .li4.cur .imgbox .img, .i-list4 .hisbox .li5:hover .imgbox .img, .i-list4 .hisbox .li5.cur .imgbox .img {
  transform: scale(1, 1) translate(0, 0);
  opacity: 1;
  visibility: visible;
}


.i-list4 .hisbox2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.i-list4 .hisbox2 .bgimg {
  position: relative;
  width: 100%;
}
.i-list4 .hisbox2 .swiper-slide {
  opacity: 0 !important;
  transition: all .3s ease;
}
.i-list4 .hisbox2 .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.i-list4 .hisbox2 .li p {
  transition: all .3s;
}
.i-list4 .hisbox2 .li2 {
  display: inline-flex;
  position: absolute;
  left: 44%;
  top: 76%;
}
.i-list4 .hisbox2 .li2 p {
  margin-left: 0;
  font-style: italic;
  font-family: "Palatino Linotype";
  margin-top: .5rem;
  color: #fff;
}
.i-list4 .hisbox2 .imgbox {
  position: absolute;
  bottom: 4.5rem;
  width: 90vw;
  transition: all .5s;
}
.i-list4 .hisbox2 .imgbox .img {
  width: 100%;
  margin-bottom: .7rem;
  position: relative;
  z-index: 3;
}
.i-list4 .hisbox2 .imgbox .img img {
  width: 100%;
}
.i-list4 .hisbox2 .imgbox .p2 {
  color: #fff;
  opacity: .3;
}
.i-list4 .hisbox2 .dian {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .3s;
}
.i-list4 .hisbox2 .dian .sp {
  width: 100%;
  height: 100%;
  transform: scale(0.4, 0.4) translate(-50%, -50%);
  border-radius: 50%;
  background: #ea5404;
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: left top;
  z-index: 2;
  transition: all .3s;
}
.i-list4 .hisbox2 .dian .sp2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: rgba(234, 84, 4, 0.3);
  transition: all .3s;
}
.i-list4 .hisbox2 .hiscontainer {
  padding-bottom: 0;
}
.i-list4 .hisbox2 .swiper-pagination {
  position: absolute;
  bottom: 1rem;
  width: 100% !important;
}
.i-list4 .hisbox2 .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dcdcdc;
  margin: 0 6px;
  transition: all .3s;
}
.i-list4 .hisbox2 .swiper-pagination span.swiper-pagination-bullet-active {
  width: 1rem;
  border-radius: 8px;
  background: #e35504;
}
.i-list4 .hisbox .warp-bgimg.active {
  width: 100%;
}




@media (max-width: 768px) {
  .i-list4 {
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .i-list4 .hisbox2 .imgbox {
    width: 80vw;
  }

  .i-list4 .hisbox2 .hiscontainer {
    padding-bottom: 4rem;
  }

  .i-list5 .tab-container {
    width: 100%;
  }

  .i-list4 .hisbox2 .imgbox .p2 {
    font-size: 14px;
  }

  .i-list4 {
    padding-bottom: 20px;
  }

  .i-list4 .p {
    opacity: 0.7;
  }

  .i-list4 .more {
    width: 6rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }

}
.menubox {
  width: 74px;
  cursor: pointer;
  margin-left:.5rem;
}
.menubox img {
  max-width: 100%;
}
.i-list4 {
  overflow: hidden;
}


.i-list4 .hisbox .li {
  opacity: 0;
  transform: translate(0, -20px);
  visibility: hidden;
  transition: all .3s ease;
}

.i-list4 .hisbox .li.active {
  opacity: 1;
  transform: translate(0, 0);
  visibility: visible;
}



.i-list4 .hisbox .dian .sp2 {
  animation-play-state: running;
  animation: loader2 1.2s infinite cubic-bezier(0.55, 0.23, 0.62, 1);
}

.i-list4 .hisbox .dian:hover .sp2 {
  animation: loader2 1.2s 1 cubic-bezier(0.55, 0.23, 0.62, 1);
}

.i-list4 {
  position: relative;
}

.ilistbox {
  position: relative;
  z-index: 9;
  
}


.warpfooter {
  position: relative;
  z-index: 3;
}

.waves {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
}

.waves canvas{display:block;vertical-align: baseline; height: 650px;}

.fixright-tip .hezuo svg {
  width: 20px;
  height: 20px;
}


@media (max-width: 767px) {
  .mouse-btn2 .mouse{width:40px;height:40px;}
  .i-list4 .p {font-size: 16px;}
 .waves canvas{height:440px !important;}
}
@keyframes loader2 {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes rotate2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.warpfooter {
  z-index:106;
}

.distributor-list1 .leftnav .li.cur {
  background: transparent;
}

.distributor-list1 .tabbox a {
  color: #666;
  margin-right: 1rem;
  height: 50px;
  line-height: 50px;
}

@media (max-width: 1480px) {
  .distributor-list1 .listbox .li {
    width: 48%;
    margin-right: 4%;
  }

  .distributor-list1 .listbox .li:nth-child(3n) {
    margin-right: 4%;
  }

  .distributor-list1 .listbox .li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .distributor-list1 .leftnav, .distributor-list1 .leftnav .ulbox {
    width: 8rem;
  }

  .distributor-list1 .listbox {
    width: calc(100% - 10rem);
  }
}
@media (max-width: 767px) {
  .distributor-list1 .listbox .li {
    width: 100%;
    margin-right: 0;
  }

  .distributor-list1 .leftnav, .distributor-list1 .leftnav .ulbox {
    width: 6rem;
  }

  .distributor-list1 .listbox {
    width: 100%;
    margin-top: .5rem;
  }

  .distributor-list1 .tabbox a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }

  .distributor-list1 .leftnav .li, .distributor-list1 .leftnav .li-top .lisp {
    font-size: 16px;
    height: 35px;
    line-height: 35px;
  }

  .distributor-list1 .leftnav .li {
    width: auto;
    margin-right: 1.5rem;
    padding-right: 0;
  }

  .distributor-list1 .leftnav .li svg {
    display: none;
  }

  .distributor-list1 .leftnav, .distributor-list1 .leftnav .ulbox {
    width: 100%;
  }

  .distributor-list1 .leftnav .ulbox {
    display: flex;
    flex-flow: row wrap;
  }
  .distributor-list1 .listbox .text .tit3{
    height:auto;
    line-height:1.5;
  }
}
.distributor-list1 .tabbox {
  margin-bottom: .5rem;
}

.distributor-list1 .tabbox a:hover, .distributor-list1 .tabbox a.cur {
  color: #f15921;
}


.i-list4 .hisbox .li2 .p2{
  width:94%;
}
.i-list4 .hisbox .bgimg{
  opacity:0;
  height: 245px;
}
.i-list4 .hisbox .li6{
  display:none;
}
.i-list4 .hisbox .li1{
  top: 88.2%;
}
.i-list4 .hisbox .li2{
  top: 90.3%;
}
.i-list4 .hisbox .li3{
  top: 98.3%;
}

.i-list4 .hisbox .li4{
  top: 77%;
}
.i-list4 .hisbox .li5{
  top: 88.5%;
}
.i-list4 .hisbox .li p{
  margin-top:8px;
}
.i-list4 .hisbox .li{
  animation: photo-object-floating 1.5s infinite ease-in-out alternate;
}


@keyframes photo-object-floating{
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(10px);
  }
}


.i-list4 .hisbox .imgbox{
  width:2.5rem;
}
.i-list4 .hisbox .li1{
  left:12%;
}
.i-list4 .hisbox .li2{
  left:30%;
  top: 68%;
}
.i-list4 .hisbox .li3{
  left:44.5%;
}
.i-list4 .hisbox .li4{
  left:60%;
}
.i-list4 .hisbox .li5{
  left:73%;
}


.i-list4 .hisbox .li6 {
  display: inline-flex;
  position: absolute;
}
.i-list4 .hisbox .li6 p {
  margin-left: 0;
  font-style: italic;
  font-family: "Palatino Linotype";
  color: #000;
}

.i-list4 .hisbox .li6{
  left:86%;
  top: 77%;
}
.i-list4 .hisbox .li1{
  top:90%;
}
.i-list4 .hisbox .li3{
  top:80%;
}
.i-list4 .hisbox .li5{
  top: 70%;
}
.i-list4 .hisbox .li7{
  top: 73%;
}
.i-list4 .hisbox .li2{
  top:105%;
}
.i-list4 .hisbox .li4{
  top:100%;
}
.i-list4 .hisbox .li6{
  top:95%;
}
.i-list4 .hisbox .li1 .nli{
  transform:scale(.7);
}
.i-list4 .hisbox .li1 .nli .p2{
  transform:scale(1.5);
}
.i-list4 .hisbox .li3 .nli{
  transform:scale(.7);
}
.i-list4 .hisbox .li3 .nli .p2{
  transform:scale(1.5);
}
.i-list4 .hisbox .li5 .nli{
  transform:scale(.7);
}
.i-list4 .hisbox .li5 .nli .p2{
  transform:scale(1.5);
}
.i-list4 .hisbox .li7 .nli{
  transform:scale(.6);
}
.i-list4 .hisbox .li7 .nli .p2{
  transform:scale(1.5);
}


.i-list4 .hisbox .li1{
  animation-delay:.1s;
}
.i-list4 .hisbox .li2{
  animation-delay:.3s;
}
.i-list4 .hisbox .li3{
  animation-delay:.5s;
}
.i-list4 .hisbox .li4{
  animation-delay:.7s;
}
.i-list4 .hisbox .li5{
  animation-delay:.6s;
}
.i-list4 .hisbox .li6{
  animation-delay:.4s;
}
.i-list4 .hisbox .li7{
  animation-delay:.8s;
}


.i-list4 .hisbox .imgbox .img:before{
  content:"";
  position: absolute;
  width:100%;
  height:100%;
  z-index:5;
  
  border-radius:50%;
  transition: all .3s;
}
.i-list4 .hisbox:hover .imgbox .img:before{
  opacity:0;
}
.i-list4 .hisbox .warp-bgimg{
  visibility:hidden;
}
.i-list4 .hisbox .li .nli{
  transition: all .4s;
}


.i-list4 .hisbox .li1:hover .nli,.i-list4 .hisbox .li3:hover .nli,.i-list4 .hisbox .li5:hover .nli,.i-list4 .hisbox .li7:hover .nli{
  transform:scale3d(1,1,1) translate3d(0,0,0) !important;
}


.i-list4 .hisbox .li7:hover .nli .p2,.i-list4 .hisbox .li1:hover .nli .p2,.i-list4 .hisbox .li3:hover .nli .p2,.i-list4 .hisbox .li5:hover .nli .p2{
  transform: scale(1);
}
