/* CSS Document */
.banner{ width:100%; height:580px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:450px;  position:absolute; left:0; top:0;}
.b-img li{ display:block; height:580px; float:left;}
.b-img li a{ display:block; height:580px}
.b-list{ height:50px; padding-top:540px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; background-color:#fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{background-color:#fe8610}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:220px;}
.bar-right em{ display:block; width:50px; height:100px;background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:220px; }
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}

body {
  overflow-x: hidden;
}
.ddsmoothmenu ul li {
  position: relative;
}
.ddsmoothmenu ul li:nth-of-type(3) {
  position: static;
}
.ddsmoothmenu ul li:nth-of-type(3):hover .submenu {
  display: block;
}
.sub-menu {
  position: absolute;
  left: 50%;
  min-width: 100%;
  transform: translateX(-50%);
  z-index: 99;
  background: #fff;
}
.sub-menu_item a {
  display: block;
  text-align: center;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}
.sub-menu_item a:hover {
  background: rgba(0,0,0,0.05);
}
.top {
  position: relative;
}
.submenu {
  display: none;
  position: absolute;
  left: calc((100vw - 1200px) / -2);
  width: 100vw;
  z-index: 99;
  top: 95%;
  background: #fff;
}
.ddsmoothmenu > ul > li > a > i {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.submenu-item_wrap {
  display: flex;
  gap: 20px
}
.submenu-item_wrap + .submenu-item_wrap {
  border-top: 1px solid #eee;
  padding-top: 10px;
  margin-top: 10px;
}
.submenu-item {
  width: calc(25% - 15px);
  padding: 0 10px;
  box-sizing: border-box;
  padding: 10px 15px;
  position: relative;
}
.submenu-item + .submenu-item {
  border-left: 1px solid #eee;
}

.submenu-item_title {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
}
.ddsmoothmenu ul li > a {
  display: flex;
  align-items: center;
}
.submenu-item_list {
  margin-bottom: 10px;
}
.submenu-item_list a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  line-height: 2.2;
}
.submenu-item_list a:before {
  width: 5px;
  height: 5px;
  content: "";
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
  margin-right: 10px;
}
.submenu-item_more a {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}

#LeftMenu .lihover p {
  display: flex;
  align-items: center;
  background: transparent;
}
#LeftMenu .lihover > p > .act {
  width: 12px;
  height: 12px;
  background: url(../images/sort_li_j.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  cursor: pointer;
}
.ddsmoothmenu-v > ul > li.on > ul {
  display: block;
}
.ddsmoothmenu-v > ul > li.on > p .act {
  background: url(../images/sort_li_a.jpg) center no-repeat !important;
}
.ddsmoothmenu-v > ul > li > ul {
  background: #efefef;
  display: none;
}
.ddsmoothmenu-v > ul > li > ul > li {
  padding-left: 26px;
}
.ddsmoothmenu-v > ul > li > ul > li > p > a {
  padding-left: 18px;
  font-size: 14px;
}
.ddsmoothmenu-v > ul > li > p {
  padding: 0 20px;
}
.ddsmoothmenu-v > ul > li > p > a {
  padding-left: 0;
  background: transparent !important;
}