a{
    text-decoration: none;
}
a{

    text-decoration: none; /* 去除默认的下划线 */

    color: #000;    /* 去除默认的颜色和点击后变化的颜色 */

}
.s-navs{
    display: flex;
    justify-content: space-between;
    line-height: 75px;
    font-size: 14px;
}
.s-navs a{
color: black;
}
.s-nav{
    width: 33%;
}
.s-search-frame{
    border: 1px solid #EEEEEE;
    height: 28px;
    width: 180px;
}
.s-searchs{
    line-height: 75px;
    width: 33%;
    text-align: center;
}
.s-search{
    border: 1px solid #EEEEEE;
    height: 28px;
    width: 40px;
}
.s-swiper-frame{
    margin-top:88px;
}
.s-hardware{
    text-align: center;
}
.s-hardware-title{
    font-size: 34px;
    font-family: 微软雅黑;
    color:#B9984D ;
    font-weight: bold;
}
.s-hardware-font{
    font-size: 24px;
}
.s-regard{
    margin-top: 88px;
}
.s-cooperation{
    color:#b38d54 ;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    border-bottom:  1px solid #e5e5e5;
    margin-bottom: 10px;
}
li{
    list-style: none;
}
.s-pagination_compon_wrap>li>a{
    color: black;
}
.s-pagination_compon_wrap>li{
   margin-right: 5px;
}
.active>a{
    color: red !important;
}
.jz_banner>img{
    width: 100%;
    /* height: 372px; */
}
.s-journalism-frame{
    width: 20%;
    margin-right: 30px;
}
.s-journalism{
    width: 100%;
}
.s-news-list{
    display: flex;
}
.s-journalism-content{
    display: flex;
    justify-content: space-between;
    width: 75%;
}
.s-journalism-font div{
    margin-bottom: 18px;
}
.s-journalism-font2 a{
    color: black;
    font-size: 16px;
    font-weight: 400;
}
.s-journalism-font2 a:hover{
    color: #b38d54;
}
.s-journalism-font3{
    color: #666;
    font-size: 14px;
}
.s-journalism-font4{
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    width: 55px;
}
.s-news_pagenation a{
    font-size: 13px;
    color: black;
}
#row134{
    height: 500px;
    padding-top: 25px;
}
.s-list-ing{
    padding: 20px;
}
/* .s-exhibition-show-product:hover{
    color: #B38D54;
} */
.s-list-appointments{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.s-list-appointments:hover{
    cursor: pointer;
}
.s-list-appointment{
    height: 35px;
    line-height: 35px;
    border-radius: 21px;
    color: #fff;
    font-size: 16px;
    max-width: 200px;
    min-width: 85px;
    width: 50%;
    background-color: #b38d54;

}
.s-nav1{
    position: relative;
}
.s-nav1:hover .s-nav2{
    display: block;
}
.s-nav2{
    display: none;
    position: absolute;
    top: 53px;
    text-align: center;
    left: -31px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);

}
.s-nav2 a{
    width: 120px;
    display: block;
    background: white;
    height: 35px;
    line-height: 35px;

}
.on{
    border-bottom: 2px solid #B38D54;
}
.on a{
    color: #B38D54;
}
.s-submit-form-frame{
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.6);
    top: 0;
    display: none;

}
.s-submit-form{
    width: 40%;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    position: absolute;
    top: 150px;
    z-index: 999;
    background-color: white;
    margin: 0 auto;
    right: 30%;
}
.s-submit-top{
    box-sizing: border-box;
    font-size: 16px;
    border-bottom: 1px solid #e6e3e3;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-left: 15px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.s-submit-top2{
    padding-right: 15px;
}
.s-submit-top2:hover{
    cursor: pointer;
}
.s-submit-content{
    padding: 15px;
}
.s-submit-content input{
    height: 35px;
    width: 100%;
    background-color: #f6f6f6;
    border: 0px;
}
.s-submit-content div{
    font-size: 15px;
    margin-bottom: 8px;
}
.s-submit-button{
    color: white;
    background-color: #B38D54;
    border: 0px;
    width: 160px;
    height: 40px;
}
.s-submit-button:hover{
    cursor: pointer;
}