/* 头部样式 */
.top_box{
    position: relative;
    min-width: 1200px;
    display: none;
    background: #fc5561;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.top_X{
    font-size: 18px !important;
    width: 18px;
    height:18px;
    line-height: 18px;
    color: #fff;
    display: block;
    position: absolute;
    top: 0px;
    right: 19px;
    bottom: 0px;
    margin: auto;
}
/* 公用样式 */
.dian_span{
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.dian{
    width:8px;
    height:8px;
    background:#ce0f05;
    float: left;
    margin-right: 8px;
}
.dian_span>span{
    color: #333;
    font-size: 20px;
    font-weight: 600;
    display: block;
    float: left;
}
/* 轮播样式设置 */
.swiper-slide {
    height: 500px;
	color: #fff;
	font-size: 36px;
	text-align: center;
}
.swiper-slide>img{
    width: 100%;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #EAEAEA;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.swiper-active-switch {
    width: 25px;
    background: #ce0f05;
}
/* 优势部分样式 */
.yous_color{
    color: #F60808;
    font-size: 50px !important;
    line-height: 64px;
}
.yous_box{
    width: 100%;
    background: #EAEAEA;
    padding: 14px 0;
}
.yous_ul{
    display: flex;
    justify-content: space-between;
}
.yous_ul>li{
    float: left;
}
.yous_ul>li>a{
    display: block;
}
.yous_ul>li>a>.yous_icon_box{
    background: #fff;
    width: 64px;
    height: 64px;
    border-radius: 51%;
    text-align: center;
    float: left;
    margin-right: 15px;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);;
}
.li_xian{
    width: 1px;
    height: 64px;
    background: #ccc;
}
.yous_ul>li>a>span{
    line-height: 64px;
    float: left;
    font-weight: 600;
    font-size: 16px;
    color: #333;
}
.yous_ul>li>a:hover>span{
    color: #F60808 !important;
}
.yous_I{
    float: left;
    margin: 8px 49px 0 54px;
    width: 1px;
    height: 50px;
    background: #CCCCCC;
}
/* 商品推荐样式 */
.commodity_table{
    border-bottom: 1px #E5E5E5 solid;
    padding-top: 20px;
}
.commodity_table>div{
    font-size: 14px;
    color: #333333;
    line-height: 38px;
    position: relative;
    float: left;
    /*min-width: 190px;*/
    text-align: center;
	width:fit-content;
	padding:0 30px;
}
.commodity_table>div:nth-child(1){
    font-size: 16px !important;
}
.commdity_xuanzhong{
    width: 50px;
    height: 5px;
    background:#ce0f05;
    position: absolute;
    left: 0;
    right: 0;
    top: 35px;
    margin: auto;
}
.details_box{
    margin-top: 19px;
    margin-bottom: 40px;
    color: #333333;
}
.details_box>div>div{
    width: 229px;
    height: 425px;
    border: #E5E5E5 1px solid;
    float: left;
    margin-right: 11.2px;
}
.details_box>div>div:nth-last-child(1){
    margin-right: 0;
}
.commoditya_spana{
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 18px;
    text-align: left;
}
.commoditya_spanb{
    font-size: 14px;
    display: block;
    width: 190px;
    text-align: left; 
    line-height: 22px;
}
.commoditya_spanc{
    font-size: 16px;
    color: #ce0f05;
    display: block;
    margin-top: 22px;
    margin-bottom: 26px;
    text-align: left;
}

