.anchorShade {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.5);
}

.anchorMenu {
  z-index: 4;
  position: fixed;
  right: 80px;
  bottom: 248px;
  box-shadow: 0px 2px 12px 0px rgb(0 0 0 / 10%);
  border-radius: 10px;
  width: 48px;
  height: 48px;
  text-align: center;
  display: none;
}

.anchorList {
  width: 110px;
  background: #FFFFFF;
  box-shadow: 0px 9px 27px 0px #EEEEEE;
  border-radius: 4px;
  position: fixed;
  left: 120px;
  top: 120px;
  z-index: 10002;
  overflow: hidden;
}

.anchorList .anchorNav {
  font-size: 14px;
  color: #999999;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.anchorList .anchorNav img {
  margin-right: 5px;
}

.anchorList .anchorNav .showImg {
  display: none;
}

.anchorList .anchorNav i{
  margin-right: 5px;
}

.anchorList .anchorNav.active .showImg {
  display: block;
}

.anchorList .anchorNav .hideImg {
  display: block;
}

.anchorList .anchorNav.active .hideImg {
  display: none;
}

.anchorList .anchorNav:hover {
  background: #FFF5F5;
  color: #FB6C2E;
}

.anchorList .anchorNav.active {
  background: #FFF5F5;
  color: #FB6C2E;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.WebList .webNav {
  padding: 50px 0;
}

.WebList .webNav:nth-child(even) {
  background-color: #F6F6F6;
}

.WebList .webNav .webTitle {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 25px;
}

.WebList .webNav .webTitle img {
  margin-right: 10px;
}

.WebList .hotListBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.WebList .hotListBox .hotList {
  width: 285px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 10px 15px;
  box-sizing: border-box;
  transition: all .3s;
}

.WebList .hotListBox .hotList:hover {
  box-shadow: 0px 9px 27px 0px #EEEEEE;
  transform: translateY(-5px);
}

.WebList .hotListBox .hotListHead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 10px;
}

.WebList .hotListBox .hotListHead img {
  width: 22px;
  height: 24px;
  vertical-align: middle;
}

.WebList .hotListBox .hotListHead .hotListTitle {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 5px;
}


.WebList .hotListBox .hotListHead .iconfont {
  font-size: 14px;
  vertical-align: middle;
}

.WebList .hotListBox .hotListHead .refresh {
  font-size: 12px;
  color: #999999;
  line-height: 40px;
  cursor: pointer;
}

.WebList .hotListBox .hotListHead .refresh i {
  color: #999999;
  vertical-align: middle;
  margin-right: 5px;
}

.WebList .hotListBox .hotListHead .refresh span {
  vertical-align: middle;
}

.WebList .hotListBox .hotListHead .refresh:hover span {
  text-decoration: underline;
}

.WebList .hotListBox .searchUl {
  margin-top: 13px;
}

.WebList .hotListBox .searchUl li {
  margin-bottom: 10px;
}

.WebList .hotListBox .searchUl a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(60, 60, 75, 1);
  line-height: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.WebList .hotListBox .searchUl a:hover {
  color: #FB6C2E;
}


.WebList .webNavBox {
  overflow: hidden;
}

.WebList .webNavBox .navItem {
  width: 224px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 4px;
  display: inline-block;
  padding: 15px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.WebList .webNav:nth-child(odd) .webNavBox .navItem {
  border: 1px solid #eee;
}

.WebList .webNavBox .navItem:nth-child(5n) {
  margin-right: 0;
}

.WebList .webNavBox .navItem:hover {
  box-shadow: 0px 6px 12px 0px rgba(204, 204, 204, 0.35);
}


.WebList .webNavBox .navItem .navlogo {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

.WebList .webNavBox .navItem .navName {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 限制在一个块元素显示的文本的行数 */
  -webkit-box-orient: vertical;
  /* 垂直排列 */
  word-break: break-all;
  /* 内容自动换行 */
}

.WebList .webNavBox .navItem .navName:hover {
  color: #FB6C2E;
}

.WebList .webNavBox .navItem .navDesc {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}

footer .service_box {
  margin-top: 0;
}

@media only screen and (max-width: 1680px) {
  .anchorList {
    left: 60px;
    margin-left: 0;
}
}

@media only screen and (max-width: 1440px) {
  .anchorList {
    left: 10px;
    margin-left: 0;
}
  .w1200 {
    width: 1000px;
  }
  .WebList .hotListBox .hotList{
    width: 240px;
  }
  .WebList .webNavBox .navItem{
    width: 190px;
    margin-right: 12px;
  }
}
