#index_types{overflow: hidden;}
#index_types ul{}
#index_types ul li{width: calc((100% - 60px)/3); float: left; position: relative; margin: 10px;}
#index_types ul li img{
    /* position: absolute; */
    /* transform: translate(-50%, -50%); */
    /* left: 50%; */
    /* top: 50%; */
    /* width: auto; */
    max-width: 100%;
    height: 360px;
    width: 100%;
}
#index_types ul li a{display: block; text-align: center; padding: 0 0 0 0%;}
#index_types ul li .pic{
    position: relative;
    /* padding: 0 0 0 66%; */
    width: 100%;
    overflow: hidden;
}
#index_types ul li .title{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(23,54,93,0.5);
    width: 100%;
}
#index_types ul li .title a{
    font-size: 16px;
    line-height: 1.2em;
    color: #fff;
    padding: 10px 5px;
}





@media screen and (max-width: 1400px){
#index_types ul li img{height: 330px;}
}

@media screen and (max-width: 768px){
#index_types ul li{
    width: calc((100% - 10px)/1);
    margin: 5px 5px 10px 5px;
}
#index_types ul li .title{
    position: relative;
}
#index_types ul li .title a{
    font-size: 15px;
    line-height: 1.2;
    /* min-height: 96px; */
    padding: 8px 0;
}
#index_types ul li img{height: 290px;}
}

#NavList_a1.NavList_a1 > ul>li{
    position: relative;
}
#NavList_a1.NavList_a1 > ul>li:Hover>ul{display:block;}
#NavList_a1.NavList_a1 > ul>li>ul{
    position: absolute;
    left: 50%;
    top: 80px;
    width: auto;
    background: rgba(255,255,255,0.8);
    z-index: 999;
    box-shadow: 0 5px 5px rgba(0,0,0,.05);
    min-width: 210px;
    padding: 6px 3px;
    display: none;
    transform: translate(-50%, 0px);
    /* width: 100%; */
}
#NavList_a1.NavList_a1 > ul>li>ul>li{
    display: block;
}
#NavList_a1.NavList_a1 > ul>li>ul>li a{
    line-height: 20px;
    height: auto;
    color: #000;
    padding: 5px 6px 5px 10px;
    font-size: 12px;
    text-align: center;
}
#NavList_a1.NavList_a1 > ul>li>ul>li a:before{
    height: 1px;
    opacity: 0;
}
#NavList_a1.NavList_a1{
  text-transform:capitalize;
  overflow: visible !important;
}
#NavList_a1.NavList_a1 > ul{
  text-align:left;
  display:block;
  font-size:0px;
}
#NavList_a1.NavList_a1 a{
  position:relative;
  font-size:16px;
  height:80px;
  line-height:80px;
  padding:0px 30px;
  color:#222;
  display:block;
  transition:0.3s ease 0s;
}
#NavList_a1.NavList_a1 .more:after{
  content:"";
  position:absolute;
  width:1px;
  height:15px;
  display:block;
  background:#ccc;
  top:50%;
  margin-top:-7px;
  right:0px;
}
#NavList_a1.NavList_a1 a:before{
  position:absolute;
  content:'';
  left:50%;
  bottom:0px;
  width:0%;
  height:3px;
  background-color:none;
  transition:all .3s;
}
#NavList_a1.NavList_a1 a:hover:before{
  width:80%;
  left:10%;
  background-color:#007bd0;
}
#NavList_a1.NavList_a1 li{
  position:static;
  display:inline-block;
  color:#fff;
  width:auto;
  vertical-align:top;
}
#NavList_a1 .menu-slide{
  z-index:-1;
  position:absolute;
  background:#007bd0;
  bottom:0px;
  display:none;
  transition:0.5s cubic-bezier(0.21, 0.8, 0.31, 1.21) 0s;
}
#NavList_a1 .swiper-container .swiper-notification{
  position:absolute;
  left:0px;
  top:0px;
  pointer-events:none;
  opacity:0;
  z-index:-1000;
}
@media screen and (min-width: 769px){
  
#NavList_a1.NavList_a1 a:hover{
    color:#007bd0;
  }
}
@media screen and (max-width: 1400px){
  
#NavList_a1.NavList_a1 a {
    padding: 0px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px){
  
#NavList_a1.NavList_a1 a {
    padding: 0px 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px){
  
#NavList_a1.NavList_a1{
    border-bottom:1px solid #ddd;
  }
