::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #d7d7d7;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--yx_Color);
}
.s_tmpl {
  background-color: rgba(239, 239, 239, 0);
}
.s_tmpl_footer {
  background-color: rgba(239, 239, 239, 0);
}
:root {
  --yx_Color: #ee232c;
}
/*end*/
a:active,
a:hover,
a:focus,
a:visited{
  outline: none !important;
  text-decoration: none;
}
a {
  cursor: pointer;
}
i {
  font-style: normal;
}
#c_grid-1700042190641{
  margin-top:120px;
}
.yjActive .s_title {
  color: var(--yx_Color)!important;
}
.yjActive .s_title:after {
  width: 100%!important;
}

/*线条动画*/
@keyframes sumline_ani {
  0% {
    width: 20px;
  }
  100% {
    width: 100px;
  }
}
/*产品列表*/
@keyframes avia_pop_small {
    0% {
        transform: translate(-50%,-50%) rotate(-175deg) scale(.2);
    }
    100% {
        transform: translate(-50%,-50%) rotate(67deg) scale(1);
    }
}


/*导航*/
@media only screen and (max-width:1250px) and (min-width:768px){
  #c_static_001-1700040642763 .e_image-2 {
    display:none;
  }
  #c_static_001-1700040642763 .e_text-6 {
    width: 80px;
  }
  #c_static_001-1700040642763 .e_text-5{
    margin: 0 15px;
  }
  #c_static_001-1700040642763 .e_navigationA-3 {
    width: calc(85% - 210px);
    padding: 0 20px;
  }
  #c_static_001-1700040642763 .e_image-8{
    display:block;
  }
}
@media only screen and (max-width:768px) {
  #c_grid-1700042190641{
    margin-top:78px;
  }
}