.commoditya_box{
    overflow: hidden;
    padding: 17px 17px 0 17px;
    box-sizing: border-box;
    text-align: center;
}
.commoditya_box a{
    color: #333;
}
.commoditya_box a>div{
    width: 180px; 
    height: 180px;
    text-align: center;
    margin: 0 auto;
}
.commoditya_box a>div>img{
    max-width: 100%;
    max-height: 100%;
}
.commoditylga_box{
    position: relative;
    height: 55px;
}
.commoditylga{
    margin-left: 15px;
    position: absolute;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.commdityb{
    height: 227px;
    text-align: center;
    line-height: 227px;
    margin-bottom: 22px;
}
.commdityb>img{
    max-width: 225px;
    max-height: 225px;
}
.commdityb_spanbox{
    margin-left: 22px;
    font-size: 14px;
}
.commdityb_spanbox>span{
    display: block;
}
.commdityb_spanb{
    font-weight: 600;
    line-height: 17px;
    margin-top: 3px;
}
.commdityb_box{
    position: relative;
}
.commdityb_box a{
    color: #333;
}
.commdityb_jiant{
    position: absolute;
    bottom: 19px;
    left: 21px;
    line-height: 10px;
}
.commdityb_jiant>span{
    font-size: 16px;
    color: #ce0f05;
    margin-right: 11px;
}
.details_box>div>div:hover{
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.commdityb_jiant>i{
    font-size: 13px;
    color: #000;
    float: right;
    display: none;
}
.commdityb_spanbox>span:first-child{
    font-weight: 600;
    margin-bottom: 9px;
}
.commdityb_spanbox>span:nth-child(2){
    font-size: 12px;
    margin-bottom: 9px;
}
/* 特殊产品部分样式 */
.featured_box{
    width: 100%;
    background: #F2F2F2;
    height: 218px;
}
.featured_top>a>span{
    color: #ce0f05;
    font-size: 14px;
    margin-top: 32px;
    font-weight: 600;
}
.featured_top>a>span:hover{
    color: #d03028;
}
.featured_products{
    display: flex;
    justify-content: space-between;
}
.featured_products>div>a{
    width: 230px;
    height: 120px;
    display: block;
}
.featured_products>div:nth-last-child(1)>a{
    margin-right: 0;
}
.featured_products>div>a:hover{
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.featured_img>img{
    /*width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.70;*/
}
.featured_img>img:hover{
    /*-webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: gray;
    opacity: 1;*/
}
/* 服务与工具部分 */
.tools_box{
    display: flex;
    justify-content: space-between;
}
.tools_box>div{
    width: 392px;
    height: 250px;
    margin-right: 12px;
    text-align: center;
}
.tools_box>div>img{
    display: block;
    margin: 22px auto 33px;
}
.tools_box>div:nth-last-child(1){
    margin-right: 0;
}
.tools_box>a>img{
    height: 154px;
}
.tools_box>div:hover{
    color: #ce0f05;
    box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.tools_box>a{
    width: 392px;
    height: 250px;
    margin-right: 12px;
    text-align: center;
    float: left;
    color: #333;
}
.tools_box>a>img{
    display: block;
    margin: 22px auto 33px;
}
.tools_box>a:nth-last-child(1){
    margin-right: 0;
}
.tools_box>a:hover{
    color: #ce0f05;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
/* 新闻部分样式 */
.news_cent{
    margin-bottom: 31px;
}
.news_big{
    width: 391px;
    height: 482px;
    position: relative;
    margin-right: 14px;
}
.news_big>a{
    line-height: 482px;
}
.news_span{
    width: 100%;
    height: 55px;
    padding-bottom: 10px;
    background: rgba(0, 0, 0, 0.48);
    color: #fff;
    position: absolute;
    bottom: 0;
}
.news_span>span{
    width: 350px;
    font-size: 16px;
    margin-top: 11px;
    margin-left: 15px;
    display: block;
    float: left;
    line-height: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_span>i{
    font-size: 37px;
    margin-top: 11px;
    display: block;
    float: right;
    margin-right: 20px;
}
.news_two{
    width: 391px;
    height: 230px;
    position: relative;
    margin-bottom: 22px;
    float: left;
    margin-right: 14px;
}
.news_title{
    width: 371px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_time{
    margin-top: 13px;
    font-size: 14px;
    color: #999999;
    display: block;
    width:371px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_cont{
    width: 371px;
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    display: block;
    margin-top: 15px;
    line-height: 16px;
}
.news_xian{
    width: 371px;
    height: 1px;
    background: #D9D9D9;
    margin-top: 40px;
    margin-bottom: 33px;
}
.news_title_box>a:hover>.news_title{
    color: #d03028;
}
.news_title_box>a:last-child>.news_xian{
    display:none;
}
.articleRecommend_list{
    margin-right: 19px;
    width: 810px;
}
/* 热门搜索部分样式 */
.popular_box{
    background: #F2F2F2;
}
.popular_span{
    margin-left: 4px;
    overflow: hidden;
    position: relative;
}
.popular_span>a{
    font-size: 14px;
    color: #333;
    margin-right: 13px;
    float: left;
    margin-bottom: 10px;
    position: relative;
    z-index: 9;
    height: 20px;
    line-height: 20px;
}
.popular_span>a:hover{
    color: #ce0f05;
}

/* 产品索引部分样式 */
.product_index_box{
    width: 100%;
    background: #F3F3F3;
    overflow: hidden;
}
.product_index_box>ul{
    background: #fff;
    margin: 50px auto 30px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
}
.product_index_box>ul>li{
    float: left;
    line-height: 40px;
}
.product_index_box>ul>li>a{
    border-right: 1px solid #B3B3B3;
    color: #333;
    padding: 0 11.67px;
}
.product_index_box>ul>li>a:hover{
    color: #ce0f05;
}
.product_index_box>ul>li:last-child>a{
    border: none;
}
.homepcb{
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}