#NavList_a1.NavList_a1 a {
    padding: 0px 10px;
    font-size: 14px;
  }
#NavList_a1 .menu-slide {
    display: none;
  }
}
@media screen and (max-width: 880px){
  
#NavList_a1.NavList_a1{
    border-bottom:1px solid #ddd;
  }
#NavList_a1.NavList_a1 ul {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    display: block;
  }
#NavList_a1.NavList_a1 a {
    padding: 0px 20px;
    font-size: 14px;
    height:62px;
    line-height:62px;
  }
#NavList_a1.NavList_a1 a:hover {
    color: #007bd0;
  }
#NavList_a1.NavList_a1 a:active {
    color: #007bd0;
  }
}
#NavList_a1 .active{
  color:#007bd0 !important;
}
#NavList_a1 .active:before{
  width:80% !important;
  left:10% !important;
  background-color:#007bd0 !important;
}




#index_type.proCateBox{
  padding:12px 0;
}
#index_type .container{
  position:relative;
  padding: 0 0px 30px;
  width: 100%;
}
#index_type .slide9{
  padding: 0px;
}
#index_type .box{
  width:100%;
  height:auto;
  overflow:hidden;
  border: 0px solid transparent;
  transition:all .5s ease;
}
#index_type .cate-pic-box{
  position:relative;
  overflow:hidden;
  width:100%;
  height:0px;
  padding-bottom: 75%;
}
#index_type .cate-pic{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  height:100%;
  width: 100%;
}
#index_type .swiper-button{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  cursor:pointer;
  z-index: 9999;
  opacity: 0;
}
#index_type .swiper-button .iconfont{
  display:flex;
  justify-content:center;
  align-items:center;
  font-size:40px;
  color:#01509b;
}
#index_type .btn-left9{
  left:5px;
}
#index_type .btn-right9{
  right:5px;
}
#index_type .content{
  padding: 0.6rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(23,54,93,0.5);
  display: flex;
  align-items: center;
  min-height: 60px;
}
#index_type .title{
  text-align:center;
  overflow:hidden;
  /* white-space:nowrap; */
  text-overflow:ellipsis;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 22px;
  line-height: 1.2em;
  width: 100%;
}
#index_type .summary{
  font-size:0.875rem;
  line-height:1.8;
  color: #fff;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  display: none;
  text-align: center;
}
#index_type .box:hover{
  border: 0px solid #f0f0f0;
  background:#fcfdff;
  position: relative;
}
#index_type .pagination-wyz9{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  text-align:center;
}
#index_type .swiper-pagination-bullet{
  margin: 0 5px;
  display:inline-block;
  width: 0.6rem;
  height: 0.6rem;
  background-color:rgba(228,228,228,1);
  cursor:pointer;
  transition:all .5s ease;
  border-radius: 50%;
}
#index_type .swiper-pagination-bullet-active{
  background-color: #007bd0;
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
  
#index_type .container{
    padding:0 40px 30px;
  }
#index_type .swiper-button .iconfont {
    font-size:30px;
  }
}
@media only screen and (max-width: 768px){
#index_type .container{
    padding:0 30px 30px;
  }
#index_type .swiper-button .iconfont {
    font-size:20px;
  }
}







