/* å…¬ç”¨ */
/* aæ ‡ç­¾ */
#support-contrast{
  background-color: #070809;
}
#support-contrast .series{
  width: 100%;
  margin-top: 100px;
  background-color: #0f0f0f;
}
#support-contrast .series .box{
  height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#support-contrast .series .box .c_text{
  margin-top: 30px;
}
#support-contrast .i1 .box{
  padding: 75px 0 150px 0;
}
#support-contrast .i1 .box .same{
  display: flex;
}
#support-contrast .i1 .box .same .left{
  width: 394px;
}
#support-contrast .i1 .box .same .right{
  width: calc(100% - 394px);
}
#support-contrast .i1 .box .up .left{
  display: flex;
  color: #85909c;
  padding-top: 5px;
}
#support-contrast .i1 .box .up .left input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #d9d9d9;
  margin-right: 6px;
  appearance: none;
  -webkit-appearance: none; /*清除复选框默认样式*/
  cursor: pointer;
}
#support-contrast .i1 .box .up .left input[type="checkbox"]:checked {
  background: #ff4d1b ; /*复选框的背景图*/
  background-size: contain;
}
#support-contrast .i1 .box .up .right{
  display: flex;
  justify-content: space-between;
}
#support-contrast .i1 .box .up .right .two{
  width: 23.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#support-contrast .i1 .box .up .right .two .sel{
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}
#support-contrast .i1 .box .up .right .two .sel .close_text{
  width: 8px;
  height: 8px;
  background: url(../images/news_detail1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
}
/*#support-contrast .i1 .box .up .right .two .sel::after{
  content: "";
  width: 8px;
  height: 8px;
  background: url(../images/news_detail1.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 17px;
  right: 15px;
  cursor: pointer;
}*/
#support-contrast .i1 .box .up .right .two select{
  width: 100%;
  background-color: #070809;
  color: #fff;
  padding: 8px 17px;
  cursor: pointer;
  border: 0;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
}

#support-contrast .i1 .box .up .right .two select{
  appearance:none; /*去掉下拉箭头*/
  -webkit-appearance: none;
  -moz-appearance:none;
}
#support-contrast .i1 .box .up .right .two select::-ms-expand { 
  display: none; 
}
#support-contrast .i1 .box .up .right .two .img{
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#support-contrast .i1 .box .up .right .two img{
  display: block;
}
#support-contrast .i1 .box .up .right .two .more{
  margin-top: 20px;
}
#support-contrast .i1 .box .up .right .two.jia{
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 1px solid #fff;
  cursor: pointer;
}
#support-contrast .i1 .box .up .right .two.jia.act{
  display: none;
}
#support-contrast .i1 .box .title_text{
  margin: 110px 0 50px 0;
  text-transform: uppercase;
}
#support-contrast .i1 .box .six_down .down{
  margin-bottom: 40px;
}
#support-contrast .i1 .box .six_down .down:last-child{
  margin-bottom: 0;
}
#support-contrast .i1 .box .down .left{}
#support-contrast .i1 .box .down .right{
  padding: 5px 0 35px;
  display: flex;
  /* justify-content: space-between; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#support-contrast .i1 .box .down .right .two_text{
  color: #85909c;
  width: 25%;
  padding-right: 0.5%;
  word-wrap: break-word;
}
#support-contrast .i1 .box .down .right .two_text:first-child{
}
body {
  margin: 0 auto;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  
}

.clearfix {
  *zoom: 1;
}

a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* çž„å‡†åŠ¨ç”» */

