
/*banner脙篓脝鈥櫭呪€櫭兟γ⑩€灺⒚偮兟ッ⑩偓潞脗戮脙搂芒鈧懊⑩偓隆脙楼脜 脗篓脙搂芒鈧澝偮?/
/*
@-webkit-keyframes scale-bg{
  from{
);
    transform:scale(1.2);
  }
  to{
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
@keyframes scale-bg{
  from{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
  }
  to{
    -webkit-transform:scale(1);
    transform:scale(1);
  }
}
*/
/*banner */
.index_main{
  background: #f7f7f7;
}
.index_main .section1{
  position: relative;
}
.index_main .section1 .index_banner .item{
  background-size: cover;
  -webkit-background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
  visibility: visible; 
  -webkit-animation:scale-bg 6s linear forwards;
  animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.index_main .section1 .index_banner .items:after{
  content: "";
  display: block;
  width: 100%;
  height:100%;
  position: absolute;
  left: 0;
  top: 0;
/*  background: rgba(0,0,0,0.2);*/
}
.index_main .section1 .index_banner .item .inner{  
  position: absolute;
    top: 50%;

    width: 100%;
    padding: 0 15px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;


}
.index_main .section1 .index_banner .item .inner .block_txt{
/*
  max-width: 490px;
    margin: 0 auto;
height: 490px;
    border: 1px dashed #fff;
    border-radius: 50%;
*/
  
  width: 60vh;
    height: 60vh;
    margin: 0 auto;
/*
    background-image: url(../images/img-13.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
*/
    text-align: center;
    position: relative;
}

.index_main .section1 .index_banner .item .inner .block_txt .fp-tableCell {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%; margin-top:30%;
}
.index_main .section1 .index_banner .item .inner .block_txt .circle {
    width: 60vh;
    height: 60vh;
    margin: 0 auto;
    background-image: url(../images/img-13.png);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}
.index_main .section1 .index_banner .item .inner .block_txt .circle  .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}

.index_main .section1 .index_banner .item .inner .block_txt .circle .center {
    width: 35vh;
    height: 35vh;
    margin: 95px auto;
    border-radius: 50%;
    position: relative;
}
.index_main .section1 .index_banner .item .inner .block_txt  .cell_box .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;   
}
.index_main .section1 .index_banner .item .inner .block_txt .cell_box {
   font-size: 0;
    height: 100%;


}
.index_main .section1 .index_banner .item .inner .block_txt .circle .center:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
border: 3px dashed   #529a15;
    border-radius: 50%;
}
.index_main .section1 .index_banner .item .inner .block_txt .circle  .cell_box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}


.index_main .section1 .index_banner .item .inner .block_txt  .circle .ring span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    border: 1px solid #abe0a3;
    -webkit-animation: proRing 1s linear infinite;
    animation: proRing 1s linear infinite;
}
@-webkit-keyframes proRing{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}}
@keyframes proRing{0%{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}100%{opacity:0;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}}
@-webkit-keyframes ani-float{0%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}}

 .fu-info {  text-align: center;
    position: relative;
    padding-top: 10vh;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}
.fu-info h3 {
    font-size: 24px;
    color: #cb0101;
   font-weight: bold;
    position: relative;
    z-index: 2;
}
 .circle .center .fu-text h4 {
    font-size: 30px;
    color: #004a9a;
}

.fu-info:before {
    content: '';
    width: 10vw;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/img-14.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    -webkit-animation: industryAni1 1s linear infinite;
    animation: industryAni1 1s linear infinite;
}
@-webkit-keyframes industryAni1{0%{opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}90%,100%{opacity:1;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}}
@keyframes industryAni1{0%{opacity:0;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}90%,100%{opacity:1;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px)}}
 