.c_portalResProduct_category-01001 .p_categoryBox .p_parentBox .p_linkBox:hover{
    background: #e6f7ff;
}
@media only screen and (max-width:768px) {
    .c_portalResProduct_category-01001 {
        height: auto;
        width: 280px;
        overflow: visible;
    }
    .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title {
        width: 100%;
    }
    .c_portalResProduct_category-01001 .p_categoryBox {
        line-height: 24px;
    }
    .c_portalResProduct_category-01001 .p_btn-show {
        display: inline-block;  
    }
    .c_portalResProduct_category-01001 .p_title {
        font-size: 16px;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox {
        width: 100%;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_title {
        height: auto;
        width: auto;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        align-items: center;
    }
    .c_portalResProduct_category-01001 .p_childBox .p_parentBox {
        background: #FFFFFF;
    }
    .c_portalResProduct_category-01001 .p_childBox .p_parentBox .p_linkBox {
        background: #EFEFF4;
        width: 100%;
        border-bottom: 1px solid #d5d5d6;
    }
    .c_portalResProduct_category-01001 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0;
        color: rgba(101, 190, 186, 1);
        height: auto;
        width: 14px;
        margin: 0 4px 0 0;
        padding: 0;
        position: static;
        text-align: center;
        font-size: 14px;
        color: rgba(217, 217, 217, 1);
    }
    .c_portalResProduct_category-01001 .p_categoryBtn:active {
        border-width: 0;
        border-style: solid;
        color: rgba(101, 190, 186, 1);
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_childBox {
        padding-left: 20px
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox {
        position: relative;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_image {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .c_portalResProduct_category-01001 .p_image>img {
        width: 100%;
        height: 100%;
    }
    .c_portalResProduct_category-01001 .p_num .iconfont:before {
        content: ''
    }
    .c_portalResProduct_category-01001 .p_num {
        color: #ccc;
    }
    .c_portalResProduct_category-01001 .p_childBox .p_num {
        color: #333;
    }
    .c_portalResProduct_category-01001 .p_childBox {
        background: #efeff4;
    }
    .c_portalResProduct_category-01001 .p_parentBox {
        background: #fff;
        color: #000;
    }
    .c_portalResProduct_category-01001 {
        height: auto;
        width: 280px;
        overflow: visible;
    }
    .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title {
        width: 100%;
    }
    /*p_category*/
    .c_portalResProduct_category-01001 .p_categoryBox {
        line-height: 24px;
        background: #fff;
    }
    .c_portalResProduct_category-01001 .p_title {
        font-size: 16px;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
        height: 50px;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_title {
        height: auto;
        width: auto;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        align-items: center;
    }
    .c_portalResProduct_category-01001 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0;
        color: rgba(101, 190, 186, 1);
        height: auto;
        width: 14px;
        margin: 0 4px 0 0;
        padding: 0;
        position: static;
        text-align: center;
        font-size: 14px;
        color: rgba(217, 217, 217, 1);
    }
    .c_portalResProduct_category-01001 .p_categoryBtn:active {
        border-width: 0;
        border-style: solid;
        color: rgba(101, 190, 186, 1);
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
    }
    .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_up:before {
        content: '\e69a';
        color: #7B7B7E;
    }
    .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before {
        content: '\e69c';
        color: #7B7B7E;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_childBox {
        padding-left: 20px;
        width: 100%;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox {
        position: relative;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_image {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .c_portalResProduct_category-01001 .p_image>img {
        width: 100%;
        height: 100%;
    }
    .c_portalResProduct_category-01001 .p_num .iconfont:before {
        content: ''
    }
    .c_portalResProduct_category-01001 .p_num {
        color: #ccc;
    }
    .c_portalResProduct_category-01001 .p_childBox .p_num {
        color: #333;
    }
    .c_portalResProduct_category-01001 .p_childBox {
        background: #efeff4;
    }
    .c_portalResProduct_category-01001 .p_parentBox {
        background: #fff;
        color: #000;
    }
    .c_portalResProduct_category-01001 .p_btn-show .p_c-fff {
        color: #fff;
    }
    .c_portalResProduct_category-01001 .p_btn-show .p_c-fff {
        margin: 0 0 0 10px;
        vertical-align: middle;
        width: auto;
        float: right;
        line-height: 50px;
    }
    .c_portalResProduct_category-01001 .p_categoryBox {
        overflow-y: auto;
        height: 100%;
        float: left;
    }
}

@media only screen and (min-width:769px) and (max-width: 1024px) {
    .c_portalResProduct_category-01001 {
        height: auto;
        width: 280px;
        overflow: visible;
    }
    .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title {
        width: 100%;
    }
    /*p_category*/
    .c_portalResProduct_category-01001 .p_category {
        height: 100%;
        width: 100%;
        position: relative;
    }
    .c_portalResProduct_category-01001 .p_categoryBox {
        line-height: 24px;
    }
    .c_portalResProduct_category-01001 .p_btn-show {
        display: none;
        
    }
    .e_title .p_title {
        font-size: 16px;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_title {
        height: auto;
        width: auto;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        align-items: center;
    }
    .c_portalResProduct_category-01001 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0;
        color: rgba(101, 190, 186, 1);
        height: auto;
        width: 14px;
        margin: 0 4px 0 0;
        padding: 0;
        position: static;
        text-align: center;
        font-size: 14px;
        color: rgba(217, 217, 217, 1);
    }
    .c_portalResProduct_category-01001 .p_childBox .p_parentBox {
        width: 100%;
    }
    .c_portalResProduct_category-01001 .p_categoryBtn:active {
        border-width: 0;
        border-style: solid;
        color: rgba(101, 190, 186, 1);
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
    }
    .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_up:before {
        content: '\e6c9';
        color: #7B7B7E;
    }
    .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before {
        content: '\e6c8';
        color: #7B7B7E;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_childBox {
        padding-left: 20px
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox {
        position: relative;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_image {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .c_portalResProduct_category-01001 .p_image>img {
        width: 100%;
        height: 100%;
    }
    .c_portalResProduct_category-01001 .p_num .iconfont:before {
        content: ''
    }
    .c_portalResProduct_category-01001 .p_num {
        color: #ccc;
    }
    .c_portalResProduct_category-01001 .p_childBox .p_num {
        color: #333;
    }
    .c_portalResProduct_category-01001 .p_btn-hide {
        width: 10%;       
        height: 100%;
        /*float: left;*/
        display: none;
    }
    .c_portalResProduct_category-01001 .p_parentBox {
        background: #fff;
        color: #000;
    }
    .c_portalResProduct_category-01001 {
        height: auto;
        width: 280px;
        overflow: visible;
    }
    .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title {
        width: 100%;
    }
    /*p_category*/
    .c_portalResProduct_category-01001 .p_category {
        height: 100%;
        width: 100%;
        position: relative;
    }
    .c_portalResProduct_category-01001 .p_categoryBox {
        line-height: 24px;
    }
    .e_title .p_title {
        font-size: 16px;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_title {
        height: auto;
        width: auto;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        align-items: center;
    }
    .c_portalResProduct_category-01001 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0;
        color: rgba(101, 190, 186, 1);
        height: auto;
        width: 14px;
        margin: 0 4px 0 0;
        padding: 0;
        position: static;
        text-align: center;
        font-size: 14px;
        color: rgba(217, 217, 217, 1);
    }
    .c_portalResProduct_category-01001 .p_categoryBtn:active {
        border-width: 0;
        border-style: solid;
        color: rgba(101, 190, 186, 1);
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
    }
    .c_portalResProduct_category-01001 .p_linkBox .iconfont:before {
        /*content: '\e669';*/
    }
    .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_up:before {
        content: '\e6c9';
        /*color: rgba(101, 190, 186, 1);*/
    }
    .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before {
        content: '\e6c8';
        /*color: rgba(101, 190, 186, 1);*/
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_childBox {
        padding-left: 20px
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox {
        position: relative;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_image {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .c_portalResProduct_category-01001 .p_image>img {
        width: 100%;
        height: 100%;
    }
    .c_portalResProduct_category-01001 .p_num .iconfont:before {
        content: ''
    }
    .c_portalResProduct_category-01001 .p_num {
        color: #ccc;
    }
    .c_portalResProduct_category-01001 .p_childBox .p_num {
        color: #333;
    }
    .c_portalResProduct_category-01001 .p_parentBox {
        background: #fff;
        color: #000;
    }
}

@media only screen and (min-width:1024px) {
    .c_portalResProduct_category-01001 {
        height: auto;
        width: 280px;
        overflow: visible;
    }
    .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title {
        width: 100%;
    }
    /*p_category*/
    .c_portalResProduct_category-01001 .p_category {
        height: 100%;
        width: 100%;
        position: relative;
    }
    .c_portalResProduct_category-01001 .p_categoryBox {
        line-height: 24px;
    }
    .e_title .p_title {
        font-size: 16px;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_title {
        height: auto;
        width: auto;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        align-items: center;
    }
    .c_portalResProduct_category-01001 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0;
        color: rgba(101, 190, 186, 1);
        height: auto;
        width: 14px;
        margin: 0 4px 0 0;
        padding: 0;
        position: static;
        text-align: center;
        font-size: 14px;
        color: rgba(217, 217, 217, 1);
    }
    .c_portalResProduct_category-01001 .p_categoryBtn:active {
        border-width: 0;
        border-style: solid;
        color: rgba(101, 190, 186, 1);
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
    }
    .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_up:before {
        content: '\e6c9';
        color: #7B7B7E;
    }
    .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before {
        content: '\e6c8';
        color: #7B7B7E;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_childBox {
        padding-left: 20px
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox {
        position: relative;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_image {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .c_portalResProduct_category-01001 .p_image>img {
        width: 100%;
        height: 100%;
    }
    .c_portalResProduct_category-01001 .p_num .iconfont:before {
        content: ''
    }
    .c_portalResProduct_category-01001 .p_num {
        color: #ccc;
    }
    .c_portalResProduct_category-01001 .p_childBox .p_num {
        color: #333;
    }
    .c_portalResProduct_category-01001 .p_parentBox {
        background: #fff;
        color: #000;
    }
    .c_portalResProduct_category-01001 {
        height: auto;
        width: 280px;
        overflow: visible;
    }
    .c_portalResProduct_category-01001 .e_ContentOrdinaryStyleBox-001 .stylebox_title {
        width: 100%;
    }
    /*p_category*/
    .c_portalResProduct_category-01001 .p_category {
        height: 100%;
        width: 100%;
        position: relative;
    }
    .c_portalResProduct_category-01001 .p_categoryBox {
        line-height: 24px;
    }
    .c_portalResProduct_category-01001 .p_btn-show {
        display: none;

    }
    .c_portalResProduct_category-01001 .p_title {
        font-size: 16px;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_linkBox {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        padding: 5px 10px;
        border-bottom: 1px solid #fff;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_title {
        height: auto;
        width: auto;
        -webkit-flex: 1;
        -moz-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        align-items: center;
    }
    .c_portalResProduct_category-01001 .p_categoryBtn {
        display: inline-block;
        vertical-align: middle;
        background-color: rgba(255, 255, 255, 0);
        border-color: rgba(255, 255, 255, 0);
        border-style: solid;
        border-width: 0;
        color: rgba(101, 190, 186, 1);
        height: auto;
        width: 14px;
        margin: 0 4px 0 0;
        padding: 0;
        position: static;
        text-align: center;
        font-size: 14px;
        color: rgba(217, 217, 217, 1);
    }
    .c_portalResProduct_category-01001 .p_categoryBtn:active {
        border-width: 0;
        border-style: solid;
        color: rgba(101, 190, 186, 1);
        border-color: rgba(255, 255, 255, 0);
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
    }
    .c_portalResProduct_category-01001 .p_linkBox .c {
        content: '\e6c9';
        /*color: rgba(101, 190, 186, 1);*/
    }
    .c_portalResProduct_category-01001 .p_linkBox .icon-arrow_down:before {
        content: '\e6c8';
        /*color: rgba(101, 190, 186, 1);*/
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_childBox {
        padding-left: 20px
    }
    .c_portalResProduct_category-01001 .p_categoryBox .p_parentBox {
        position: relative;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_categoryBox .slideOut {
        position: absolute;
        left: 100%;
        top: 0;
        width: 100%;
        height: auto;
    }
    .c_portalResProduct_category-01001 .p_image {
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }
    .c_portalResProduct_category-01001 .p_image>img {
        width: 100%;
        height: 100%;
    }
    .c_portalResProduct_category-01001 .p_num .iconfont:before {
        content: ''
    }
    .c_portalResProduct_category-01001 .p_num {
        color: #ccc;
    }
    .c_portalResProduct_category-01001 .p_childBox .p_num {
        color: #333;
    }
    .c_portalResProduct_category-01001 .p_btn-hide {
        width: 10%;
        height: 100%;
        /*float: left;*/
        background-color: #7F7F7F;
        display: none;
    }
    .c_portalResProduct_category-01001 .p_parentBox {
        background: #fff;
        color: #000;
    }
}




#proCateBox .container .more_pro{
    width: 200px;
    position: absolute;
    right: 0;
    bottom: -60px;
    width: auto;
}
#proCateBox .container .more_pro a{
    line-height: 42px;
    color: #fff;
    display: block;
    border: 1px solid #fff;
    text-align: center;
    max-width: 200px;
    /* float: right; */
    width: 150px; font-size:16px;
    border-radius: 6px;
}
#proCateBox .container .more_pro a:hover{background:#fff;color:#007bd0;}

#proCateBox.proCateBox{
  padding: 20px 0px;
}
#proCateBox .container{
  position:relative;
  padding: 0 0px 0px;
  width: 100%;
}
#proCateBox .slide9{
  padding: 0px;
  background-color: rgb(255, 255, 255);
  box-shadow: 1px 4px 8px 1px rgba(6, 6, 6, 0.15);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}
#proCateBox .box{
  width:100%;
  height:auto;
  overflow:hidden;
  border: 0px solid transparent;
  transition:all .5s ease;
}
#proCateBox .cate-pic-box{
  position:relative;
  overflow:hidden;
  width:100%;
  height:0px;
  padding-bottom: 100%;
}
#proCateBox .cate-pic{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  height:100%;
}
#proCateBox .swiper-button:hover *{color:#007bd0 !important;}
#proCateBox .swiper-button:hover{background:#fff;}
#proCateBox .swiper-button{
  transition:all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  position:absolute;
  top: 112%;
  transform:translateY(-50%);
  cursor:pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 12px 12px 10px 12px;
  z-index: 99999;
}
#proCateBox .swiper-button .iconfont{transition:all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s; -o-transition: all 0.5s;
  display:flex;
  justify-content:center;
  align-items:center;
  font-size: 26px;
  color: #fff;
}
#proCateBox .btn-left9{
  left:5px;
}
#proCateBox .btn-right9{
  /* right:5px; */
  left: 80px;
}
#proCateBox .content{
  padding: 0rem;
  width: 100% !important;
}
#proCateBox .title{
  text-align:center;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  font-size: 20px;
  color: #333;
  margin-bottom: 4px;
  padding: 8px 0 6px 0;
}
#proCateBox .summary{
  font-size:0.875rem;
  line-height:1.8;
  color:#333;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  display: none;
}
#proCateBox .box:hover{
  border: 0px solid #f0f0f0;
  background:#fcfdff;
}
#proCateBox .pagination-wyz9{
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  text-align:center;
  display: none;
}
#proCateBox .swiper-pagination-bullet{
  margin:0 3px;
  display:inline-block;
  width:1rem;
  height:1rem;
  background-color:rgba(228,228,228,1);
  cursor:pointer;
  transition:all .5s ease;
}
#proCateBox .swiper-pagination-bullet-active{
  background-color:rgba(231, 120, 23, 1);
}
@media only screen and (max-width: 1024px) and (min-width: 769px){
  
#proCateBox .container{
    padding:0 40px 30px;
  }
#proCateBox .swiper-button .iconfont {
    font-size:30px;
  }
}
@media only screen and (max-width: 768px){
#proCateBox .container>div.btn-left9{
    top: 100%;
    left: 25px;
    }

