ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
li {
    display: inline-block;
    position: relative;
}
.nav-item {
    padding: 10px;
}
.nav-item .secondary {
    /* display: block; */
    margin-top: -2px;
    position: absolute;
    z-index: 1000;
    left: 0;
}
.productlisttitle-name::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -21px;
    margin-top: -10px;
    width: 16px;
    height: 17px;
    background: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke-linejoin='round'%3E%3Cpath stroke='%23E1251B' d='M9 11h6v5H9z'/%3E%3Cpath stroke='%23262626' d='M1 1h6v5H1zM9 1h6v7H9zM1 9h6v7H1z'/%3E%3C/g%3E%3C/svg%3E")
}
.productlisttitle-name::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 37px;
    width: 10px;
    height: 12px;
    margin-top: -6px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease
}

.productlisttitle-name:hover::after{
    -webkit-transform: translate(4px);
    -ms-transform: translate(4px);
    transform: translate(4px);
    background: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 6 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375.625L4.75 4 1.375 7.375' stroke='%23E1251B' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")

}
.shop_hot{
    display: inline-block;
    margin-left: 6px;
    background: #ffeceb;
    border-radius: 4px;
    color: #f04134;
    font-size: 12px;
    padding: 2px 5px;
}


.secondary {
    /* background-color: #f0f1f5; */
    background: url(/web/shiwais2/assets/img/index/portal_header_bg-hederv7-v2.jpg) no-repeat center top #484e52;
    width: 100%;
    height: 0px;
    position: absolute;
    top: 73px;
    z-index: 999;
    overflow: hidden;
    transition: height 1.3s ease;
}
.nav-menu {
    display: flex;
}

#header-nav{
  color: #000;
  position: relative;
  display: block;
  margin-top: 10px;
}

#header-nav:after{
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 16px;
    height: 2px;
    margin-left: -8px;
    background-color: #1A63FF;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
    opacity: var(--after-opacity, 0);
}

.section-content {
    width: 100%;
}

.menu{
  width: 1475px;
  height: 100%;
  margin: 0 auto;
  /* background-color: #f6f7f9; */
  /* background-color: red; */
  z-index: 1000;
  display: flex;
    justify-content: space-between;
}
.menu .menu-nav{
  width:260px;
  background-color: #f4f5f9;
  /* background-color: #f40; */
  height: 530px;
  overflow: hidden;
  background-image: url('/web/shiwais2/assets/img/index/portal_header_dropdown-left.jpg');
  background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right top;
}
.menu .menu-nav li{
  display: list-item;
  color: #262626;
  margin-top: 28px;
  margin-bottom: 22px;
}
.menu .menu-nav li:first-child{
  font-size: 16px;
  font-weight: 700;
  margin-left: 40px;
}
.menu ul li:first-child img{
  width:20px;
  height: 1em;
  margin-top: -3px;
}
.left-tuijian {
  /*margin-top: -21px;*/
}
.menu .menu-nav li:not(:first-child) {
  color: #212121;
  /*width: 75px;*/
  font-size: 15.5px;
  padding: 9px 0 9px 0;
    margin-left: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
  /* transition: color 0.3s ease, font-weight 0.3s ease, font-size 0.3s ease, padding-left 0.3s ease; */
}

.menu .menu-nav li:not(:first-child) span{
  transition: padding .25s ease;
}

#recommend:hover .left{
    /* display: block;
    background-color: #1a63ff; */
}

.menu .menu-nav li:not(:first-child):hover{
    /* color: #1a63ff;
    font-weight: 700;
    padding-left: 6px; */
    /* color: #1A63FF;
    font-weight: 600;
    padding: 9px 30px 9px 48px; */
}
/*.menu main{*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top:0;*/
/*  width: 1100px;*/
/*  margin: 0 auto;*/
  /*background-color: #f5f6f8;*/
/*  transform: translateX(-41%);*/
/*  height: 100%;*/
/*}*/
.menu main .nav-headers{
  height: 50px;
  margin-top: 22px;
  /*margin-left: 20px;*/
}
.menu main .nav-headers input{
  height: 40px;
  width: 779px;
  /*margin: 0 50px 0 0px;*/
  border:1px solid #dadada;
  padding-left: 15px;
}
.menu main .nav-headers button{
  margin-left: 10px;
  border:none;
  background-color: #eaebed;
  color: #262626;
  height: 40px;
  font-size: 14px;
  padding:0 10px;
}
.menu main .nav-content{
  /*height: 420px;*/
  background-color: rgba(255, 255, 255, 0);
  margin-top: 33px;
}
/*.menu main .nav-content .right{*/
/*  position: absolute;*/
/*  top:10px;*/
/*  right: 20px;*/
/*}*/
.menu main .nav-content .right p{
  width: 290px;
  height: 120px;
  background-image: url('/web/shiwais2/assets/img/index/s2-hearibg.png');
  background-size: cover;
  display: flex;
  align-items: center;
  padding-left: 26px;
}
.menu main .nav-content .left ul{
  margin-top: 10px;
  float: left;
  /* background-color: #1a7afd; */
  /* display: none; */
} 
.left-tuijian{
  /* display: none; */
  width: 900px;
}
.menu main .nav-content .left ul li{
  display: list-item;
  font-size: 14px;
  color: #1a63ff;
  position: relative;
  
}
.menu main .nav-content .left ul .left-title{
  margin-left: 65px;
  margin-bottom: 20px;
  color: #000;
}
.menu main .nav-content .left .three-menu li{
  /* margin-left: -65px; */
}
.menu main .nav-content .left ul li img{
  position: absolute;
  top: -7px;
  left: -70px;
  width: 60px;
  height: 60px;
}
.menu main .nav-content .left ul li span:nth-child(2){
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 700;
  
}
.menu main .nav-content .left ul > .second-title{
  border-bottom: 3px solid #ededed;
  padding-bottom: 16px;
  color: #1a63ff;
  font-size: 16px;
}
.menu main .nav-content .left ul .three{
  margin: 65px 20px 0 60px;
  float: left;
}
.menu main .nav-content .right p span {
    display: flex;
    flex-direction: column;
}
.menu main .nav-content .left ul .three1{
  margin: 0 20px 0 0px;
  float: left;
}
.menu main .nav-content .left ul .three-title{
  margin-left: 56px;
}
.menu main .nav-content .left ul .three-title1{
  margin-left: 0px;
}
.menu main .nav-content .left ul .three .three-menu li{
  margin-bottom: 8px;
  color: #000;
}
.menu main .nav-content .left .recommend .three .three-menu li:nth-child(6){
  margin-bottom: 40px;
}
.menu main .nav-content .left ul li:not(:first-child):hover{
  color: #1a7afd;
}
.menu main .nav-content .left ul{
  /* background-color: #1a63ff; */
}
.left{
  /*position: absolute;*/
  /* background-color: #000; */
}
.left-cunchu{
  display: none;
}
.left-jisuan{
  display: none;
}
.left-netcdn{
  display: none;
}
.left-security{
  display: none;
}
.left-database{
  display: none;
}
.left-maintain{
  display: none;
}
.left-administration{
  display: none;
}
.left-xinren{
  display: block;
  width: 900px;
}
.left-shujuzhongxin{
  display: none;
  width: 900px;
}
.left-vipfuwu{
  display: none;
  width: 900px;
}
.left-xuanchuan{
  display: none;
  width: 900px;
}
/* .shiwaifixe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background-color: white;
} */
.productlisttitle-name{
    transition: all .25s ease;
}
.productlisttitle-name:hover{
    color: #1A63FF !important;
}