html::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #ddd;
}
html::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #ddd;
}
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  width: 17px;
  height: 17px;
  background-color:var(--yx_Color);
}
.s_tmpl {
  background-color: rgba(239, 239, 239, 0);
}
.s_tmpl_footer {
  background-color: rgba(239, 239, 239, 0);
}
/*分类按钮*/
.w-primary {
  color: #fff;
  background-color: var(--yx_Color) !important;
  border-color: var(--yx_Color) !important;
  border-radius: 0px;
  width: 100%;
  line-height: 30px;
  text-align: center;
  padding:12px;
}
/*文字*/
:root{
  --yx_FS60:60px;
  --yx_FS_BannerBig:44px;
  --yx_FSOne: 36px;
  --yx_FSTwo: 30px;
  --yx_FSThree:24px;
  --yx_FSFour: 20px;
  --yx_FSFive: 18px;
  --yx_FSSix: 16px;
  --yx_Color:#23579f;
  --yx_ColorTwo:#333;
}
/*end*/
a:active,
a:hover,
a:focus,
a:visited{
  outline: none !important;
  text-decoration: none;
}
a {
  cursor: pointer;
}
i {
  font-style: normal;
}
@media only screen and (min-width:769px){
  .w-primary {display:none;}
}
/*pad*/
@media only screen and (max-width:1440px) and (min-width:1025px){
  :root{
    --yx_FS_BannerBig:40px;
    --yx_FS60:50px;
  }
}
@media only screen and (max-width:1024px) and (min-width:769px){
  :root{
    --yx_FS60:44px;
    --yx_FS_BannerBig:36px;
    --yx_FSOne: 30px;
    --yx_FSTwo: 26px;
    --yx_FSThree:22px;
    --yx_FSFour: 18px;
    --yx_FSFive: 16px;
    --yx_FSSix: 14px;
  }
}
/*phone*/
@media only screen and (max-width:768px){
  :root{
    --yx_FS60:36px;
    --yx_FS_BannerBig:32px;
    --yx_FSOne: 28px;
    --yx_FSTwo: 22px;
    --yx_FSThree:20px;
    --yx_FSFour: 18px;
    --yx_FSFive: 16px;
    --yx_FSSix: 14px;
  }
}
@media only screen and (min-width:1201px){
  #c_static_001-16420726227420 .e_navigationA-6 .p_level1Item:hover .yx_EjBox {
    top: 78px ;
    visibility: visible ;
    transition: all .2s .3s;
    opacity: 1 ;
  }
  #c_static_001-16420726227420 .e_navigationA-6 .yx_EjBox{
    display: block!important;
    height: auto!important;
      position: absolute;
  top: 110px;
  left: 0;
  width: 200px;
  background: #4c4f53;
  visibility: hidden;
  border-top-width: 0px;
  transition: transform .3s .2s;
  opacity: 0;
  z-index: 9;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #c_static_001-16420726227420 .p_navContent .e_text-10{
   display:none;
  }
}