#proCateBox .container>div.btn-right9{
    top: 100%;
    left: 100px;
}
#proCateBox .container .more_pro{
    bottom: -20px;
    right: 40px;
}

#proCateBox .container>div{
    /* padding: 0 10px; */
}
#proCateBox .container{
    padding:0 30px 30px;
  }
#proCateBox .swiper-button .iconfont {
    font-size:20px;
  }
}


#indexprotype{}
#indexprotype .proCateUl{
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 10px 0;
}
#indexprotype .proCateUl .proCateLi ul{display:none;}
#indexprotype .proCateUl .proCateLi{
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    width: auto;
    padding: 0 0px;
    margin: 0 8px;
    border: 1px solid #c2c2c2;
    line-height: 38px;
    border-radius: 6px;
    float: left;
    font-weight: 400;
}
#indexprotype .proCateUl .proCateLi:hover{background:#007bd0; border:solid #007bd0 1px;}
#indexprotype .proCateUl .proCateLi:hover a{color:#fff;}
#indexprotype .proCateUl .proCateLi a{
    /* border: 1px solid #eee; */
    line-height: 36px;
    /* border-radius: 12px; */
    /* float: left; */
    display: block;
    width: 100%;
    padding: 0 18px;
    color: #757575;
}
#indexprotype .proCateUl .proCateLi a:hover{}

@media only screen and (max-width: 768px){

#indexprotype .proCateUl .proCateLi{
    margin-bottom: 6px;
}
#indexprotype .proCateUl .proCateLi a{
    padding: 0 10px;
}
#indexprotype .proCateUl{padding-bottom:0;}

}
