.navbar-abs{  width: 100%; }
.navbar-bg { height: 201px; z-index: 9999; background-color: #941E21; position: relative; background-image: url('../newimage/main/index-bg.png'); background-repeat: no-repeat; background-position: center center;}
.navbar-con{  width: 100%; margin-bottom: 45px !important; position: relative; }
.navbar-brand{ margin-top: 18px; }
.navbar-brand img{ user-select: none; pointer-events: none; }


.navbar-sub{ position: absolute; right: 0; top: 19px; }
.sub-menus{ display: flex; align-items: center; justify-content: flex-end; }
.navbar-sub a{ color: #fff !important; font-weight: normal; font-size: 14px; transition: color .2s; }
.navbar-sub a:hover{ color: #fff !important; }
.navbar-sub .input-group { padding-top: 22px; justify-content: flex-end; }
.is-show {
  height: 25px;
display:none;
}
.header-right-div .search { 
  width: 212px;  
  height: 30px;
  padding: 0 39px 0 10px; 
  border-radius: 30px;
}

.header-right-div { 
  display: flex; 
  margin-top: 23px;
  justify-content: flex-end;
}

.header-right-div .message{
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
}
.header-right-div .message:hover {
  color: #fff;
}

.search-div {
  margin-left: 20px;
  position: relative;
}

.search-div .btn-search input{ 
  width: 20px;
  height: 20px;
}

.search-div .btn-search{
  position: absolute;
  right: 13px;
  top: 5px;
}
.message .img {
  vertical-align: middle;
}

.header-right-div .search-div .img{
  vertical-align: middle;
}
.menus-bg { position: absolute; bottom: -15px; left: 0; width: 100%; background: url('../newimage/main/index-nav.png')  }
.navbar-menus{ display: flex; justify-content: space-around;  height: 45px; line-height: 45px;  }
.navbar-menus .menus-item{ margin: 0 13px; position: relative; }
.navbar-menus .menus-item > a{ color: #fff !important; font-weight: normal; font-size: 20px; transition: color .2s; position: relative; padding: 0 0 15px;}

.navbar-menus .menus-item ul{ 
  position: absolute; display: none; top: 42px; left :50%; transform: translateX(-50%);
  width: 125px;list-style: none;text-align: center;padding: 0;z-index: 99;border-top: 3px solid #df8c22;
  background-color: rgba(255,255,255,.95); box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}
.navbar-menus .menus-item ul li a{ 
  display: block; color: #333; height: 35px; line-height: 35px; transition: all .2s;
  font-size: 15px;
}
.navbar-menus .menus-item ul li a:hover{ background:url('../newimage/main/index-selected.png'); color: #fff !important; }
.navbar-menus .menus-item ul li a:active{ color: #fff !important; background:url('../newimage/main/index-selected.png'); }



#carouselExampleFade .carousel-indicators{ max-width: 1583px; bottom: 9px; justify-content: center; }
#carouselExampleFade .carousel-indicators li{ width: 15px; height: 15px; border-width: 0; background-color: #DBDDDA; border-radius: 50%; margin: 0 8px; opacity: 1; transition: all .2s; }
#carouselExampleFade .carousel-indicators li.active{ background-color: #902124; width: 15px; }

#carouselExampleFade .carousel-control-prev,
#carouselExampleFade .carousel-control-next {opacity: 10;}
.carousel-control-prev .carousel-control-prev-left { display: block; width: 30px; height: 65px; background-image: url('../newimage/index/left.png'); background-repeat: no-repeat;  }
.carousel-control-prev .carousel-control-prev-left:hover {  background-image: url('../newimage/index/left-hover.png');  }
.carousel-control-next .carousel-control-prev-left { display: block; width: 30px; height: 65px; background-image: url('../newimage/index/right.png'); background-repeat: no-repeat;  }
.carousel-control-next .carousel-control-prev-left:hover {  background-image: url('../newimage/index/right-hover.png');  }


.m-head-menu,
.icon-bg,
.m-head-menu .menus,
.header-nav-title,
.search-list {
  display: none;
}

@media (max-width: 576px) {

  body {
    background: #F7F7F7;
  }

  .menus-bg,
  .close,
  .m-head-menu,
  .sub-menus .nv-sub-item {
    display: none;
  }

  .is-show {
    position: relative;
    top: 11.5vw;
    display: block;
  }
.header-nav-title,
  .m-head-menu .menus {
  display: block;
}
  .navbar-bg {
    animation: none;
  }

  .navbar-bg {
    height: 37vw;
  }

  .icon-bg .close {
    opacity: unset;
  }

  .header-right-div {
    margin-top: 6px;
    margin-right: 17vw;
  }

  .navbar-brand {
    width: 65%;
    margin-top: 0.5rem;
  }

  .header-right-div .search-div .img {
    display: none;
    width: 5vw;
    height: 6vw;
  }

  .navbar-brand img {
    width: 100%;
    height: 100%;
  }

  .navbar-bg .icon-bg {
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 10px;
    width: 10vw;
  }

  .icon-bg img {
    width: 100%;
    height: 100%;
  }

  /* 子级菜单开始 */

  .m-head-menu {
    position: absolute;
    right: 0;
    width: 100%;
    top: 19vw;
    z-index: 1001;
    background: #941e21;
  }
  .m-head-menu .menus {
   width: 100%;
 }
  .m-head-menu .menus-list .menus-items span::after {
    position: absolute;
    display: inline-block;
    top: 19px;
    right: 90px;
    content: " ";
    background-image: url("../newimage/index/select-nav.png");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    transition: all 0.2s;
  }

  .m-head-menu .menus-list .flex-block:nth-child(1) a span::after,
  .m-head-menu .menus-list .flex-block:nth-child(5) a span::after,
  .m-head-menu .menus-list .flex-block:nth-child(7) a span::after {
    background-image: url("");
  }

  .m-head-menu .menus-list .flex-block:nth-child(7) a span::after {
    background-image: url("");
  }

  .m-head-menu .menus-list .menus-items.actived span::after {
    background-image: url("../newimage/index/slecet-no.png");
  }

  .m-head-menu .menus-list {
    display: block;
    width: 100%;
    padding: 0;
  }
  .m-head-menu .menus-list::-webkit-scrollbar {
    width: 6px;
  }
  .m-head-menu .menus-list::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 4px;
  }
  .m-head-menu .menus-list .menus-items {
    position: relative;
    display: block;
    border-bottom-width: 0;
    height: 50px;
    line-height: 50px;
    color: #333333;
    cursor: pointer;
    transition: all 0.2s;
    text-align: right;
    padding-right: 5vw;
    border-bottom: 1px solid #dcdcdc;
  }
  .m-head-menu .menus-item span {
    font-size: 16px;
    font-weight: normal;
    margin-right: 6vw;
    color: #5f0d0f;
  }

  .menu-sub-lists .menu-sub-item:hover,
  .flex-block .menus-items.actived span,
  .menu-sub-lists .menu-sub-item.actived span {
    color: #fff !important;
  }

  .m-head-menu .menu-sub-lists .menu-list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }

  .m-head-menu .menu-sub-lists {
    display: none;
    text-align: right;
    padding: 15px 22px 0 0;
  }
  .m-head-menu .menu-sub-lists .menu-sub-item {
    width: calc((100% -22px) / 4);
    cursor: pointer;
    color: #7a7a7a;
    line-height: 2;
    transition: all 0.2s;
    position: relative;
  }
  .m-head-menu .menu-sub-lists .menu-sub-item span {
    font-size: 12px;
    color: #5f0d0f;
    font-weight: normal;
  }
  /** 子级菜单结束**/


  .icon-bg .icon-view {
    width: 6vw;
    height: 5vw;
  }
}