@keyframes miaozhun {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes miaozhun {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* å¼¹çª— */

.z_tanchuang {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  z-index: 9999;
}

.z_tanchuang .tbox {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

/* å¼¹çª—å†…å®¹ */

.z_tanchuang .tbox .modal {
  background: white;
  padding: 50px;
  display: block;
  border-radius: 5px;
  position: relative;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  margin: 0 auto;
}

.layui-layer-dialog .layui-layer-padding{color:#333}
.z_tanchuang .tbox .modal .out {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: url(../images/out.png) center no-repeat;
  background-size: 20px;
  border: 2px solid #fff;
  color: #000;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  top: 0;
  right: -50px;
  cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .img video {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}

.z_tanchuang .tbox .modal .img img {
  margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
  background: url(../images/out2.png) center no-repeat;
  border: 2px solid #ff4d1b;
  background-size: 20px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
  padding: 20px;
}

.z_tanchuang .tbox .modal .img {
  max-width: 1200px;
}

/* å¼¹çª—é€‰ä¸­ */

.z_tanchuang.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scaleY(0.01) scaleX(0);
  -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
  /*transform: scale(0);*/
  /*animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;*/
  /*-webkit-transform: scale(0);*/
  /*-webkit-animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1)*/
  /*  forwards;*/
}

.z_tanchuang.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-transform: scale(1);
  -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1)
    forwards;
}

.z_tanchuang.one.out .tbox .modal {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
  -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* å¼¹çª—åŠ¨ç”» */

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@-webkit-keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@-webkit-keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}


/* é¦–é¡µå…¨å›¾è½®æ’­æ ·å¼ */
.swiper_bd {
  height: 100vh;
  overflow: hidden;
}

.swiper_bd > .swiper-wrapper > .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.swiper_bd .swiper-slide {
}

.swiper_bd > .swiper-wrapper > .swiper-slide:last-child {
  height: 620px;
}
.banner1{
  position: relative;
  height: 400px;
}
.banner1 .first{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.banner1 .last {
  display: none;
}
.banner1 .banner1_text{
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
}
.banner1 .t_daohang{
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 99;
}
.banner1 .t_daohang.act{
  position: fixed;
  top: 0;
  bottom: auto;
  background-color: rgba(0, 0, 0, 1);
}
.banner1 .t_daohang .four_text .four{
  margin-right: 120px;
  position: relative;
}
.banner1 .t_daohang .four_text .four.act{
  color: #ff4d1b;
}
.banner1 .t_daohang .four_text .four:hover{
  color: #ff4d1b;
}
.banner1 .t_daohang .four_text .four:after{
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ff4d1b;
  position: absolute;
  bottom: -3px;
  left: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.banner1 .t_daohang .four_text .four:hover:after{
  width: 100%;
}
.banner1 .t_daohang .four_text .four.act:after{
  width: 100%;
}
.fyxzq{
  width: 285px;
  height: 36px;
  margin: 0 auto;
}
.fyxzq .ul1{
  display: flex;
  justify-content: space-between;
}
.fyxzq .ul1 li{
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #aaaaaa;
}
.fyxzq .ul1 li.input{
  width: 69px;
  height: 36px;
  border: 1px solid #aaaaaa;
  border-radius: 6px;
}
.fyxzq .ul1 li.input:hover{
  border: 1px solid #aaaaaa;
  background-color: transparent;
}
.fyxzq .ul1 li.input input{
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  color: #fff;
  padding: 0 2px;
  text-align: center;
}
.fyxzq .ul1 li.jiantou{
  width: 82px;
  height: 36px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ff4d1b;
  border-radius: 5px;
  cursor: pointer;
}


.fyxzq .ul1 li.none{
  border: 0;
}
.fyxzq .ul1 li.none:hover{
  border: 0;
  background-color: transparent;
}
.fyxzq .ul1 li.go{
  background-color: #ff4d1b;
  border: 1px solid #ff4d1b;
  color: #fff;
}
/* æç¤ºå¼¹çª— */

.guanbi{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;left: 0;
  z-index: 9999;
  background:rgba(0, 0, 0, 0.8) ;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* overflow: auto; */
}
.guanbi.guanbi_big .gbox{
  width: 1280px;
  background-color: #14171c;
  padding: 135px 20px 55px;
  zoom: 0.85;
}
.guanbi.guanbi_big .gbox .products_tab_box {
  width: 1235px;
}
.guanbi.guanbi_big .gbox .guanbi_btn{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 90px;
}
.guanbi.guanbi_big .gbox .guanbi_btn .btn{
  width: 150px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 25px;
}
.guanbi.guanbi_big .gbox .products_tab_box .img {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.guanbi .gbox{
  width:850px;
  position: absolute;
  top: 55%;
  border-radius: 14px;
  opacity: 0; 
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background:#666666 ;
  padding: 120px 25px 55px;
  text-align: center;
}
.guanbi .gbox .gtt{
  margin:  0;
  line-height: 200px; 
  color: #000;
}
.guanbi .close_out{
  position: relative;
  width: 100%;
  min-height: 249px;
  max-height: 80vh;
  overflow: auto;
}
.guanbi .close_out::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.guanbi .close_out::-webkit-scrollbar-thumb {
  background: #ff4d1b;
}

.guanbi .close_out::-webkit-scrollbar-track {
  background: #14171c;
}
.guanbi .out{
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;  
  position: absolute;
  top: 30px;right: 30px;
  background:url(/upload/image/20230522/d52fcbdca00d44ada2600785dcbfa2d0.png) center no-repeat ;
  background-size: 14px;
  cursor: pointer;
}

.guanbi .gbox .out:hover{
  background:url(../images/out2.png) center no-repeat ;
  border: 1px solid #ff4d1b; 
  background-size: 14px;
}

.guanbi.act{visibility: visible;pointer-events: visible;opacity: 1;}

.guanbi.act .gbox{top: 53%;opacity: 1;}

/* å…¬å…±æŒ‰é’®æ ·å¼ç»“æŸ */

@media (max-width: 1280px) {
}

@media (max-width: 1030px) {
  body {
    min-width: 100px;
  }

  .ibox {
    max-width: 1030px;
    min-width: 100px;
    width: 85%;
    margin: 0 auto;
  }

  .wow {
    opacity: 1;
  }
  .banner1 {
    height: 520px;
  }
  .banner1 .first {
    top: -290px;
  }
  .banner1 .t_daohang {
    height: 60px;
  }
  .banner1 .t_daohang .four_text .four {
    margin-right: 60px;
  }
  .guanbi .gbox .out {
    width: 50px;
    height: 50px;
  }
  .guanbi .gbox {
    padding: 90px 20px 30px;
  }
}

@media (max-width: 960px) {
    #support-contrast .i1 .box .same {
    display: block;
  }
  #support-contrast .i1 .box .same .left {
    width: 100%;
    /* text-align: center; */
    margin-bottom: 15px;
  }
  #support-contrast .i1 .box .same .right {
    width: 100%;
    display: block;
  }
  #support-contrast .i1 .box .up .right .two {
    width: 100%;
    margin-top: 30px;
  }
  #support-contrast .i1 .box .up .right .two .sel {
    margin-bottom: 20px;
  }
  #support-contrast .i1 .box .up .right .two .more {
    margin-top: 25px;
  }
  #support-contrast .i1 .box .title_text {
    margin: 50px 0 20px 0;
  }
  #support-contrast .i1 .box .six_down .right {
    width: 100%;
    display: flex;
    padding: 5px 0 20px;
  }
  #support-contrast .i1 .box .down .right .two_text{
    width: 24.5%;

  }
  /* #support-contrast .i1 .box .down .right .two_text:first-child {
  } */
  /* #support-contrast .i1 .box .down .right .two_text:last-child {
    width: 50%;
  } */
  #support-contrast .i1 .box .six_down .down {
    margin-bottom: 40px;
  }
  #support-contrast .i1 .box {
    padding: 30px 0;
  }
  .wow {
    opacity: 1;
  }

  .banner1 {
    margin-top: 50px;
  }
  .banner1 .first {
    display: none;
  }

  .banner1 .last {
    display: block;
  }
  .t_daohang {
    display: none !important;
  }
  .z_tanchuang .tbox .modal {
    padding: 10px;
  }
  .z_tanchuang .tbox .modal .out {
    border-radius: 50%;
    top: -50px;
    right: 0;
  }
  .banner1 {
    height: auto;
  }
  .guanbi .gbox {
    width: 100%;
  }
  .guanbi.guanbi_big .gbox {
    width: 100%;
    background-color: #14171c;
    padding: 100px 20px 55px;
  }
  .guanbi.guanbi_big .gbox .products_tab_box {
    width: 665px;
  }
  .guanbi.guanbi_big .gbox .guanbi_btn {
    margin-top: 30px;
  }
}
