
/* banner */
.carousel-control {
    top: 50%;
    left: 0;
    width: 4rem;
    height:8rem;
    margin-top: -5rem;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 20px;
    color: #fff;
    text-align: center;
    display: none;
}
#carousel-example-generic1 .carousel-control,#carousel-example-generic2 .carousel-control,#carousel-example-generic3 .carousel-control{
    width: 3rem;
    height:6rem;
    margin-top: -3rem;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -19px;
}
#carousel-example-generic1 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
#carousel-example-generic2 .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev,
#carousel-example-generic3
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -19px;
}
#carousel-example-generic1 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
#carousel-example-generic2 .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
#carousel-example-generic3
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -15px;
}
.carousel-control.left {
    background-image:none!important; 
}
.carousel-control.right {
    background-image:none!important; 
}

/* 产品展示 */
.ws_prolist {
    /* height: 715px; */
    /*border-bottom: 1px solid #d8d8d8;*/
    /*padding: 0 68px;*/
    padding-top: 1rem;
}

/* 2020-06-09 产品展示修改 */
.hot_product {
    width: 1400px;
    height: 415px;
    position: relative;
    overflow: hidden;
}
.hot_product .title{
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #191919;
    margin-bottom: 30px ;
}
.hot_product .wrapper {
    width: 1400px;
    height: 320px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.hot_product .box {
    width: 280px;
    height: 320px;
    position: absolute;
    background: red;
    font-size: 25px;
    line-height: 280px;
    text-align: center;
    background: none;
    cursor: pointer;
}
.hot_product .box img{
    width: 100%;
    height: 280px;
}
.hot_product .product_info{
    box-sizing: border-box;
    padding: 0 10px;
    width: 100%;
    display:flex;
    justify-content: space-between;
    line-height: 40px;
    color: #000;
    font-size: 16px;
    background: #efefef;
}
.hot_product .product_info p:first-child{
    width: 70%;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hot_product .product_info p:last-child{
    color: #ff0000;
}
     /*.hot_product .box:nth-child(odd) {*/
/*    background: #f8f8f8;*/
/*}*/
/*.hot_product .box:nth-child(even) {*/
/*    background: #eee;*/
/*}*/
.hot_product .boxes {
    position: relative;
    left: -280px;
}
.ws_type_list{
    width: 100%;
    padding: 50px 0;
}
.ws_type_list .type_name{
    font-family: MicrosoftYaHei-Bold;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #191919;
    margin-bottom: 30px ;
}
.list_container{
    width: 100%;
    display: flex;
}
.list_container .first_type{
    width: 270px;
    height: 572px;
}
.list_container .first_type img{
    width: 100%;
    height: 100%;
}
.list_container ul{
    flex: 1;
    height: 572px;
}
.list_container ul li{
    width: 270px;
    height: 280px;
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}
.list_container ul li .item_pic{
    width: 200px;
    height: 200px;
    margin: 20px auto 15px;
    box-shadow:0px 0px 2px 2px #cccccc;
}
.list_container ul li:hover{
    box-shadow: 0 0 20px #cccccc;
    transition: all 200ms linear;
}
.list_container ul li .item_pic img{
    width: 100%;
    height: 100%;
}
.list_container ul li  .item_text{
    padding: 0 40px;
    line-height:30px;
    display: flex;
    justify-content: space-between;
}
.list_container ul li  .item_text p{
    width: 50%;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list_container ul li  .item_text div{
    width: 80px;
    line-height: 30px;
    border: 1px solid #00b2ee;
    border-radius: 5px;
    text-align: center;
    color: #00b2ee;
    cursor: pointer;
}
.list_container ul li:nth-child(n+5){
    margin-bottom: 0;
}


    /* 2020-06-09 产品展示修改 */







.ws_prolist-img {
    width: 24.25%;
    /* height: 715px; */
    padding: 0px;
    float: left;
    display: none;
}

.carousel-inner{
    margin:0 auto;
    height:100%;
    height: 455px;
    position: relative;
}

.ws_prolist-img .carousel-inner img {
    width:100%;
    height: 100%;
}

.ws_prolist-navbox {
     width: 100%;
    /*margin-left: 32.4%;*/
}

.ws_prolist-navbox .ws_proName {
    width: 100%;
    position: relative;
    padding: 0 7px;
}

.ws_prolist-navbox .ws_proName .ws_moreBtn {
    position: absolute;
    right: 31px;
    top: 50%;
    margin-top: -8px;
    color: #8b8b8b;
}

.ws_prolist-navbox .container {
    width: 99%;
    padding: 0;
}

.ws_prolist-navbox h2>a {
    font-size: 24px;
    font-family: calibri-Bold;
    color: #171717;
}

.ws_prolist-nav {
    margin-top:20px;
    margin-bottom:28px;
}

.ws_prolist-nav >ul {
    overflow: hidden;
}

.ws_prolist-nav >ul >li {
    float: left;
    margin-right: 131px;
}
.ws_prolist-nav >ul >li:nth-child(4) {
    margin-right: 0;
}

.ws_prolist-nav >ul >li >a {
    font-size: 16px;
    font-family: calibri;
    color: #5f5f5f;
}

.ws_list {
    padding: 10px 30px;
    min-width: 230px;
    width: 19.4%;
    float: left;
    margin: 4px;
    box-shadow: 0 0 20px #cccccc;
    /*margin-right: 105px;*/
}

.ws_list .thumbnail {
    padding: 0;
    border: none;
    padding: 0;
    margin: 0;
}

.ws_list .thumbnail img {
    width: 100%;
    margin-bottom: 21px;
}

.ws_list .thumbnail .caption {
    text-align: center;
    padding: 0;
}

.ws_list .thumbnail .caption h3 {
    height: 30px;
    font-size: 14px;
    font-family: Helvetica-Bold;
    margin-bottom: 15px;
}

.ws_list .thumbnail .caption> p {
    line-height: 2rem;
    font-size: 1rem;
    font-family: Helvetica-Bold;
    margin-bottom:15px;
}

.ws_list .thumbnail .caption >p >span {
    display: inline-block;
    width: 5rem;
    height: 2rem;
    border-radius: 5px;
    border: 1px solid #00b2ee;
    color: #00b2ee;
    font-family: Helvetica-Bold;
    font-size: 1rem;
    transition: all 1s linear 0s;
}
/*.ws_list .thumbnail .caption> p> span:hover{*/
    /*background: #ff0000;*/
    /*color: #ffffff;*/
    /*border-color:#ff0000;*/
/*}*/

.ws_list .thumbnail .caption >p >a {
    width: 80%;
    height: 2rem;
    border: 1px solid #9e9e9e;
    color: #9e9e9e;
    font-family: calibri;
    background: none;
    border-radius: 0;
    line-height: 1.2rem;
    margin-bottom:5px;
    transition: all 1s linear 0s;
}
/*.ws_list .thumbnail .caption >p> a:hover{*/
    /*background-color: #00b2ee;*/
    /*color: #ffffff;*/
    /*border-color:#00b2ee ;*/
/*}*/
.ws_list:hover {
    box-shadow: 0 0 20px #ebebeb;
    transition: box-shadow 1s linear 0s;
}

/* 产品分类展示1 */
.ws_proflzs {
    padding: 80px 60px;
    border-bottom: 1px solid #e6e6e6;
}

.ws_proflzsImg img {
    width: 100%;
    height: auto;
}

.ws_proflzsBags {
    margin-top: 5rem;
}

.ws_proflzsBags h2 {
    font-size: 2rem;
    font-family: calibri-Bold;
    color: #171717;
}

.ws_proflzsBags .ws_tabtit {
    margin-top: 3rem;
    margin-bottom: 4rem;
    overflow: hidden;
}

.ws_proflzsBags .ws_tabtit> ul> li {
    float: left;
    margin-right: 9rem;
}

.ws_proflzsBags .ws_tabtit> ul> li >a {
    font-size: 1rem;
    font-family: calibri;
    color: #5f5f5f;
}

.ws_proImgtitbox {
    position: relative;
}

.ws_proImgtitbox>span {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    color: #8b8b8b;
}

.ws_proflzsBags .ws_proImgtit {
    width: 90%;
    overflow: hidden;
}

.ws_proflzsBags .ws_proImgtit> ul> li {
    width: 24.5%;
    float: left;
}

.ws_proflzsBags .ws_proImgtit >ul> li> img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.ws_proflzsBags .ws_proImgtit> ul >li .ws_prozsTit {
    margin: 0 auto;
    text-align: center;
}

.ws_proflzsBags .ws_proImgtit> ul >li .ws_prozsTit p {
    line-height: 50px;
}

.ws_proflzsBags .ws_proImgtit> ul >li .ws_prozsTit p:first-child {
    font-size: 16px;
    color: #000000;
    font-family: Helvetica-Bold;
}

.ws_proflzsBags .ws_proImgtit >ul >li .ws_prozsTit p:nth-child(2) {
    font-size: 16px;
    color: #bdbdbd;
    font-family: Helvetica;
}

.ws_proflzsBags .ws_proImgtit> ul >li .ws_prozsTit p span {
    display: inline-block;
    width: 5rem;
    height: 2rem;
    border: 1px solid #00b2ee;
    border-radius: 5px;
    text-align: center;
    line-height: 2rem;
    font-size: 16px;
    color: #00b2ee;
    font-family: Helvetica;
}

.ws_proflzsBags .ws_proImgtit >ul> li .ws_prozsTit p a {
    display: inline-block;
    width: 13rem;
    height: 3rem;
    border: 1px solid #e2e2e2;
    color: #e2e2e2;
    margin-top: 20px;
    margin-bottom: 36px;
    font-size: 16px;
    font-family: calibri;
}
.fsAictive{
    color: #00B2EE!important;
    font-weight: bold;
}

/* 产品列表3 */
.ws_prolist3 {
    border: none;
    border-bottom: 1px solid #d8d8d8;
}

.ws_prolist3 .ws_prolist-img {
    float: right;
}

.ws_prolist3 .ws_prolist-navbox {
    margin-left: 1%;
    margin-right: 32.4%;
}
.ws_prolist3 .ws_prolist-navbox .ws_proName .container .row .ws_list{
    width: 32.4%;
}

/* 商品分类列表 */
.ws_proItem {
    padding: 40px 0 10px 0;
    overflow: hidden;
    position: relative;
}

.ws_proItem>ul>li {
    width: 25%;
    min-height: 294px;
    height: auto;
    float: left;
    /*margin-bottom: 30px;*/
    /*margin-right: 90px;*/
    padding:0 6px 20px 6px;
}
.ws_proItem>ul>li:nth-child(4n+4){
    margin-right:0px;
}

.ws_proItem> ul> li h2 {
    height: 35px;
    font-size: 1.2rem;
    font-family: Helvetica-Bold;
    color: #000000;
}

.ws_proItem >ul >li .ws_proItemlist {
    margin-top: 0.5rem;
    height: 66px;
}
/*.ws_proItem >ul >li .ws_proItemlist>ul{*/
    /*margin-bottom:20px ;*/
/*}*/
.ws_proItem >ul >li .ws_proItemlist>ul>li {
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.ws_proItem >ul> li .ws_proItemlist> ul >li> a {
    width: 100%;
    font-size: 1rem;
    line-height: 15px;
    display: inline-block;
    color: #707070;
    font-family: calibri;
    text-decoration: none;
}
.ws_proItem >ul >li>a{
    display: block;
    position: relative;
}
.ws_proItem >ul >li>a >.sw_tcbox{
    position: absolute;
    width: 100%;
    height: 60px;
    background: #13223f;
    opacity: 0.9;
    z-index: 9;
    bottom: 0;
    padding: 4px 10px;
    display: none;
}
.ws_proItem >ul >li>a >.sw_tcbox>p{
    font-size: 1rem;
    line-height: 25px;
    font-family: calibri;
    color: #00B2EE;
}
.ws_proItem >ul >li>a >.sw_tcbox>p:hover{
    color: #ffffff;
}
.ws_proItem >ul >li>a >.sw_tcbox>span{
    width: 50%;
    display: inline-block;
    height: 30px;
    border: 1px solid #ffffff;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ws_proItem >ul >li img {
    /*box-shadow: 0 0 20px #ebebeb;*/
    width: 100%;
    transition: all 2s;
}

.ws_proItem ul li .ws_proItemlist ul li a:hover {
     /*border-bottom: 1px solid #ff0000; */
    color: #ff0000;
}

.ws_cenBan {
    width: 72%;
    position: absolute;
    bottom: 4rem;
    right: 0;
}

.ws_cenBan img {
    width: 100%;
    height: 440px;
}

/* 商品分类列表1 */
.ws_proItem1 {
    background: #fafafa;
    padding: 0 16rem;
}

.ws_proItem1>ul {
    margin: 0 auto;
}

.ws_proItem1 > ul > li {
    width: 17.75%;
    height: 294px;
    /*height: auto;*/
    margin-left: 30px!important;
    margin-right:0!important;
}
.ws_proItem1> ul >li .ws_proItemlist >ul >li> a {
    line-height: 23px;
}
.ws_proItem1 > ul > li:nth-child(1){
    margin-left: 0;
}
.ws_proItem1 > ul > li > h2{
    font-size: 1.3rem;
}
.ws_proItem1 > ul > li > a {
    font-size: 14px;
}
.ws_proItem1 ul li > .ws_proItemlist ul li a:hover {
    color: #707070;
    border-bottom: none;
}

/* 底部搜索 */
.ws_ftsignBox {
    height: 22rem;
}

.ws_ftSign {
    width: 65%;
    margin: 0 auto;
    text-align: center;
}

.ws_ftSign p {
    line-height: 4rem;
}

.ws_ftSign p:first-child {
    font-size: 3rem;
    color: #3f3f3f;
}

.ws_ftSign p:nth-child(2) {
    font-size: 1rem;
    color: #3f3f3f;
    font-family: Helvetica;
}

.ws_ftSignin {
    width: 80%;
    height: 4rem;
    border: 1px solid #00b2ee;
    text-align: left;
    text-indent: 30px;
    border-radius: 50px;
    margin-top: 1rem;
    margin: 0 auto;
}

.ws_ftSignin input {
    width: 80%;
    height: 94%;
    border: none;
    font-size: 2rem;
    border-radius: 16px;
}

.ws_ftSignin button {
    width: 15%;
    height: 3rem;
    background: #00b2ee;
    border: none;
    border-radius: 50px;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: bold;
}
.ws_ftSignin input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #9b9b9b;
    font-size: 2rem;
}

/* 产品列表媒体查询 */
/*@media only screen and (max-width: 1920px){*/
    /*!*.ws_proItem>ul>li {*!*/
        /*!*margin-right: 96px;*!*/
    /*!*}*!*/
    /*!*.ws_proItem1 > ul > li {*!*/
        /*!*margin-left: 34px!important;*!*/
        /*!*margin-right: 0!important;*!*/
    /*!*}*!*/
    /*.ws_list {*/
      /*width: 19.4%;*/
    /*}*/
/*}*/
/*@media only screen and (max-width: 1680px){*/
    /*!*.ws_proItem>ul>li {*!*/
        /*!*margin-right: 83px;*!*/
        /*!*min-height: 340px;*!*/
    /*!*}*!*/
    /*!*.ws_proItem1 > ul > li {*!*/
        /*!*margin-left: 29px!important;*!*/
        /*!*margin-right: 0!important;*!*/
    /*!*}*!*/
    /*.ws_list .thumbnail .caption> p {*/
        /*margin-bottom: 17px;*/
    /*}*/
    /*.ws_list {*/
        /*width: 24.4%;*/
    /*}*/
/*}*/
/*@media only screen and (max-width: 1600px){*/
    /*.ws_proItem1 {*/
        /*padding: 0px 11rem!important;*/
    /*}*/
    /*.ws_proItem>ul>li {*/
        /*!*margin-right: 79px;*!*/
        /*min-height: 326px;*/
    /*}*/
    /*!*.ws_proItem1 > ul > li {*!*/
        /*!*margin-left: 27px!important;*!*/
        /*!*margin-right: 0!important;*!*/
    /*!*}*!*/
    /*.ws_proItem >.ws_cenBan {*/
        /*bottom: 4rem!important;*/
    /*}*/
    /*.ws_list .thumbnail .caption p {*/
        /*margin-bottom: 16px;*/
    /*}*/
    /*.ws_prolist-nav {*/
        /*margin-top: 17px;*/
        /*margin-bottom: 16px;*/
    /*}*/
    /*.ws_prolist-nav ul li {*/
        /*margin-right: 115px;*/
    /*}*/
    /*!*.ws_list {*!*/
        /*!*margin-right: 100px;*!*/
    /*!*}*!*/
    /*.ws_list {*/
        /*width: 24.4%;*/
    /*}*/
/*}*/
@media only screen and (max-width: 1440px){
    .ws_prolist-img {
        width: 27%;
    }
    .ws_proItem>ul>li {
        /*margin-right: 70px;*/
        min-height: 282px;
    }
    /*.ws_proItem1 > ul > li {*/
        /*margin-left: 29px!important;*/
        /*margin-right: 0!important;*/
    /*}*/
    .ws_proItem >.ws_cenBan {
        bottom: 9rem;
    }
    .ws_list .thumbnail .caption p {
        margin-bottom: 15px;
    }
    .ws_prolist-nav {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .ws_list .thumbnail img {
        margin-bottom: 15px;
    }
    .ws_proflzs {
        padding: 40px 44px;
    }
    .ws_prolist-nav ul li {
        margin-right: 115px;
    }
    /*.ws_list {*/
        /*margin-right: 67px;*/
    /*}*/
    .ws_list {
        width: 19.4%;
    }
}
@media only screen and (max-width: 1400px){
    .ws_proItem>ul>li {
        /*margin-right: 69px;*/
        min-height: 275px;
    }
    /*.ws_proItem1 > ul > li {*/
        /*margin-left: 29px!important;*/
        /*margin-right: 0!important;*/
    /*}*/
    .ws_proItem >.ws_cenBan {
        bottom: 9rem;
    }
    .ws_list .thumbnail .caption p {
        margin-bottom: 15px;
    }
    .ws_prolist-img {
        width: 27.2%;
    }
    .ws_prolist-nav {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .ws_list .thumbnail img {
        margin-bottom: 15px;
    }
    .ws_proflzs {
        padding: 40px 44px;
    }
    .ws_prolist-nav ul li {
        margin-right: 106px;
    }
    /*.ws_list {*/
        /*margin-right: 61px;*/
    /*}*/
    .ws_list {
        width: 19.4%;
    }
}
@media only screen and (max-width: 1366px){
    /*.ws_proItem>ul>li {*/
        /*margin-right: 66px;*/
    /*}*/
    /*.ws_proItem1 > ul > li {*/
        /*margin-left: 27px!important;*/
        /*margin-right: 0!important;*/
    /*}*/
    .sw_dgw{
        max-width: 1300px!important;
    }
    .ws_list {
        width: 19.3%;
    }
    .ws_proItem >.ws_cenBan {
        bottom: 11rem;
    }
    .ws_proItem >ul> li .ws_proItemlist> ul >li> a {
        font-size: 0.8rem;
    }
    .ws_list .thumbnail .caption p {
        margin-bottom: 15px;
    }
    .ws_prolist-img {
        width: 27.5%;
    }
    .ws_prolist-nav {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .ws_list .thumbnail img {
        margin-bottom: 12px;
    }
    .ws_proflzs {
        padding: 30px 40px;
    }
    .ws_list .thumbnail .caption h3 {
        margin-bottom: 22px;
    }
    .ws_prolist-nav ul li {
        margin-right: 96px;
    }
    /*.ws_list {*/
        /*margin-right: 52px;*/
    /*}*/
    .ws_proItem>ul>li {
        min-height: 258px;
    }
}
@media only screen and (max-width: 1360px){
    /*.ws_proItem>ul>li {*/
        /*margin-right: 66px;*/
    /*}*/
    .sw_dgw{
        max-width: 1300px!important;
    }
    .ws_proItem1 {
        padding: 0px 4rem;
    }
    /*.ws_proItem1 > ul > li {*/
        /*margin-left: 27px!important;*/
        /*margin-right: 0!important;*/
    /*}*/
    .ws_proItem >.ws_cenBan {
        bottom: 6rem!important;
    }
    .ws_list .thumbnail .caption p {
        margin-bottom: 13px;
    }
    .ws_prolist-img {
        width: 27.6%;
    }
    .ws_prolist-nav {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .ws_list {
        width: 19.3%;
    }
    .ws_list .thumbnail img {
        margin-bottom: 15px;
    }
    .ws_proflzs {
        padding: 30px 40px;
    }
    .ws_list .thumbnail .caption h3 {
        margin-bottom: 22px;
    }
    .ws_proItem>ul>li {
        min-height: 258px;
    }
    .ws_proItem1>ul>li {
        min-height: 180px;
    }
    .ws_prolist-nav ul li {
        margin-right: 90px;
    }
    /*.ws_list {*/
        /*margin-right: 51px;*/
    /*}*/
}
@media only screen and (max-width: 1280px){
    /*.ws_proItem>ul>li {*/
        /*margin-right: 62px;*/
    /*}*/
    .ws_proItem1 {
        padding: 0px 1rem;
    }
    /*.ws_proItem1 > ul > li {*/
        /*margin-left: 27px!important;*/
        /*margin-right: 0!important;*/
    /*}*/
    .ws_proItem >.ws_cenBan {
        bottom: 12rem;
    }
    .ws_list {
        width: 19.3%;
        padding: 10px 20px;
    }
    .ws_list .thumbnail .caption p {
        margin-bottom: 4px;
        font-size:12px;
        line-height: 1.5rem;
    }
    .ws_list .thumbnail .caption >p >span {
        height: 1.5rem;
    }
    .ws_list .thumbnail .caption >p >a {
        height: 1.5rem;
        line-height: 0.8rem;
    }
    .ws_prolist-img {
        width: 28.3%;
    }
    .ws_prolist-nav {
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .ws_list .thumbnail img {
        margin-bottom: 15px;
    }
    .ws_proflzs {
        padding: 20px 30px;
    }
    .ws_list .thumbnail .caption h3 {
        margin-bottom: 12px;
        font-size:12px;
    }
    .ws_prolist-nav ul li {
        margin-right: 79px;
    }
    /*.ws_list {*/
        /*margin-right: 35px;*/
    /*}*/
    .ws_proItem>ul>li {
        min-height: 254px;
    }
}
@media only screen and (max-width: 1152px){
    .ws_prolist {
        padding-top: 1rem;
    }
    .ws_prolist-img{
        display: none;
    }
    .ws_prolist-navbox {
        width: 100%;
        margin-left: 0;
    }
    .ws_prolist-nav >ul >li {
        margin-right: 24px;
    }
    /*.ws_list {*/
        /*margin-right: 80px;*/
    /*}*/
    /*.ws_list:last-child {*/
        /*margin-right: 0;*/
    /*}*/
    .ws_prolist-nav {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /*.ws_proItem>ul>li {*/
        /*width: 30%;*/
        /*margin-right: 46px;*/
    /*}*/
    /*.ws_proItem>ul>li:nth-child(4) {*/
        /*margin-right: 46px;*/
    /*}*/
    /*.ws_proItem>ul>li:nth-child(3n+3) {*/
        /*margin-right: 0;*/
    /*}*/
    .ws_proItem>ul>li {
        width: 33%;
        min-height: 296px;
        height: auto;
    }
    .ws_proItem> ul> li h2 {
        font-size: 1rem;
    }
    .ws_list {
        padding: 10px 20px;
    }
    .ws_list .thumbnail .caption p {
        margin-bottom: 4px;
        font-size:12px;
        line-height: 1.5rem;
    }
    .ws_list .thumbnail .caption >p >span {
        height: 1.5rem;
    }
    .ws_list .thumbnail .caption >p >a {
        height: 1.5rem;
        line-height: 0.8rem;
    }
    .ws_list {
        width: 19.3%;
        min-width: 220px;
    }
    .ws_list .thumbnail .caption >p >span {
        width: 3rem;
        height: 1.2rem;
        line-height: 1.2rem;
        display: inline-block;
        font-size: 0.8rem;
    }
}
@media only screen and (max-width: 1024px){
    .ws_prolist {
        padding-top: 1rem;
    }
    .ws_prolist-img{
        display: none;
    }
    .ws_prolist-navbox {
         width: 100%;
         margin-left: 0;
    }
    .ws_prolist-nav >ul >li {
        margin-right: 24px;
    }
    /*.ws_list {*/
        /*margin-right: 80px;*/
    /*}*/
    /*.ws_list:last-child {*/
        /*margin-right: 0;*/
    /*}*/
    .ws_prolist-nav {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    /*.ws_proItem>ul>li {*/
        /*width: 30%;*/
        /*margin-right: 46px;*/
    /*}*/
    /*.ws_proItem>ul>li:nth-child(4) {*/
        /*margin-right: 46px;*/
    /*}*/
    /*.ws_proItem>ul>li:nth-child(3n+3) {*/
        /*margin-right: 0;*/
    /*}*/
    .ws_proItem>ul>li {
        width: 33%;
        min-height: 267px;
        height: auto;
    }
    .ws_proItem> ul> li h2 {
        font-size: 1rem;
    }
    .ws_list {
        width: 19%;
        min-width: 196px;
    }
    .ws_list .thumbnail .caption >p >span {
        width: 3rem;
        height: 1.2rem;
        line-height: 1.2rem;
        display: inline-block;
        font-size: 0.8rem;
    }
}
.class_box{
    width:15%;
    background:#ffffff;
    height:100%;
    position: absolute;
    border:1px solid #efefef;
    box-sizing: border-box;
}
.class_navs>.class_item{
    position: relative;
}
.class_navs>.class_item:last-child>a{
    border-bottom:none;
}
.class_navs>.class_item>a{
    display:block;
    line-height:38px;
    border-bottom:1px solid #efefef;
    text-align: center;
    cursor: pointer;
    position:relative;
    color:#000;
}
.class_navs>.class_item:hover{
    background:#f1f3f4;
    color:#ff0000;
    transition: 200ms;
}

.second_class{
    position:absolute;
    left:100%;
    top:0;
    width:100%;
    display:none;
    padding:0 10px;
    box-sizing: border-box;
    background:#fff;
    z-index:999999;
    color:#000;
}
.second_class_child_item a{
    display:block;
    height:38px;
    border-bottom:1px solid #efefef;
    cursor: pointer;
    color:#000;
    line-height:38px;
}
.second_class_child_item a>span:nth-child(1){
    width:80%;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.second_class_child_item a>span:nth-child(2){
    float:right;
}
.second_class_child_item a:hover {
    border-bottom:1px solid #ff0000;
    color:#ff0000;
    transition: 200ms;
}




.more_class{
    display:block;
    line-height:54.5px;
    border-bottom:1px solid #efefef;
    text-align: center;
    cursor: pointer;
    position:relative;
    color:#000;
}

.more_class_box{
    position:absolute;
    left:100%;
    top:0;
    width:400px;
    display:none;
    box-sizing: border-box;
    background:#fff;
    z-index:999999;
    color:#000;
    border:1px solid #efefef;
}

.more_class_box .second_nav{
    left:50%;
    width:50%;
    display:none;
    position: absolute;
    top:0px;
    color:#fff;
    box-sizing: border-box;
    padding: 0 20px;
}
.more_class_box .first_nav>li>a{
    display:block;
    line-height:54.5px;
    border-bottom:1px solid #efefef;
    text-align: center;
    cursor: pointer;
    color:#000;
}

.more_class_box .second_nav ul li a{
    display:block;
    line-height:54.5px;
    border-bottom:1px solid #efefef;
    text-align: center;
    cursor: pointer;
    color:#000;
}
.more_class_box .second_nav>ul>li>a:hover{
    color:#ff0000;
    border-bottom:1px solid #ff0000;
}
.more_class_box .first_nav{
    width:50%;
    display:block;
    line-height:54.5px;
    border-bottom:1px solid #efefef;
    text-align: center;
    cursor: pointer;
    color:#000;
}
.more_class_box .first_nav>li{
    width:100%;
    line-height:50px;
}