.index_main .section1 .index_banner .mask {width:100%; height:100%; position:absolute; z-index:8; top:0%; left:0; background:url(../images/mask.png) center;}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot {
    position: absolute;
    width: 14vh;
    height: 14vh;
    border-radius: 50%;
    border: 1px dashed #448838;  box-shadow: 1px 0px 0px 3px rgb(165,197,167, 0.71);
    background-color: #fff;
    cursor: pointer;
    z-index: 2;
opacity: 1;visibility: visible;}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(1) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(1) {
    right: -6.57vh;
}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot i {
    height: 30px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.index_main .section1 .index_banner .item .inner .block_txt .circle .dot h3 {
    font-size: 16px;
    color: #333;
    margin-top: 5px;
    font-weight: normal;
    padding: 0 20px;
}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(1),.circle .dot:nth-of-type(5){top:20vh}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(1){right:-6.57vh}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(5){left:-6.57vh}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(4){top:2vh}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(2){right:2vh;top: 2vh;}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(4){left:2vh}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(3){left:0;top:-7vh;left:50%;margin-left:-7vh}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot i{height:38px;display:block;background-position:center;background-repeat:no-repeat;-webkit-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot h3{font-size:15px;color:#333;margin-top:5px;font-weight:normal;font-weight: bold; letter-spacing: 0px;padding:0 20px}
 .index_main .section1 .index_banner .item .inner .block_txt .circle .dot img{position: absolute;left: 3%;top: 85%;cursor: pointer;}

.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(1)  p{ display:none; position: absolute; top:56%; left: 80%;; background:#e47808;color: #fff;padding: 20px; width: 300px;border-radius: 15px;
 line-height: 28px; z-index: 110;}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(2)  p{ display:none; position: absolute; top:56%; left: 80%; background:#017730;color: #fff;padding: 20px; width: 300px;border-radius: 15px;
 line-height: 28px; z-index: 110;}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(3)  p{ display:none; position: absolute; top:75%; left: -55%; background:#ca1c1c;color: #fff;padding: 20px; width: 300px;border-radius: 15px;
 line-height: 28px; z-index: 110;}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(4)  p{ display:none; position: absolute; top:56%; right:80%; background:#ca1c1c;color: #fff;padding: 20px; width: 300px;border-radius: 15px;
 line-height: 28px; z-index: 110;}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:nth-of-type(5)  p{ display:none; position: absolute; top:56%; right:80%; background:#005ab7;color: #fff;padding: 20px; width: 300px;border-radius: 15px;
 line-height: 28px; z-index: 110;}

.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:hover p{display: block;}

.index_main .section1 .index_banner .item .inner .block_txt .circle .dot p{font-size:16px;margin-top:0px;font-weight:normal;}
.index_main .section1 .index_banner .item .inner .block_txt .circle .dot:hover, .circle .dot:hover{border:1px  solid #428738; font-weight: bold;}
.index_main .section1 .index_banner .item .inner .block_txt.circle .dot:hover h3{font-weight: bold;}

@media screen and (min-width: 992px){ .circle .dot:hover i{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg)}}
 .fu-info{text-align:center;position:relative;padding-top:10vh;position: absolute;bottom: 20px;left: 30%;}
@media screen and (min-width: 992px){
  }



.index_main .section1 .index_banner .item .inner .active .circle{opacity:1;visibility:visible;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}
.index_main .section1 .index_banner .item .inner .active .circle .dot{opacity:1;visibility:visible}
.index_main .section1 .index_banner .item .inner .active .circle .dot:nth-of-type(1){-webkit-transition-delay:.7s;-o-transition-delay:.7s;transition-delay:.7s}
.index_main .section1 .index_banner .item .inner .active .circle .dot:nth-of-type(2){-webkit-transition-delay:.9s;-o-transition-delay:.9s;transition-delay:.9s}
.index_main .section1 .index_banner .item .inner .active .circle .dot:nth-of-type(3){-webkit-transition-delay:1.1s;-o-transition-delay:1.1s;transition-delay:1.1s}
.index_main .section1 .index_banner .item .inner .active .circle .dot:nth-of-type(4){-webkit-transition-delay:1.3s;-o-transition-delay:1.3s;transition-delay:1.3s}
.index_main .section1 .index_banner .item .inner .active .circle .dot:nth-of-type(5){-webkit-transition-delay:1.5s;-o-transition-delay:1.5s;transition-delay:1.5s}

  
.index_main .section1 .index_banner .item  video{position: absolute; min-height:100%; min-width:100%;z-index:5; object-fit:cover; top:0; left:0; z-index:9;}
.index_main .section1 .index_banner .item .banner_img{/* position:absolute; *//* top:0; *//* left:0; */}
.index_main .section1 .index_banner .item  .banner_img img{width:100%;height:100%;position:absolute;}
.index_main .section1 .index_banner .item .inner .block_txt .bim{ margin: 0 auto; width: 100%;text-align: center}
.index_main .section1 .index_banner .item .inner .block_txt .bim-1 img{  display: block; margin: 0 auto; text-align: center}
.index_main .section1 .index_banner .item .inner .block_txt .bim-2 img{  display: block; margin: 0 auto;}
.index_main .section1 .index_banner .item.active .inner .block_txt{
  opacity: 1; 
  -webkit-transform: translateY(0); 
  transform: translateY(0); 
  -webkit-transition-delay: 100ms; 
  transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt2{
  position: absolute; 
  top: -120px;
  right: 10px;
  left:10px;
  opacity: 0; 
  transform: translateY(40px);
  -webkit-transform: translateY(40px); 
  -webkit-transition: all 500ms ease; 
  transition: all 500ms ease;
}

 .index_main .section1 .index_banner .item  video{position: absolute; min-height:100%; min-width:100%; object-fit:cover; top:0; left:0;z-index:9;}
.index_main .section1 .index_banner .item .inner .block_txt2 .bim{ margin: 0 auto; width: 100%;text-align: center}
.index_main .section1 .index_banner .item .inner .block_txt2 .bim-1 img{  display: block; margin: 0 auto; text-align: center}
.index_main .section1 .index_banner .item .inner .block_txt2 .bim-2 img{  display: block; margin: 0 auto;}
.index_main .section1 .index_banner .item.active .inner .block_txt2{
  opacity: 1; 
  -webkit-transform: translateY(0); 
  transform: translateY(0); 
  -webkit-transition-delay: 100ms; 
  transition-delay: 100ms;
}
.index_main .section1 .index_banner .item .inner .block_txt2  h2{
  color: #fff;
  font-size: 52px;  text-shadow: rgba(0,0,0,0.5) 1px 1px 5px;
  font-weight: bold;
  text-align:center;
  letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt2  h2 span{
  color: #f5c920;
  display: inline-block;
  letter-spacing: 5px;
}




.index_main .section1 .index_banner .item .inner .block_txt h4{
  font-size: 32px;
  color: #fff;
  color: #418c02;
  text-align: center; font-weight: bold; letter-spacing:8px;

}
.index_main .section1 .index_banner .item .inner .block_txt h2{
  color: #fff;
  font-size: 52px;  text-shadow: rgba(0,0,0,0.5) 1px 1px 5px;
  font-weight: bold;
  text-align:center;
  letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h2 span{
  color: #f5c920;
  display: inline-block;
  letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
  color: #fff;
  font-size: 22px;
  text-align:center;
  margin-top: 10px;
  letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
  width:30%;
  height: 100%;
  background-color: transparent;
  transition: all 500ms ease;
  -webkit-transition:all 500ms ease; 
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  font-size: 0;
  outline: none;
  border:0;
}
.index_main .section1 .left{
  left: 0;
}
.index_main .section1 .right{
  right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
  opacity: 1;
  visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
  width: 20px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 500ms ease;
  -webkit-transition:all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
  background-image:url(../images/ban_prev.png);
  left:60px;
}
.index_main .section1 .slick_txt .next{
  background-image:url(../images/ban_next.png);
  right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
  background-image:url(../images/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
  background-image:url(../images/ban_next_hover.png);
}
.index_main .section1 .number{
  position: absolute;
  bottom:12%;
  left: 50%;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  display: table;
  padding: 0 20px;
  width: auto;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
  font-family: "Myriad Pro","Microsoft YaHei";
  font-size: 14px;
  color: #fff;
  margin-right:100px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 500ms ease;
  -webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
  margin-right: 0;
}
.index_main .section1 .number span:after{
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  background: #cc0001;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom:-2px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
  -webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
  width: 100%;
  opacity: 1;
  visibility: visible;
}

/*small-banner*/
  #small-banner{ display: none;}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  margin-bottom:0px;
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.png") no-repeat left top;
  margin-top: -30px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }


/*small-banner*/


.IndexList{width:100%;position:absolute;bottom:0px;left:0px;z-index:2;/*background: url(../images/industry01_cover1.png) repeat center bottom;*/background: rgba(0, 0, 0, 0.45);}
.IndexList_box{width:100%;position:relative;height: 110px;padding: 5px 0px;/* display: none; */}
.IndexList a{display: block; height: 105px; position: relative;transition: all 0.3s ease; text-decoration: none; outline: 0;}
.IndexList a .box { padding: 32px 70px; position: relative; z-index: 4; transition: padding-top 0.45s ease;}
.IndexList a .box i{display: inline-block; width: 40px; height: 40px; background: url(../images/iban_con01.png) no-repeat; vertical-align: middle;}
.IndexList a .box i.icon01{ background-position: 0 0;}
.IndexList a .box span { display: inline-block; margin-left: 15px; color: #fff; font-size: 18px; width: 55%; vertical-align: middle;}
@media only screen and (max-width: 1800px){}
@media only screen and (max-width: 1660px){
  .index_main .section1 .index_banner .item .inner .block_txt h4{
    font-size: 28px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2{
    font-size: 60px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3{
    font-size: 20px;
  }
}
@media only screen and (max-width: 1580px){
  .index_main .section1 .index_banner .item .inner .block_txt h4{
    font-size: 24px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2{
    font-size: 40px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3{
    font-size: 18px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 1440px){
  .index_main .section1 .index_banner .item .inner .block_txt h4{
    font-size: 20px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2{
    font-size: 26px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h3{
    font-size: 16px;
  }
  .index_main .section1 .index_banner .slick-arrow{
    background-size: auto 30px;
  }
}
@media only screen and (max-width: 1366px){
  .header.mini .logo, .header:hover .logo {
    background: url(../images/logo1.png) no-repeat left top;
    width: 200px;
    height: 52px;
    cursor: pointer;
    background-size: 100%;
}
.mini .header_tools {
    height: 75px;
    position: relative;
    top: -12px;
}  
.index1 .container {
     width: 100%; 
    margin: 0 auto;
}
.index2 .container {
    width: 100%;
    margin: 0 auto;
}
.index3 {
    background: #f5f5f5;
    padding: 40px 20px;
}
.index3 .container {
    width: 100%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 1200px){  

}
@media only screen and (max-width: 1024px){
  .header.mini .logo, .header:hover .logo {
    background: url(../images/logo1.png) no-repeat left top;
    width: 285px;
    height: 52px;    background-size: 100%;
    cursor: pointer;
}.header .header_tools .language a {
    display: inline-block;
    height: 26px;
    line-height: 24px;
    text-align: center;
    width: 26px;
    box-sizing: border-box;
    border: 1px solid #FFF;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    font-size: 85%;
    display: block;
}
  .header.mini .header_tools .navMenu .icon_menu {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_top.png) no-repeat 0 -158px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
  .header .header_tools {
    float: right;
    position: relative;
/*  width: 40%;*/
  width: 35%;
}
  .header .header_tools .fix {
    position: relative;
    z-index: 2;
    float: right;padding-top: 30px;
   
}
  .header .header_tools .search {
    vertical-align: middle;
    display: block;
    /* width: 25%; */
}.mini .header_tools {
    height: 75px;
    position: relative;
    top: -12px;
}  
.header.mini .logo, .header:hover .logo {
    width: 285px;
    height: 52px;
    background-size: 100%;
    margin-top: 5px;
}.header .header_logo {
    float: left;
    margin-top: 20px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    width: 15%;
    position: relative;
    text-align: center;
}
  .logo {
    width: 285px;
    height: 52px;
    background-size: 100%;
    margin-top: 7px;
}
  .header .header_tools .navMenu .icon_menu {
    display: block;
    width: 26px;
    height: 26px;
/*   background: url(../images/icon_top2.png) no-repeat 0 -76px;*/
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
.hd_phone {
    font-size: 0;
     padding-top: 0px; 
    float: left;
    /* padding-left: 30px; */
}

.header.mini .header_tools .search .icon_search {
    display: block;
    width: 26px;
    height: 75px;
    background: url(../images/icon_top.png) no-repeat 0 5px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
}
  
.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 60vh;
    position: relative;
}  
.index_main .section1 .index_banner .item .inner .block_txt2 .bim-1 img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
  .index1 .intro .img img {
    background: url(../images/about_center01_bg.jpg) center fixed;
    width: 50%;    
}
.index1 .container {
    width: 100%;
    margin: 0 auto;
}
.index3 {
    background: #f5f5f5;
padding: 30px 15px;
}
.index3 .container {
    width: 100%;
    margin: 0 auto;
}#owl-demo {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 0 auto;
}
  #owl-demo img {
    display: block;
    width: 100%;
    height: 400px;
}
.NewsSlideBox {
    height: 390px;
    overflow: hidden;
}
  .index_main .section1 .index_banner .item .inner .block_txt h4{
    font-size: 18px;
  }
  .index_main .section1 .index_banner .item .inner .block_txt h2{
    font-size: 22px;
    }
  .index_main .section1 .index_banner .item .inner .block_txt h3{
    font-size: 14px;
  }
  
}
@media only screen and (max-width: 992px){

  #banner{ display: none;}
  #small-banner{ display: block;margin-top:80px;}
 #small-banner .caption{  display: none;}
  #small-banner li video{width:100%;height: 100%;position: relative;}
 #small-banner li .inner{z-index: 999;position: absolute;top: 50%;width: 100%;padding: 0 15px;-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);text-align: center;}
 #small-banner li .inner .block_txt2{position: absolute; top: -120px;right: 10px;left:10px;
opacity: 0; transform: translateY(40px); -webkit-transform: translateY(40px); -webkit-transition: all 500ms ease; 
transition: all 500ms ease;
}

 #small-banner li .inner .block_txt2 .bim{ margin: 0 auto; width: 100%;text-align: center}
  #small-banner li .inner .block_txt2 .bim-1 img{  display: block; margin: 0 auto; text-align: center}
  #small-banner li .inner .block_txt2 .bim-2 img{  display: block; margin: 0 auto;} 
  .IndexList{display: none;}
  
  .IndexList{ display:none}
  .index_main .section1 .index_banner .item{
    height: 80vh;
  }
  .index_main .section1 .index_banner .item .inner .block_txt{
    left: 0;
    right:0;
    margin: 0 auto;
    padding: 0 20px;
    top: 42%;
  }
  .index_main .section1 .index_banner .slick-arrow{
    display: none !important;
  }
    .index_main .section1 .index_banner .slick-dots{
      position: absolute;
      bottom: 12px;
    z-index: 99;
    }
    .index_main .section1 .index_banner .slick-dots li{
      width: 12px;
      height: 12px;
      border-radius: 50%;
      border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
      display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
      background: #fff;
    }
  .index_main .section1 .number{
    bottom: 12%;
    display: none;
  }
  .index_main .section1 .number span{
    margin-right: 22px;
  }
  .index_main .section1 .number span:after{
    bottom: -14px;
  }
.index1 .intro .img img {
    background: url(../images/about_center01_bg.jpg) center fixed;    width: 60%;
}
  .index_main .section1 .index_banner .item .inner .block_txt2 .bim-1 img {
    display: block;
    margin: 0 auto;
    text-align: center;

    max-width: 80%;

   
}
  .index3 {
    background: #f5f5f5;
    padding: 35px 15px;
}
  .Zhid_new {
    padding-bottom: 30px;
    text-align: center;
}
  .NewsSlideBox {
    margin-top: 20px;
}
}
@media (max-width:960px){
  .index1 .container {
    width: 100%;
    margin: 0 auto;
}  
.index3 .container {
    width: 100%;
    margin: 0 auto;
}  
.index2 .container {
    width: 80%;
    margin: 0 auto;
    display: none;
}
.pro-nav-img {
    height: 900px;
    position: relative;
    display: none;
}  
}
@media (max-width:800px){
  .header .header_tools {
    float: right;
    position: relative;
    width: 50%;
}
  .header.mini .logo, .header:hover .logo {
    background: url(../images/logo1.png) no-repeat left top;
    min-width: 240px;
    height: 52px;
    background-size: 100%;
    cursor: pointer;
}
  .header .header_tools {
    float: right;
    position: relative;
    width: 58%;

}
  .box {
      width: 100%;
      height:475px;
      position: relative;
  }
.index-point .wrap {
    width: 100%;
    clear: both;
    margin: 0 auto;
}
.index-point .left {
    width: 100%;
    position: relative;
}
.index-point .left .cover .box-point .tit {
    font-size: 26px;
    color: #000;
    font-weight: lighter;
}
.index-point .left .cover .box-point .con {
   display: none;
}
.btn-border{ display: none;}
.index-point .left .cover .box-point {
    padding: 20px;
}

.index-point .right {
   position: relative;
   
    width: 100%;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}.index-point .right ul {
    padding: 15px 0;
}
.numCount li .item .indc {
    font-size: 13px;
    color: #1e1e1e;
    line-height: 1;
    padding-bottom: 18px;
}
.numCount li .numU {
    line-height: 1.3;
    margin-bottom: 10px;
}
  .index_main .section1 .index_banner .items {

    background-size: cover;
    background-position:72% ;
    background-repeat:  no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
  .index_main .section1 .index_banner .item .inner .block_txt2 .bim-1 img {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    margin-top: 150px;
  }
.index_main .section1 .index_banner .item .inner .block_txt2  .bim1  img{    margin-top:50px; }
.index_main .section1 .index_banner .item .inner .block_txt2  .bim2  img{    margin-top:20px; }
  
.index1 {
   
    padding: 10px 0;
}
.index1 .container {
    width: 100%;
    margin: 0 auto;
}  
.index1 li{
  margin: 10px 0px;
}
.index4 .container {     width: 100%; }
.index3 .container {
    width: 100%;
    margin: 0 auto;
}  
  
/*  鎵嬫満绔椤典骇鍝佹ā鍧?/
  .phone-box{  display: block;background: #f3f3f3;     padding: 10px ;}  
.bg-white { background: #cb0001;}
.index-title-block .t1 span {
    display: inline-block;
    padding: 0 44px;
    line-height: 100%;
    color: #fff;
    font-size: 32px;
    /* color: #e50012; */
    text-align: center;
    font-weight: bold;
}
.index-title-block .t2 {font-size: 20px; text-align: center; color: #ffffff; padding-top: 10px;float: left;width: 100%;}  
  

.floatRight {

    display: none;
}
.show {
    display: none !important;
}
  .index2 .container {
     width: 100%; 
    margin: 0 auto;
    display: block;
}
  .prodcut-nav {
   width:110%; 
    overflow: hidden;
    position: relative;
    z-index: 11;
}
  .prodcut-nav li {
     width: 33.3%;
    height: 160px;
    float: left;
    line-height: 100%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #EEE;
}
.index4 .content li {
    text-align: center;
    margin: 10px 0px;
}
.picScroll-top {
    margin: 25px auto 20px;
    overflow: hidden;
    position: relative;
}  
}
@media only screen and (max-width: 767px){  
  .show {
    display: none !important;
}
  
  
    .index1 .intro .img img {
    background: url(../images/about_center01_bg.jpg) center fixed;
    max-width: 320px;
}
.index3 {
    background: #f5f5f5;
    padding: 30px 15px;
}
.Zhid_new {
    padding-bottom: 15px;
    text-align: center;
}
  #owl-demo {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
  #owl-demo img {
    display: block;
    width: 100%;
    height: auto;
}
#owl-demo span {
    position: absolute;
    left: 0;
    bottom: 37px;
    width: 100%;
    font: 14px/33px "寰蒋闆呴粦";
    color: #fff;
    text-align: center;word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 1; 
    overflow: hidden;
}
  




}



@media (max-width:640px){
    .index_main .section1 .index_banner .item {
    height: 50vh;
}
  .numCount li .numCX {
      font-size: 5vw;
  }
  

.wrap {
    width: 100%;
    clear: both;
    margin: 0 auto;
}
}
@media only screen and (max-width:520px){
 .header .header_tools .navMenu .icon_menu {
    display: block;
    width: 26px;
    height: 26px;
    background: url(../images/icon_top2.png) no-repeat 0 -76px;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 auto;
    display: block;
}
}

@media (max-width:480px){
  .logo {
    background: url(../images/logo1.png) no-repeat left top;
    width: 235px;
    height: 40px;
    position: relative;
    text-align: center;
    background-size: 100%;
    margin-top: 0px;
}
.header.mini .logo, .header:hover .logo {
    background: url(../images/logo1.png) no-repeat left top;
    width: 235px;
    height: 52px;
    cursor: pointer;
    background-size: 100%;
}
  .header .header_tools .fix {
    position: relative;
    z-index: 2;
    float: right;
    padding-top: 25px;
}
  .numCount{ font-size:0.5vw;}
  .show {display: none !important;}
  .index1 li .intro .box_center01 {
    padding: 20px;
}
  .index_main .section1 .index_banner .items {

    background-size: cover;
    background-position:72% ;
    background-repeat:  no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
  .index_main .section1 .index_banner .item .inner .block_txt2 .bim-1 img {
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    margin-top: 115px;
  }
.index_main .section1 .index_banner .item .inner .block_txt2  .bim1  img{    margin-top:95px; }
.index_main .section1 .index_banner .item .inner .block_txt2  .bim2  img{    margin-top:20px; }
  
.index1 .intro .c {
    font-size: 16px;
    color: #333;
     padding: 0px; 
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}  
  #owl-demo {
    position: relative;
    width: 100%;
    height: 250px;
    margin: 0 auto;
}
  #owl-demo img {
    display: block;
    width: 100%;
    height: 250px;
}
  
.index4 {
     padding:0px; 

}  
  
  
}


@media only screen and (max-width: 340px){
 
}


@media only screen and (max-width: 320px){
  .header .header_tools li {
    font-size: 16px;
    float: left;
    text-align: center;
    color: #fff;
    cursor: pointer;
    margin: 0px 2px; 
}
}